@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap");
/*-Header*/
/** Header Bottom------------------------------------------*/
/*
 * #-Mobile Menu
*/
/*
 * Sticky
*/
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
button.profile__button::after {
  display: none;
}

/*media Query---------------------------------------------------------------------------------*/
.header-top {
  padding: 6px 0px;
  border-bottom: 1px solid #ddebeb;
}

.header-left a {
  font-size: 14px;
  color: var(--body-color);
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
}
.header-left a:hover {
  color: var(--primary-color);
}
.header-left span {
  font-size: 14px;
  color: var(--body-color);
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 10px;
}

.logo a img {
  width: 64%;
  height: 50px;
}

.header-right .social-icon {
  display: inline-block;
}
.header-right .social-icon span {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
}
.header-right .social-icon span a {
  color: var(--body-color);
}
.header-right .social-icon span a:hover {
  color: var(--primary-color);
}
.header-right .talk-btn {
  display: inline-block;
  margin-left: 60px;
}
.header-right .talk-btn a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--body-color);
  display: flex;
  align-items: center;
}
.header-right .talk-btn a i {
  padding-left: 8px;
  font-size: 20px;
  color: var(--primary-color);
}
.header-right .talk-btn a:hover {
  color: var(--primary-color);
}
.header-right .top-menu {
  display: inline-block;
  margin-left: 15px;
}
.header-right .top-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-right .top-menu ul li {
  display: inline-block;
  padding: 0px 15px;
}
.header-right .top-menu ul li:last-child {
  padding-right: 0px;
}
.header-right .top-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--body-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-right .top-menu ul li a:hover {
  color: var(--primary-color);
}

.header-bottom-right {
  position: relative;
  float: right;
  padding: 12px 14px;
}
.header-bottom-right .profile__button {
  padding: 5px;
  border: 1px solid #d3d6d7;
  font-weight: 500;
}
.header-bottom-right .profile__button img {
  height: 28px;
  width: 28px;
}

.header-bottom {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.menu {
  text-align: center;
}
.menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
}
.menu ul li {
  display: inline-block;
  position: relative;
}
.menu ul li a {
  display: inline-block;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 500;
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  line-height: 24px;
  padding-left: 0;
}
.menu ul li a:hover {
  color: var(--primary-color);
}
.menu ul li ul li.menu-item-has-children::after {
  transform: rotate(-90deg);
  top: 30%;
}
.menu ul li.menu-item-has-children {
  position: relative;
}
.menu ul li.menu-item-has-children:hover::after {
  color: var(--primary-color);
}
.menu ul li.menu-item-has-children::after {
  content: "\f107";
  clear: both;
  display: block;
  position: absolute;
  font-weight: 700;
  top: 36%;
  right: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
}
.menu nav ul li > ul {
  position: absolute;
  display: block;
  max-width: 1200px;
  border-radius: 1px;
  border: none;
  box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  width: 1200px;
  left: -306%;
  right: 0px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: left;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: 9999999999;
  border: 1px solid #f2f2f2;
}
.menu nav ul li > ul > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 15px;
  width: 24%;
  float: left;
}
.menu nav ul li > ul > li a {
  display: inline-block;
  width: 100%;
  padding: 4px 20px;
  font-size: 15px;
  color: var(--body-color);
  margin: 0px;
  font-weight: 500;
  text-transform: capitalize;
}
.menu nav ul li > ul > li a::after {
  content: "+";
  clear: both;
  display: block;
  position: absolute;
  top: 49%;
  left: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4 ease-in-out;
  transition: all 0.4s ease-in-out;
  content: " ";
  clear: both;
  display: block;
  position: absolute;
  top: 29%;
  left: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4 ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--primary-color);
}
.menu nav ul li > ul > li a:hover {
  color: var(--primary-color);
}
.menu nav ul li > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
}
.menu nav ul li > ul > li:hover > ul {
  left: 100%;
}
.menu nav ul li > ul > li > a.color-add {
  color: #15a2e3 !important;
}
.menu nav ul li > ul > li li > a:hover {
  color: #fff;
}
.menu nav ul li > ul > li:last-child a {
  border-bottom: none;
}
.menu nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  right: 0px;
  transform: scaleY(1);
}
.menu nav ul > li > ul > li > ul {
  left: 200px;
  top: 0px;
}

.transparent-header-2 .menu ul li a {
  padding: 30px 20px;
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
  top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
  padding: 15px 14px;
}

.header-bottom.transparent-header.sticky .menu ul li a {
  color: var(--body-color);
}
.header-bottom.transparent-header.sticky .menu ul li a:hover {
  color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
  color: var(--body-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after {
  color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .logo img {
  display: none;
}
.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
  display: block;
}

.header-bottom.transparent-header {
  background: transparent;
  z-index: 999;
  position: relative;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.header-bottom.transparent-header .logo img.bg-transparent-logo {
  display: none;
}

.transparent-header .menu ul li a {
  color: #fff;
}
.transparent-header .menu ul li:hover > a {
  color: var(--primary-color);
}
.transparent-header .menu ul li.menu-item-has-children::after {
  color: #fff;
}
.transparent-header .menu ul li.menu-item-has-children:hover::after {
  color: var(--primary-color);
}
.transparent-header .menu nav ul li > ul > li a {
  color: var(--body-color);
  color: var(--body-color);
}
.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
  color: var(--body-color);
}
.transparent-header .canvas_open_full a {
  color: #fff;
}

.transparent-header.sticky .canvas_open_full a {
  color: var(--body-color);
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 20px 0px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_menu_wrapper::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.offcanvas_menu_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
  transform: rotate(180deg);
  border-right: 1px solid #cfcdd5;
  border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
  transform: rotate(180deg);
  border-right: 1px solid #cfcdd5;
  border-left: none;
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 48px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  top: 0px;
  color: #000;
  border-left: 1px solid rgba(237, 237, 237, 0.5098039216);
}
.offcanvas_main_menu li span.menu-expand i {
  line-height: 1;
  padding-top: 5px;
}
.offcanvas_main_menu li a {
  display: block;
  padding: 15px 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.5098039216);
  padding-left: 25px;
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  line-height: 24px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 0px;
  background: #fff;
}
.offcanvas_main_menu li .sub-menu li a {
  padding: 12px 15px;
  padding-left: 38px;
  font-size: 15px;
}
.offcanvas_main_menu li .sub-menu span.menu-expand {
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  top: 0px;
  color: #222;
  border-left: 1px solid #cfcdd5;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}

.mobile-logo {
  padding-left: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.canvas_open {
  cursor: pointer;
  z-index: 999;
  position: relative;
  display: block;
}
.canvas_open span {
  width: 100%;
  height: 2px;
  background: #1e1b39;
  display: block;
  margin: 8px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.canvas_open span:nth-child(2) {
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 100%;
  height: 2px;
  background: #1e1b39;
  display: block;
  margin: 5px 0px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.canvas_open span:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.canvas_open span:nth-child(2)::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.white span {
  background: #fff;
}
.canvas_open.white span:nth-child(2)::before {
  background: #fff;
}
.canvas_open.white span:nth-child(2)::after {
  background: #fff;
}

.canvas_open.active span:nth-child(2) {
  position: relative;
  width: 0;
}
.canvas_open.active span:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.canvas_open.active span:nth-child(2)::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.canvas_open.active span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.canvas_open.active span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

.canvas_open.active.white span:nth-child(2)::before {
  background: #fff;
  background: #fff;
}
.canvas_open.active.white span:nth-child(2)::after {
  background: #fff;
}

.canvas_open_full {
  display: none;
}

.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.mt--2 .hero-slider-item {
  margin-top: -2px;
}

.button-area-about-footer span {
  display: none;
}

@media (max-width: 1200px) {
  .menu nav ul li > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-bottom-right {
    display: block;
  }
  .menu ul li a {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .canvas_open_full {
    display: block;
    float: right;
    height: 100%;
    text-align: center;
    margin-right: 12px;
    padding: 35px 0px;
    padding: 16px 0px !important;
  }
  .canvas_open_full a {
    cursor: pointer;
    color: var(--body-color);
    font-size: 24px;
    line-height: 1;
  }
  .logo a img {
    width: 260px;
  }
  .header-bottom-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
  .header-bottom-right {
    display: none;
  }
  .offcanvas_menu_wrapper {
    z-index: 999999999;
  }
}
.footer {
  color: #ffffff;
}
.footer h4 {
  color: #ffffff;
  font-weight: 500;
}
.footer h3 {
  font-weight: 500;
}
.footer li {
  display: block;
  padding: 5px 10px;
}
.footer li a {
  font-weight: 400;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
}
.footer li a:hover {
  color: #07a1ec;
}

/*---------footer menu slide toggle--------------*/
/*--------- footer single line link----------*/
/*---------footer single line end-------------*/
.footer-widegts-single p.title {
  margin-bottom: 8px;
}
.footer-widegts-single p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}
.footer-widegts-single .footer-social span {
  display: inline-block;
  margin-right: 8px;
}
.footer-widegts-single .footer-social span:last-child {
  margin-right: 0px;
}
.footer-widegts-single .footer-social span a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  font-size: 16px;
}
.footer-widegts-single .footer-social span a:hover {
  color: #fff;
  background: var(--primary-color);
}
.footer-widegts-single .footer-social2 span {
  display: inline-block;
  margin-right: 6px;
  width: 43px;
}
.footer-widegts-single .footer-social2 span a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.footer-widegts-single h3.title {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}
.footer-widegts-single ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-widegts-single ul li {
  padding: 5px 0px;
}
.footer-widegts-single ul li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
  color: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.footer-widegts-single ul li a:hover {
  padding-left: 15px;
  color: var(--primary-color);
}
.footer-widegts-single ul li a:hover:after {
  width: 8px;
}
.footer-widegts-single ul li a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--primary-color);
  left: 0px;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.footer-widegts-single ul.contact-info li {
  position: relative;
  padding-top: 0px;
  line-height: 1.2;
  padding-bottom: 25px;
  padding-left: 25px;
}
.footer-widegts-single ul.contact-info li:first-child {
  margin-top: 7px;
  display: inline-block;
}
.footer-widegts-single ul.contact-info li:last-child {
  padding-bottom: 0px;
}
.footer-widegts-single ul.contact-info li i {
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer-widegts-single ul.contact-info li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  display: block;
}
.footer-widegts-single ul.contact-info li span:last-child {
  margin-bottom: 0px;
}
.footer-widegts-single ul.contact-info li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  display: block;
  text-transform: lowercase;
}
.footer-widegts-single ul.contact-info li a:after {
  display: none;
}
.footer-widegts-single ul.contact-info li a:last-child {
  margin-bottom: 0px;
}
.footer-widegts-single ul.contact-info li a:hover {
  color: var(--primary-color);
  padding-left: 0px;
}

.footer-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.shaparator-footer {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
}

.footer span a {
  color: #fff;
}
.footer p {
  color: #fff !important;
}
.footer .dashedb {
  border: 1px dashed #fff;
  border-radius: 12px;
  padding: 12px 0;
  cursor: pointer;
}

.toggle-content {
  transition: all 0.5s ease-in-out;
}
.toggle-content .collapse:not(.show) {
  display: none !important;
}

.toggled-on .fa-angle-down {
  display: none;
}

.toggle-title {
  cursor: pointer;
  position: absolute;
  right: 29px;
  top: 11px;
}
.toggle-title i {
  position: absolute;
  left: 0;
  font-size: 1.5em;
  top: 6px;
  font-family: "FontAwesome";
}

.toggled-off .toggle-content {
  display: none !important;
}
.toggled-off .fa-angle-up {
  display: none;
}

.footer-widegts-single2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-widegts-single2 ul li {
  display: inline-block;
  padding: 5px 10px;
}
.footer-widegts-single2 ul li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
  color: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  text-decoration: none;
}
.footer-widegts-single2 ul li a:hover {
  padding-left: 15px;
  color: var(--primary-color);
}
.footer-widegts-single2 ul li a:hover:after {
  width: 8px;
}
.footer-widegts-single2 ul li a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--primary-color);
  left: 0px;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

.footer-border {
  border-top: 1px solid #6898c1;
  border-bottom: 1px solid #6898c1;
}

.footer-border2 {
  border-bottom: 1px solid #6898c1;
}

.copyright-text {
  padding-top: 7px;
}

.footer-bottom {
  background: #033055;
}
.footer-bottom .copyright-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .copyright-text p a {
  color: var(--primary-color);
  font-weight: 700;
}

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

.partner_box {
  border-radius: 15px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.lyt_bg2 {
  background: #f6f6f8;
}

.love_heading {
  font-size: 15px !important;
  font-weight: 600;
}

.review_box {
  border-radius: 15px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.review_box .input-container {
  height: auto;
}

.cmnt_box {
  width: 100%;
  border-radius: 0.375rem;
  font-size: 13px !important;
}

.bt_mrn {
  margin-top: 6px;
}

.ads-slider.owl-carousel .owl-dots.disabled {
  display: none !important;
}
.ads-slider.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.ads-slider .owl-dots {
  display: block !important;
}

.modal-backdrop.fade.show.ring__mdl {
  z-index: -1 !important;
}

.modal.call_schedule {
  --bs-modal-width: 1090px;
  --bs-border-radius-lg: 1.4rem;
}

.talk_title {
  font-size: 24px;
  font-weight: 500;
  color: #102039;
  font-family: jost;
}

ul.pop_shrt_dtl li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
ul.pop_shrt_dtl li:before {
  content: " ";
  width: 20px;
  background-color: #276da6;
  height: 20px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 3px;
  border-radius: 100%;
  left: 1px;
}
ul.pop_shrt_dtl li:after {
  content: "\f00c";
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  position: absolute;
  left: 6px;
  line-height: 25px;
}

.rt_bdr {
  border-right: 1px solid #89afcf;
  text-align: left;
}

.query_title {
  font-size: 16px !important;
  font-weight: 500 !important;
  left: 0 !important;
}

.dates_holder_wraper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding-bottom: 8px;
}

.date_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  background-color: rgb(221, 238, 242);
  height: 44px;
  border-radius: 6px;
  border: 1px solid #bfc4c8;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.date_box input {
  position: absolute;
  opacity: 0;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.scd_time {
  background-color: rgb(221, 238, 242);
  padding: 2px 14px;
  border-radius: 6px;
  border: 1px solid #bfc4c8;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 12px;
  width: 90px;
  white-space: nowrap;
}
.scd_time input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.scd_time label {
  float: inherit !important;
}

.gp_rw {
  row-gap: 12px;
  text-align: left;
}

label.scd_time.active {
  background: #2949a3;
  color: #fff;
}

.date_box.active {
  background: #2949a3;
  color: #fff;
}
.date_box.active h6 {
  color: #fff;
}

.bt_mrn_16 {
  margin-top: 16px !important;
}

.dtls_bld {
  font-weight: 500;
  font-size: 18px;
  color: #276da6;
}

.back-btn2 {
  width: 24px;
  height: 24px;
  border: 1px solid #276da6;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #276da6;
}
.back-btn2 i {
  line-height: 24px;
}

.bck_txt {
  color: #276da6;
  position: absolute;
  left: 38px;
}

.curv_shape {
  background-image: url(../img/home/mod_footer_shape.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 139px;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}

.layer_up {
  position: relative;
  z-index: 2;
}

.blue_clr {
  color: #3131b4;
}

.pd_wraper_sm li i {
  font-size: 24px;
  color: #014c92;
  padding-right: 8px;
}
.pd_wraper_sm li a {
  color: #222;
  font-weight: 500;
}
.pd_wraper_sm > li > a:hover {
  color: #0091ff !important;
}

.common_bg {
  background: #f8f8f9;
}

.comp_ins_box > h1 {
  font-size: 32px;
  color: #0047bd;
  font-weight: 300;
  line-height: 40px;
}

.mind {
  font-weight: 500;
  font-size: 36px;
}

.comp_ins_box > ul > li {
  display: inline-block;
  margin-right: 8px;
}
.comp_ins_box > ul > li:last-child {
  margin-right: 0;
}

.feaure_img {
  background: #ecebec;
  border-radius: 40px;
  padding: 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 8px;
}

.banner_subhead {
  font-size: 22px;
  color: #052f6a;
  font-weight: 500;
  display: inline-block;
  font-family: jost;
}

.p_ins {
  font-weight: 600;
  color: #0091ff;
}

ul.pd_wraper li {
  display: inline-block;
  margin-right: 2%;
  width: 18.2%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
ul.pd_wraper li:last-child {
  margin-right: 0;
}

.pd_box {
  background: #fff;
  border: 1px solid #c2d2e2;
  border-radius: 10px;
  padding: 38px;
  cursor: pointer;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.pd_box:hover {
  transition: all 300ms ease;
  transform: translateY(-4px);
  border: 1px solid #87b8a4;
}

.rd_more {
  font-weight: 400;
  cursor: pointer;
}

.w90 {
  width: 90%;
}

.banner_smlbox {
  background: #fff;
  border: 1px solid #c2d2e2;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.banner_smlbox span {
  font-size: 16px;
  font-weight: 500;
  color: #2667a7;
  font-family: jost;
  padding-left: 20px;
  line-height: 28px;
}
.banner_smlbox span b {
  font-weight: 700;
}

.bdr_lt {
  height: 36px;
  border-left: 4px solid #0091ff;
}

.modal.banner_more {
  --bs-modal-width: 700px;
}

.offcanvas.more_pd {
  --bs-offcanvas-width: 450px;
}
.offcanvas.more_pd .offcanvas-body {
  overflow-y: scroll !important;
  height: 90vh;
}

.sm_pd_box {
  background: #fff;
  border: 1px solid #c2d2e2;
  border-radius: 10px;
  padding: 18px;
  cursor: pointer;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sm_pd_box img {
  padding-right: 6px;
}

ul.pd_wraper_sm li {
  display: inline-block;
  margin-right: 2%;
  width: 25%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
ul.pd_wraper_sm li:last-child {
  margin-right: 0;
}

.cercle_top {
  background-image: url(../img/home/icon/okbima-circle2.svg);
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  position: absolute;
  z-index: -1;
  right: 6px;
  top: 92px;
  opacity: 0.3;
}

.shape_top {
  background-image: url(../img/home/icon/curve_top.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 178px;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  opacity: 0.8;
}

.more_pd a {
  line-height: 20px;
  font-size: 14px;
  color: #222;
}
.more_pd a:hover {
  color: #0091ff;
}
.more_pd .pd_box {
  padding: 32px;
}

.pd_wraper li i {
  font-size: 34px;
  color: #014c92;
}
.pd_wraper li a {
  color: #222;
  font-weight: 500;
}
.pd_wraper > li > a:hover {
  color: #0091ff !important;
}

.Why_inner_box {
  padding: 45px 20px 50px 20px;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.Why_inner_box .icon_box {
  position: absolute;
  right: 10px;
  bottom: 6px;
  height: 64px;
  width: 64px;
  transition: all 300ms ease;
}
.Why_inner_box:hover {
  transition: all 300ms ease;
  transform: translateY(-10px);
}

.okbg1 {
  background: #d4eee3;
}
.okbg1 span {
  font-weight: 600;
  font-family: jost;
  font-size: 20px;
  display: inline-block;
  color: #004D28;
}

.okbg2 {
  background: #e3e3ff;
}
.okbg2 span {
  font-weight: 600;
  font-family: jost;
  font-size: 20px;
  display: inline-block;
  color: #44446A;
}
.okbg2 .whyok_count:before {
  color: #dbdbfa;
}

.okbg3 {
  background: #ffe2e0;
}
.okbg3 span {
  color: #c9072d;
  font-weight: 600;
  font-family: jost;
  font-size: 20px;
  display: inline-block;
}
.okbg3 .whyok_count:before {
  color: #f9d8d6;
}

.okbg4 {
  background: #d0e6ff;
}
.okbg4 span {
  color: #0949b0;
  font-weight: 600;
  font-family: jost;
  font-size: 20px;
  display: inline-block;
}
.okbg4 .whyok_count:before {
  color: #c2dcfa;
}

.whyok_count {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 45px;
  width: 56px;
  text-align: center;
}
.whyok_count:before {
  color: #c9e6da;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
}

.ng_sec {
  margin-top: -48px;
}

.ftr_glance_box {
  padding: 45px 30px 50px 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.ftr_glance_box:hover {
  transition: all 300ms ease;
  transform: translateY(-4px);
}

.spl_glance .curve_shape {
  position: absolute;
  right: -52px;
  bottom: -52px;
  height: 190px;
  width: 190px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;
  opacity: 0.3;
}

.need_help:before {
  position: absolute;
  content: "";
  background: #f2f2f5;
  width: 750px;
  height: 100%;
  left: 0px;
  top: 0px;
}
.need_help .hlp_lftbox {
  position: relative;
  display: block;
  background: #037fdd;
  border-radius: 300px 300px 0px 300px;
  text-align: center;
  padding: 50px;
}

.hlp_lftbox img {
  height: 340px;
}

.email_box {
  border-radius: 40px 0px 40px 0px;
  border: 1px solid #c2d2e2;
  padding: 20px 30px;
}
.email_box i {
  font-size: 34px;
}
.email_box a {
  color: #222;
}

.gnr_txt {
  font-size: 16px;
  font-weight: 500;
}

.content_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.darkblue_bg {
  background: #004E8A;
}

.blog_subtitle {
  font-size: 18px;
  font-weight: 500;
}

#blog_filter .btn {
  padding: 8px 24px;
  margin-right: 22px;
}

.inner_blg_box {
  border-radius: 8px;
}

.rvw_rating .rating .star {
  width: 2.4rem;
  height: 2.4rem;
  background: #034577;
  margin-right: 8px;
}

.all-testimonial .owl-nav {
  width: 102%;
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50%;
}
.all-testimonial .owl-nav button.owl-prev {
  float: left;
}
.all-testimonial .owl-nav button.owl-next {
  float: right;
}
.all-testimonial .owl-nav span.slidenav {
  border-radius: 20px;
}

.testimonial-area {
  background: #e0eded;
}

.single-testimonial {
  border-radius: 10px;
  padding: 28px;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
  text-align: center;
}
.single-testimonial p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}
.single-testimonial p.term-title {
  line-height: 0;
}

.testimonial-img {
  padding-right: 16px;
  position: relative;
}
.testimonial-img img {
  max-width: 95px;
  width: 100%;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid var(--primary-color);
}
.testimonial-img::after {
  content: "\f10d";
  position: absolute;
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  color: #FFFFFF;
  font-size: 15px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
  left: 0;
  top: 0px;
  font-family: "FontAwesome";
}

.testimonial-text h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--headding-color);
}
.testimonial-text span {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.all-testimonial.owl-carousel .owl-stage {
  padding-top: 28px;
}
.all-testimonial.owl-carousel .owl-item.active.center .single-testimonial {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.all-testimonial.owl-theme .owl-dots .owl-dot span {
  background: rgba(66, 75, 92, 0.1);
  border-width: 1px;
  border-color: rgba(66, 75, 92, 0.1);
  border-style: solid;
}
.all-testimonial.owl-theme .owl-dots .owl-dot:hover span {
  border-color: var(--primary-color);
}
.all-testimonial.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.single-testimonial.shadow-style {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.whataps-box {
  position: fixed;
  bottom: 40%;
  right: 20px;
  display: block;
  z-index: 99999999;
  right: 0 !important;
}
.whataps-box button.expert-button {
  border-radius: 23px 0px 0px 23px;
  font-size: 16px;
  transition: 0.5s;
  position: fixed;
  right: -138px;
}
.whataps-box button.expert-button:hover {
  right: 0px;
  background: #044283;
}

.talk-text {
  color: #FFFFFF;
}

.expert-dialog .modal-body .error {
  float: none !important;
}
.expert-dialog .form_wrapper .input_field > span {
  height: 44% !important;
  top: 9px !important;
  z-index: 99;
}
.expert-dialog .form_wrapper .input_field > span > i {
  padding-top: 0px !important;
}

.info-box-2 {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: left;
  padding: 10px;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease;
}

.project-single {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}
.project-single:hover .project-img img {
  transform: scale(1.1);
}
.project-single:hover .project-hover {
  visibility: visible;
}

.project-img {
  position: relative;
  overflow: hidden;
}
.project-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.project-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(110, 158, 250, 0.2);
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  padding-top: 27%;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.project-hover a {
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 19px;
  line-height: 19px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.project-content {
  padding: 5px 30px;
  padding-bottom: 15px;
}
.project-content p {
  line-height: 24px;
  color: #222222;
}
.project-content p a {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  text-transform: capitalize;
  padding-right: 10px;
  position: relative;
}
.project-content p a:after {
  content: ",";
  position: absolute;
  right: 7%;
  bottom: 0;
}
.project-content p a:last-child:after {
  visibility: hidden;
}
.project-content h3 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--headding-color);
  display: block;
  padding-bottom: 10px;
}

@media (max-width: 1920px) {
  .ads-slider.owl-theme .owl-dots .owl-dot span {
    display: block !important;
  }
}
@media (max-width: 1400px) {
  .left-column .box_shape:nth-child(2) {
    right: 0;
  }
  .left-column .box_shape .inner-box {
    padding: 32px 10px 20px 20px;
  }
  .right-column .box_shape:nth-child(2) {
    position: relative;
    left: 0;
  }
  .right-column .box_shape .inner-box {
    padding: 32px 10px 21px 40px;
  }
  .benefit_bifo .image-box .image {
    padding: 30px;
  }
  .need_help:before {
    width: 424px;
  }
  #blog_filter .btn {
    padding: 8px 8px;
    margin-right: 15px;
  }
  .recognized .title {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .left-column .box_shape .inner-box {
    padding: 32px 40px 20px 20px;
  }
  .top_insurers:before {
    width: 344px;
  }
  .menu nav ul li > ul {
    max-width: 1100px !important;
    width: 1100px !important;
    left: -298% !important;
  }
}
@media (max-width: 1024px) {
  .small_title {
    font-size: 16px;
  }
  .pd_100 {
    padding-left: 94px;
  }
  .top_insurers:before {
    width: 262px;
  }
  .main_okwork .step {
    width: 18%;
    right: 24%;
    top: 4rem;
  }
  .main_okwork .step2 {
    width: 18%;
    left: 24%;
    top: 2rem;
  }
}
@media (max-width: 991px) {
  .need_help:before {
    width: 300px;
  }
  .Why_inner_box {
    width: 100%;
  }
  .find_bst_insc .title {
    font-size: 16px;
  }
  .pd_wraper {
    justify-content: center;
  }
  .pd_wraper_sm {
    justify-content: center;
  }
  .ads_algn {
    padding-left: 102px;
    padding-top: 24px;
  }
  .cercle_top {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .rt_bdr {
    border: 0;
  }
}
@media (max-width: 768px) {
  .banner_smlbox span {
    font-size: 15px;
  }
  .blue_box {
    padding: 15px;
  }
  .white_box {
    padding: 15px;
  }
  .Why_inner_box.okbg4 {
    width: 100%;
  }
  .left-column .box_shape .inner-box {
    padding: 32px 40px 20px 20px;
  }
  .ads_algn {
    padding-left: 86px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  ul.pd_wraper {
    display: inherit !important;
  }
  ul.pd_wraper li {
    width: 32.6%;
    font-size: 14px;
    margin-right: 0;
  }
  .banner_subhead {
    font-size: 19px;
  }
  .banner_smlbox span {
    font-size: 16px;
  }
  .comp_ins_box > ul > li {
    margin-bottom: 10px;
  }
  .comp_ins_box > ul > li:last-child {
    margin-bottom: 0;
  }
  .top_insurers .owl-carousel .owl-item img {
    width: auto;
  }
  .top_insurers .owl-nav {
    display: block;
  }
  .top_insurers .owl-dots {
    display: block;
  }
  .top_insurers:before {
    width: 100%;
  }
  .need_help:before {
    display: none;
  }
  .ng_sec {
    margin-top: 0;
  }
  .blue_box {
    border-radius: 0;
  }
  .white_box {
    border-radius: 0;
  }
  .left-column .box_shape:nth-child(2) {
    margin-bottom: 50px;
  }
  .left-column .box_shape .inner-box {
    padding: 32px 10px 21px 40px;
    margin-right: 0;
    margin-left: 35px;
    border-radius: 0px 30px 30px 0px;
  }
  .left-column .box_shape .inner-box .icon-box {
    border-radius: 30px 0px 30px 0px;
    left: -36px;
  }
  .left-column .box_shape .inner-box .icon-box:before {
    right: -20px;
    border-top-right-radius: 15px;
    left: unset;
    border-top-left-radius: unset;
  }
  .ftr_glance_box {
    padding: 10px;
  }
  .more_pd .pd_box {
    padding: 32px;
  }
  .okbima_works .inner_box {
    width: 100%;
  }
  .Why_inner_box {
    width: 100%;
  }
  .ads_algn {
    padding-left: 0;
    padding-top: 14px;
  }
}
@media (max-width: 576px) {
  .table-responsive.col-12 .row {
    gap: 12px;
  }
}
@media (max-width: 440px) {
  ul.pd_wraper li {
    width: 23.9%;
    font-size: 10px;
    padding: 4px;
  }
  ul.pd_wraper li:nth-child(2) {
    margin-right: 0;
  }
  ul.pd_wraper li:nth-child(4) {
    margin-right: 0;
  }
  .comp_ins_box > ul > li {
    font-size: 15px;
  }
  .comp_ins_box > h1 {
    font-size: 20px !important;
    line-height: 36px;
  }
  .banner_subhead {
    font-size: 16px;
  }
  .more_pd .pd_box {
    padding: 24px;
  }
  .left-column .box_shape .inner-box {
    padding: 32px 10px 21px 40px;
    margin-right: 0;
    margin-left: 35px;
    border-radius: 0px 30px 30px 0px;
  }
  .left-column .box_shape .inner-box .icon-box {
    border-radius: 30px 0px 30px 0px;
    left: -36px;
  }
  .left-column .box_shape .inner-box .icon-box:before {
    right: -20px;
    border-top-right-radius: 15px;
    left: unset;
    border-top-left-radius: unset;
  }
  .top_insurers:before {
    width: 100%;
  }
  .avoiding {
    text-wrap: wrap;
    line-height: 15px;
  }
  .pd_box {
    padding: 18px;
    height: 78px;
  }
  .pd_wraper li a {
    font-size: 15px;
    font-weight: 400;
  }
  ul.pd_wraper_sm li {
    width: 32%;
  }
  .sm_pd_box {
    padding: 6px;
    height: 52px;
  }
  .sm_pd_box img {
    padding-right: 2px;
  }
  .feaure_img {
    width: 32px;
    height: 32px;
    margin-right: 0;
  }
  .pd_wraper_sm li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .onestop {
    font-size: 16px !important;
  }
  .modal.call_schedule label {
    font-size: 12px !important;
  }
  .scd_time {
    padding: 2px 4px;
    display: inline-flex;
    justify-content: center;
    width: 80px;
  }
  ul.pop_shrt_dtl li {
    white-space: nowrap;
  }
  ul.pop_shrt_dtl li:after {
    left: 6px;
  }
  .rt_bdr {
    border: 0;
  }
  .date_box {
    width: auto;
  }
  .mind {
    font-size: 30px;
  }
  .cercle_top {
    opacity: 0.3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 375px) {
  ul.pd_wraper li {
    width: 46%;
    font-size: 14px;
    margin-right: 4%;
  }
}
.hospital-color {
  background: #fff;
  padding: 22px;
  margin-top: -20px;
  border-radius: 10px;
}

.modal.modal-ring {
  --bs-modal-width: 1000px;
  z-index: 9999999999 !important;
}

.investor_bx {
  border: 1px solid #ceced1;
}

.menu nav ul li.shrtmenu > ul {
  display: block;
  width: 200px;
  left: 0;
  right: 0;
}

.menu nav ul li.shrtmenu > ul > li {
  float: none;
  width: unset;
  display: block;
  padding: 5px;
}

.menu nav ul lili.shrtmenu > ul > li a {
  padding: 12px 20px;
  border-bottom: 1px solid #efefef;
}

@media (max-width: 1920px) {
  .ads-slider .owl-dots .owl-dot span {
    display: block !important;
  }
}
.ads-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 30px;
}

.ads-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.ads-slider .owl-dots .owl-dot.active span, .ads-slider .owl-dots .owl-dot:hover span {
  background: #869791;
}

.modal-ask-expert {
  margin-bottom: -15px;
  padding-bottom: 0 !important;
  margin-top: -16px;
  margin-left: -4px;
}

.appointment-btn-fix {
  position: fixed;
  right: 10px;
  bottom: 25px;
  background: #3abf66;
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  width: 58px;
  transition: width 0.3s ease, padding 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 8px;
  z-index: 999;
}

.appointment-btn-fix .text {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #fff;
}

.appointment-btn-fix:hover {
  width: 186px;
}

.appointment-btn-fix:hover .text {
  opacity: 1;
}

.appointment-btn-fix .text a {
  color: #fff;
  font-weight: 400;
}

body {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h6 {
  font-family: "Jost", sans-serif;
  color: #222;
  font-weight: 300;
  margin: 0 !important;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  color: #0047bd;
}

h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 18px !important;
  line-height: 30px;
}

p {
  color: #222;
  line-height: 30px;
  font-size: 16px;
}

a {
  font-weight: 600;
  text-decoration: none;
}

.modal {
  z-index: 999999999 !important;
}

.modal {
  --bs-modal-width: 1000px;
}

.hero-area a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.menu a {
  text-decoration: none;
}

.blog-slide a {
  text-decoration: none;
}

a {
  font-weight: 600;
  text-decoration: none !important;
}

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

ul.commericial-dise li {
  color: #fff;
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.25rem !important;
  }
}
.button-1 {
  height: 48px;
  display: inline-flex;
  align-items: center;
  background: #042A58;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  padding: 0px 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 0 !important;
}

/*-----------list table change to grid css k-----------------*/
.link_bt {
  color: #25ab4e;
  font-size: 14px !important;
}

.agearea {
  padding: 12px 0;
}

.listpage .input-group-text {
  padding: 0.799rem 0.75rem;
  background: #e9ecef;
  color: #222;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.list-heading {
  padding: 0.9rem 0.9rem;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.listing-details {
  padding: 0.9rem 0.9rem;
  margin: 0;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
}

.list-heading-mobile2 {
  padding: 0.3rem 0.3rem;
  color: #388f27;
  font-size: 18px;
  font-weight: 700;
}

.list-heading-mobile {
  padding: 0.3rem 0.3rem;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

#plan-more .button-2 {
  bottom: -15px !important;
}

div.row.listing-details:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
  transition: all 0.3s ease-in 0s;
}

.premium_button a.button-1 {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
}

.premium_button a.button-1 i {
  color: #fff;
}

.listpage ul.smart-list li:nth-of-type(n+3),
ul.smart-list li:nth-of-type(n+4),
ul.smart-list li:nth-of-type(n+5) {
  display: none;
}

#plan-more .button-2 {
  display: inline-block !important;
  left: 0 !important;
  right: inherit !important;
}

#plan-more .button-1 {
  clear: right;
  margin-bottom: 20px;
}

.listpage .single-field select {
  padding-left: 10px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #424b5c;
}

.listpage .single-field span {
  font-size: 12px;
}

button.btn.dropdown-toggle:hover {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
}

button.btn.dropdown-toggle:active {
  background: transparent !important;
  border: 0 !important;
}

button.btn.dropdown-toggle:focus-visible {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

@media (max-width: 767px) {
  /*motor new form 28may 2024 css--------*/
  .damage {
    padding: 5px 10px;
  }
  .title_comp {
    font-size: 16px;
  }
  .ftr_motr_hide {
    display: none !important;
  }
  .damage {
    font-size: 14px !important;
  }
  .title_comp {
    font-size: 20px;
  }
  .ftr_motr_hide {
    display: none;
  }
  .tab_control .nav {
    --bs-nav-link-padding-x: 0.71rem;
    font-size: 14px;
  }
  /*motor new form 28may 2024 css end--------*/
  .toggle-title {
    right: 14px !important;
  }
  .toggle-title.lic-in {
    right: 14px !important;
  }
  .form-holder {
    position: relative;
    width: 100% !important;
  }
  .inv-lst-label label {
    font-size: 14px;
  }
  .birla-addon-save a {
    top: 28px;
  }
  .list-heading {
    display: none;
  }
  .list {
    text-align: center;
    justify-content: center;
  }
  .list p {
    text-align: center;
    justify-content: center;
  }
  .list img {
    text-align: center;
    justify-content: center;
  }
  .center-m {
    justify-content: center;
    display: flex;
  }
  .list table td,
  .list table th {
    display: block;
  }
  .list-heading {
    text-align: center;
  }
  .list-heading-mobile2 {
    text-align: center;
  }
  #plan-more {
    text-align: center;
  }
  .list ul.smart-list {
    text-align: left;
  }
  .listing-details {
    text-align: center;
  }
}
.listpage .single-field .agearea .insured_age {
  border: none !important;
  color: #212529 !important;
}

.input-group select {
  font-size: 12px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  font-size: 12px;
  outline: 0;
  border: 0;
  background: transparent;
}

.list-heading {
  margin: 0;
}

.modal-dialog .scrollbar {
  height: 300px;
  overflow-y: auto;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.ui-autocomplete {
  z-index: 9999999999 !important;
}

/*list page update in mobile and desktop view k----------------------------*/
/*hlth lisst search modal code start------------------*/
#hlth_edit_srchModal.modal {
  --bs-modal-width: 800px;
}

#hlth_edit_srchModal .modal-content {
  padding-bottom: 10px;
}

.edit_box {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid rgb(230, 231, 235);
  border-radius: 0.375rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  margin-bottom: 16px;
}

#hlth_edit_srchModal select {
  font-size: 12px;
  height: 32px;
  border-radius: 18px;
}

#hlth_edit_srchModal input[type=checkbox] {
  padding: 8px;
  border: 2px solid rgba(73, 71, 71, 0.768627451);
}

.apply_button_modal .button-1 {
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.apply_button_modal .button-1:after {
  background: transparent;
}

.apply_button_modal {
  background: #0b9ef0;
}

.count_increase {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.count_increase span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.count_increase span.num {
  font-size: 14px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/*hlth lisst search modal code end---------------------------------------*/
.feature_details a.button-1 {
  font-size: 11px;
}

.list li.smart-item:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 8px;
  left: 0;
  position: relative;
  padding-right: 4px;
  top: -1px;
}

.more_product_plan p {
  display: none;
}

.more_product_plan .button-2 {
  height: 32px;
  display: inline-block;
  align-items: center;
  background: #0b9ef0;
  justify-content: center;
  position: relative;
  padding: 4px 45px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  bottom: -15px;
  border-radius: 12px 12px 3px 3px;
  margin: auto;
}

.feature_details p span.smart-secure {
  display: none;
}

.details-info-list h6 {
  padding-top: 4px;
}

.details-info-list span {
  color: #388f27;
}

.details-info-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.edit_srch {
  background: #e0edf5;
}

.slf_dtls {
  display: flex;
  gap: 0.2rem;
}

.edit_srch .agearea {
  padding: 4px 8px;
  background: transparent;
  font-size: 12px;
}

.list .feature_details1 ul.smart-list li {
  line-height: 26px;
  background: none;
  line-height: 16px;
  position: relative;
  border: 1px solid #dfe1e6;
  padding: 6px;
  font-size: 12px;
  color: #222 !important;
}

.spn_bold {
  font-weight: 900;
  font-size: 13px;
}

.feature_details {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_details1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.list_box_bdr-rt {
  border-right: 1px solid #ccc;
}

.premium_button span {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 4px;
  color: #222;
}

.premium_button p {
  text-align: center;
  margin-bottom: 2px !important;
}

.list_premium_btn_span {
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0;
}

.list_premium_btn_span_b {
  font-size: 18px !important;
  font-weight: 900;
  padding: 0 !important;
  margin: 0;
  display: block;
}

.premium_button {
  text-align: center;
}

.feature_details a {
  margin-right: 2px;
}

.list .button-1 {
  height: 32px;
  display: inline-flex;
  align-items: center;
  background: #e0edf5;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #25ab4e;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #25ab4e;
  white-space: nowrap;
}

.list .button-1 i {
  color: #25ab4e;
  width: inherit;
  height: inherit;
  background: transparent;
  font-size: 16px;
}

/*list page update in mobile and desktop view end----------------------------*/
/*-----------list table change to grid css k-----------------*/
/*----------------------list page code start k------------------------------------------ */
.overlay-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-light-blue {
  background: #0b9ef0;
}

.tb-border {
  border-radius: 12px;
}

.list td,
th {
  border: 0 !important;
}

.list .table > :not(caption) > * > * {
  padding: 0.9rem 0.9rem;
}

.list .button-1:after {
  border-radius: 6px;
}

.list .button-1 i {
  color: #25ab4e;
  width: inherit;
  height: inherit;
  background: transparent;
  font-size: 16px;
}

.list .button-1:hover i {
  color: #fff;
  width: inherit;
  height: inherit;
  background: transparent !important;
  font-size: 16px;
}

.list table td, th {
  vertical-align: middle;
}

.list ul li {
  line-height: 26px;
  /* display: inline-block; */
  /*list style fix for claim support list*/
  padding: 2px 0px;
  border-radius: 24px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.listpage .single-field .insured_age {
  width: 100%;
  height: 45px;
  /*border: 2px solid rgba(234, 236, 238, 0.9);*/
  border-radius: 5px;
  background: transparent;
  padding: 0px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agearea {
  padding-top: 12px;
  background: #fff;
  border: 2px solid rgba(234, 236, 238, 0.9);
}

.listpage .single-field select {
  border: 2px solid rgba(234, 236, 238, 0.9);
  border-radius: 5px;
  height: 45px;
  border: 2px solid rgba(234, 236, 238, 0.9);
  padding-left: 82px;
}

.listpage ul li {
  position: relative;
  display: inline-block;
}

.btn-label {
  background: #0b9ef0;
  position: absolute;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 45px;
  width: 78px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}

#plan-more .button-2 {
  height: 32px;
  display: inline-block;
  align-items: center;
  background: #0b9ef0;
  justify-content: center;
  position: absolute;
  padding: 4px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  right: 20px;
  bottom: 0;
  border-radius: 12px 12px 3px 3px;
}

.listing-details.policy_section img {
  border: 1px solid #ccc;
}

table {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: none;
}

.form-select {
  height: 38px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.modal {
  --bs-modal-width: 1000px;
}

.modal input[type=checkbox] {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  padding: 6px;
  width: unset !important;
  position: relative;
  bottom: 0;
}

.modal label {
  float: left;
}

.nospace {
  white-space: normal;
}

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.modalPopup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.modalContent {
  padding: 0 2em;
}

.headerBar {
  width: 100%;
  background: #fff;
  margin: 0;
  text-align: center;
  padding: 0 2em;
}

.headerBar img {
  margin: 1em 0.7em;
}

h1 {
  margin-bottom: 0.2em;
}

p {
  margin: 0.75em 0 1.5em;
}

.buttonStyle {
  border: transparent;
  border-radius: 0;
  background: #6d6d6d;
  color: #eee !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 25px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.returnToProfile {
  text-align: center;
  margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
  color: #ddd;
}

.returnToProfile a:hover {
  color: #fff;
}

.health_age_text {
  font-size: 16px !important;
}

.addon_sub_addon {
  margin-left: 5px;
  width: auto;
  float: left;
}

#staticBackdrop2::-webkit-scrollbar {
  width: 6px;
}

#staticBackdrop2::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

#staticBackdrop2::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #2b3c67;
}

form#premium_filter_form button.btn:hover {
  background-color: transparent !important;
  border-color: none !important;
  border: none;
}

form#premium_filter_form .bootstrap-select ul.dropdown-menu li {
  width: 100%;
}

/*health new add by k*/
tr:nth-child(even) {
  background: rgba(219, 245, 245, 0.3);
}

.ui-datepicker-calendar tr:nth-child(even) {
  background-color: transparent;
}

.ui-datepicker-calendar .ui-state-default {
  border: none !important;
  background-color: transparent !important;
}

table tr td {
  white-space: nowrap;
}

.addon_sub_addon.form-select {
  height: 28px;
}

.addons_row .form-check {
  display: flex;
  align-items: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

/*----------------------list page code end k------------------------------------------ */
/*most updated LLList page css start here-----------------------------------------------------*/
.hlth_list_page {
  font-size: 14px;
}

.hlth_list_page input[type=checkbox] {
  bottom: 2px;
  margin-right: 10px;
  border: 1px solid #a5aaaf;
  padding: 8px;
}

.hlth_list_left_side {
  height: 100vh;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.hlth_list_title {
  font-size: 15px !important;
  font-weight: 600;
  padding-bottom: 10px;
  color: #0b3c8a;
}

.hlth_list_title_box .form-check {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.hlth_list_title_box .form-check-label {
  font-size: 0.88rem;
  color: #333;
  margin-left: 6px;
  cursor: pointer;
}

.hlth_list_title_box {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.hlth_list_title_box .form-check:last-child {
  margin-bottom: 0;
}

.hlth_list_title_box .form-check {
  margin-bottom: 8px;
}

.hlth_list_title_box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.input-group-text {
  background-color: #00adef;
  border: 1px solid #ced4da;
  color: #fff;
}

.hlth_list_left_side input::placeholder {
  font-size: 12px;
  color: #909292;
}

/*.modal-backdrop {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: #000;}*/
.details_info_fr span b {
  color: #065d8d;
}

.hlth_list_page {
  clear: both;
}

.hlth_list_page:before,
.hlth_list_page:after {
  content: "";
  display: table;
  clear: both;
}

.hlth_list_left_side.fixed {
  position: fixed;
  width: 20%;
}

.modal#compareModal {
  --bs-modal-width: 100%;
  padding-right: 0 !important;
}

.modal-dialog-bottom {
  display: flex;
  align-items: end;
  min-height: calc(100% - 0rem);
}

.modal#compareModal .modal-dialog {
  margin: 0;
}

.error-hide {
  display: none;
}

.sort-by {
  display: flex;
  align-items: center;
  justify-content: end;
}

.edit_icon {
  color: #00adef;
}

.health_list_box {
  border: 1px solid #ccd2d8;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fff;
  padding: 15px 15px;
  text-align: left;
  position: relative;
}

.hlth_list_page .health_list_box input[type=checkbox] {
  bottom: 1px;
  margin-right: 4px;
}

.plan_name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  display: block;
}

.plan_cover {
  color: #818384;
  font-size: 12px;
}

.important_features {
  color: #0b9eee;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.plan_duration {
  color: #818384;
  font-size: 13px;
  display: block;
}

.plan_price.button-1 {
  background: #eff5f5;
  border: 1px solid #1a6389 !important;
  border-radius: 6px;
  height: 34px;
}

.plan_price.button-1:after {
  border-radius: 6px;
}

.plan_price.button-1.find {
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  width: 90%;
  text-align: center;
  margin: 12px auto;
}

/*----------  new premium section for mobile only css start----------- */
.premium-mob {
  border: 1px solid #e7e4e4;
  padding: 2px 7px;
  font-size: 12px;
  text-align: center;
  margin-top: 7px;
  background-color: #ececec;
}

.premium-mob .mob-border {
  border-right: 1px solid #d2c6c6;
}

/*----------  new premium section for mobile only css end----------- */
/* -----investment policy page  icon nd btn css---- */
.ftr_btn.pl_bx_inv {
  bottom: 0 !important;
  position: absolute !important;
  z-index: 2;
  padding: 7px 22px 20px 22px !important;
  font-size: 10px;
}

.tabbox .hlth_plan_price {
  color: #000;
  cursor: text;
}

.tabbox .hlth_plan_price:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  padding-left: 4px;
  display: none;
}

.hidden {
  opacity: 0;
}

/* .no-gap{gap: inherit !important;} */
.no-gap {
  gap: inherit !important;
}

.hlth_plan_price:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-left: 4px;
}

.hlth_plan_price:before {
  content: "\e1bc";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

.price_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.webrupee:before {
  content: "\e1bc";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  padding-right: 4px;
  font-weight: 500;
  font-size: 14px;
}

.hlth_addons_title {
  font-size: 16px;
  color: #1a6389;
  font-weight: 600;
  padding: 10px;
  display: block;
}

.addon_top_devider {
  border-top: 1px solid #ccd2d8;
  margin-top: 14px;
}

.imp_features_list input[type=checkbox] {
  padding: 7px;
  border: 1px solid #aeb4ba;
}

span.webrupee {
  font-size: 16px;
  color: #00adef;
}

.addon-details {
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  padding-left: 20px;
  color: #222;
  border-bottom: 1px solid #ccd2d8;
  /*margin-bottom: 10px;*/
}

.addon_label {
  font-weight: 500;
  font-size: 14px;
  color: #00adef;
}

.trm_lst_dtls .addon_label {
  display: unset;
}

.addon_right_devider {
  border-right: 1px solid #ccd2d8;
}

.important_feature_dtls {
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding-bottom: 8px;
}

.important_feature_dtls:before {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

.hlth_compare_box {
  border: 1px dashed #222;
  padding: 20px;
}

.assured_input {
  width: 54%;
  height: 34px;
}

.compare_button .button-1 {
  background: #fff;
  color: #222;
  border: 1px solid #ccd2d8;
  border-radius: 16px;
  height: 34px;
  padding: 0px 12px;
  font-size: 11px;
}

.top_filter_devider {
  border-top: 1px solid #ccd2d8;
  margin-top: 8px;
  padding-bottom: 12px;
  padding-top: 14px;
}

.mob-brand img {
  width: 90%;
}

.fs_norm {
  font-size: 12px;
}

.fs_bld {
  font-size: 12px;
  font-weight: 600;
  color: #222222;
}

.cmn-clr {
  color: #00adef;
}

.addon_slct {
  color: #818384;
}

.mob_top_devider {
  border-top: 1px solid #ccd2d8;
  margin-top: 17px;
  padding-bottom: 0;
  padding-top: 6px;
}

#hlth_addonModalTitle img {
  width: 30%;
}

#floater1 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 88%;
  height: auto;
  -webkit-transition: all 2s ease-in-out;
  z-index: 99 !important;
  transition: all 2s ease-in-out;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 14px 5px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
}

.cd-btn {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0 4px;
  background-color: #0b9ef0;
  color: #fff;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.hlth_sort:before {
  content: "\f0dc";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

.hlth_filter:before {
  content: "\f0b0";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

.plan_filter:before {
  content: "\f0c9";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

.sum_inpt_hold {
  width: 70%;
}

.comp_btn_hold {
  width: 30%;
  float: left;
  display: none;
}

.sum_txt_hold {
  float: left;
  padding-top: 7px;
}

.compare_button_modal .button-1 {
  background: #0b9eee;
  border-radius: 24px;
  color: #fff;
  height: 38px;
}

.sort-by .form-select {
  font-size: 13px;
  width: 74%;
  font-weight: 500;
}

.hlth_list_page .accordion-button {
  padding: 5px 15px;
}

.accordion .important_feature_dtls {
  padding-bottom: 0;
}

.hlth_list_page .accordion.faq-custom {
  margin-top: 10px;
}

.imp_features_list .accordion-button::after {
  --bs-accordion-btn-icon-width: 0.99rem !important;
}

#compareModal .modal-content {
  padding-bottom: 0;
}

#compareModal .btn-close {
  font-size: 10px;
}

.top_srch_filter .form-select {
  font-size: 14px;
}

a.plan_price.button-1 {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
}

div#hlth_addonModal .form-check-input {
  border: 1px solid #a5aaaf;
  padding: 8px;
}

ol.list-view-filter {
  margin-left: 0;
  padding-left: 0;
}

.ftrs_half {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.edit_srch {
  background: #e0edf5;
}

.edit_icon {
  font-size: 18px;
  font-weight: 600;
}

.edit_icon:after {
  content: "\f044";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-left: 8px;
  color: #0b9ef0;
}

.slf_dtls {
  display: flex;
  gap: 0.2rem;
}

.edit_srch .agearea {
  padding: 4px 8px;
  background: transparent;
  font-size: 12px;
}

.details_info_fr {
  display: grid;
  align-items: flex-start;
  gap: 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}

.featureValue {
  font-size: 12px;
  font-weight: 400;
}

.link_bt {
  font-size: 12px !important;
}

.annually_amt {
  display: block;
  padding-top: 6px;
}

.bdr_rt {
  border-right: 1px solid #ccc;
}

.pln_mre {
  padding: 13px 0 14px;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 3px;
  background-color: #00096a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 0.7rem;
  position: relative;
  height: 10px;
  color: #fff;
  line-height: 0;
  margin-top: 10px;
  cursor: pointer;
}

.addon_gap {
  padding: 6px 0;
  border-bottom: 1px solid #00096a;
}

.ftr_btn {
  background: #00096a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 0.7rem;
  height: 10px;
  color: #fff;
  cursor: pointer;
  padding: 7px 32px 20px 22px;
  position: relative;
  display: inline-block;
  /*    bottom: -14px;*/
}

.features_all.pa_data .ftr_btn {
  bottom: -14px;
}

.locator_h {
  left: 163px;
  position: relative;
}

.ftr_btn a {
  color: #fff;
}

.pr_ctr_hlt {
  display: flex;
  justify-content: flex-end;
}

.mob_chk_inp input[type=checkbox] {
  padding: 6px;
}

.ftrs-f-wdth {
  width: 100%;
}

.addon-dsb {
  display: none;
}

.angle-ftr:before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.angle-ftr:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
}

.ftr_devd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}

.ftr_devd .accordion-item {
  margin-bottom: 10px;
}

.lft_hl_dtl input[type=checkbox] {
  padding: 6px;
  bottom: 2px;
}

.lft_hl_dtl label {
  font-size: 11px;
}

/*hlth lisst search modal code start------------------*/
.hlth_edit_srchModal.modal {
  --bs-modal-width: 800px;
}

.hlth_edit_srchModal .modal-content {
  padding-bottom: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.hlth_edit_srchModal select {
  font-size: 14px;
  height: 32px;
}

.hlth_edit_srchModal input[type=checkbox] {
  padding: 8px;
  border: 2px solid rgba(73, 71, 71, 0.768627451);
}

.apply_button_modal .button-1:after {
  background: transparent;
}

.apply_button_modal {
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  width: 100px;
  margin: auto;
  border-radius: 10px;
}

.count_increase {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.count_increase span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.count_increase span.num {
  font-size: 14px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/*hlth lisst search modal code end---------------------------------------*/
.sticky {
  position: sticky;
  top: 0;
}

.filter-buttons {
  display: flex;
  justify-content: flex-end;
  display: none;
}

.list-view-button,
.grid-view-button {
  color: 222;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.list-view-button {
  margin-right: 10px;
}

.list.list-view-filter {
  flex-direction: column;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.list.grid-view-filter .col-md-12.half_devide {
  width: calc(50% - 0px);
  margin: auto;
  text-align: center;
  float: left;
}

.features_all {
  position: absolute;
  bottom: 0;
}

.features_all.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}

.features_all.active .arrow:before {
  transform: translate(10px, 0);
}

.features_all.active .arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}

.arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  transition: 0.4s ease;
  margin-top: 8px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}

.arrow:before,
.arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s ease;
}

.arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

.click-text {
  display: block;
  text-align: left;
  padding: 0 12px 16px;
  margin: 0;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.15s ease;
}

.click-text:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.chk_inpt_insrd {
  background-color: #0b9ef0;
  color: #fff;
}

.edit_box i:before {
  font-size: 10px;
  left: 3px;
  position: relative;
  top: -2px;
}

/*compare table data start here--------------------*/
.left_covr_data {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
}

.left_covr_premium {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
}

.comp_price_table {
  border-bottom: 1px solid #ccd2d8;
}

.compare_item {
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #ccd2d8;
}

.compare_item_price {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
  font-size: 14px;
  width: 100%;
}

.compare_item_price i {
  font-size: 13px;
  font-weight: 600;
}

.compare_item_price_total {
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
  width: 100%;
}

.covr_data_pd {
  margin-top: 49px;
  padding: 25px 1% 15px;
}

.compare_item {
  background: #fff;
  align-items: center;
  justify-content: center;
}

.compare_item_title {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.comp_tb_top_bdr {
  border-top: 1px solid #ccd2d8;
}

.comp_title_center {
  display: flex;
  align-items: center;
}

h5.compare_item_title:before {
  content: "?";
  width: 15px;
  height: 14px;
  color: #fff;
  display: block;
  float: right;
  cursor: pointer;
  margin: 4px 6px;
  font-size: 12px;
  background: #046fd2;
  border-radius: 50%;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.price-part1 {
  width: calc(25% - 5px);
  background: 0 0;
  float: left;
  padding: 25px 1% 15px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

.price_column {
  width: 25%;
  background: #fff;
  float: left;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #ccd2d8;
  border-right: 1px solid #ccd2d8;
  position: relative;
}

.price_column:last-child {
  border-right: 0;
}

.price_column:hover {
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
}

.price_column.buy_po .buy_policy {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 7px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(0, 100%);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.price_column.buy_po:hover .buy_policy {
  transform: translate(0, -5px);
}

.buy_policy .hlth_plan_price:before {
  display: none;
}

.chk_joint .button-1 {
  float: right;
}

.hold_inner_detls .inv_tenure .pay_yrs .form-select { /*width: inherit;*/
  margin-right: 4px;
}

@media (max-width: 1024px) {
  .hold_inner_detls .inv_tenure .pay_yrs .form-select {
    width: inherit !important;
  }
  .mob_hide {
    display: none;
  }
}
@media (max-width: 567px) {
  .chk_joint .button-1 {
    margin-top: 5px;
  }
  .health-pln-padd {
    padding: 12px !important;
  }
  .button-heal-1 {
    height: 33px !important;
    padding: 0px 10px !important;
    border-radius: 5px !important;
    margin: 6px !important;
  }
}
.hlth_plan_price.inv_see_bt.prc_symb-sw:before {
  display: inline-block;
}

/*compare footer popup-----------------------------------*/
.comapare_content span {
  position: absolute;
  top: -12px;
  right: 0px;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 12px;
}

.canvasheight {
  height: 140px !important;
}

.offcanvas-body {
  overflow: hidden !important;
}

.hlth_compare_box {
  display: flex;
  align-items: center;
}

.hlth_compare_box img {
  width: 120px;
}

.hlth_compare_box p {
  position: relative;
  max-width: 100%;
  padding: 0px 5px;
  margin-bottom: 0px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*compare footer popup-----------------------------------*/
.addon_sub_addon.form-select {
  font-size: 12px;
}

/*hospital  locator*/
form#hospital_search th {
  font-family: "Jost";
  color: #222;
  font-weight: 500;
}

form#hospital_search td {
  color: #222;
  font-size: 14px;
}

form#hospital_search .button-1 {
  height: 40px;
}

/*end here----------------------*/
label#msort_by-error.error {
  position: absolute;
  bottom: -16px;
}

.ftrs-f-wdth span.hlth_addons_title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.ftrs-f-wdth div.row {
  text-align: center;
}

form#addons_form_36 .addons_row .form-check {
  align-items: inherit;
}

span.addon-details span.addon-details {
  padding-left: 0;
  border-bottom: 0;
}

.modal-body {
  margin-bottom: 0;
}

.modal-footer .button-1 {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
  height: 34px;
  border-radius: 6px;
}

.modal-footer .button-1 i {
  width: unset;
  height: unset;
  background: none;
  margin-right: 0;
  font-family: "FontAwesome";
}

.addon-details ul li {
  line-height: 20px;
  margin-bottom: 0;
}

.addons_row details[open] {
  padding-bottom: 12px !important;
  padding-top: 12px;
}

.sidebar_sticky {
  position: sticky !important;
  top: 64px;
  background: #fff;
  padding: 10px;
}

.modal-body form#addons_form .form-check-input {
  margin-right: 6px !important;
}

.rmv_icn h5:before {
  display: none !important;
}

.rmv_icn h5 a {
  color: #07a1ec;
}

.rmv_icn h5 a:hover {
  color: #3d3693;
}

.comp_price_table:hover .buy_policy {
  transform: translate(0, -5px);
}

.addon-details ul li:before {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

/*media query start--------------------------------------------*/
@media (max-width: 1920px) {
  span.inv_amnt_ct.yrs {
    width: 68% !important;
  }
  span.inv_amnt_mth.inv_yrs {
    width: 30% !important;
  }
  .hide_dsk {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hide_dsk {
    display: none;
  }
  .arrow {
    font-size: 11px;
  }
  .hlth_plan_price {
    font-size: 14px;
  }
  .important_features {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  /*motor new form 28may 2024-------------*/
  .info_motor_txt {
    font-size: 14px;
  }
  /*motor new form 28may 2024 end-------------*/
  .sec_pd {
    padding: 0 15px;
  }
  .mob_hide {
    display: none;
  }
  .mob-brand img {
    width: 66%;
  }
  .arrow {
    float: inherit;
  }
  .important_features {
    font-size: 10px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 20%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .hlth_list_page .health_list_box input[type=checkbox] {
    bottom: 2px;
  }
  .covr_data_pd {
    margin-top: 49px;
    padding: 25px 1% 15px;
  }
  .checktandc label {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .hlth_list_left_side {
    display: none;
  }
  .hlth_compare_box img {
    width: 80px;
  }
  .hlth_compare_box {
    flex-direction: column;
  }
  .hide_991 {
    display: none !important;
  }
  .show_991 {
    display: block !important;
  }
  .sort-by .form-select {
    height: 34px;
  }
  #floater1 {
    width: 100%;
  }
  .sort-by .form-select {
    display: none;
  }
  .pln_mre {
    padding: 7px 0 20px;
  }
  .order_set_mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
  /*motor new form 28may 2024---------*/
  .motor:before {
    background-size: 15%;
  }
  /*motor new form 28may 2024 end---------*/
  .featureValue {
    font-size: 11px;
  }
  .hlth_list_left_side {
    display: none;
  }
  .mob_hide {
    display: none;
  }
  .covr_data_pd {
    margin-top: 49px;
    padding: 25px 1% 15px;
  }
  .features_all {
    justify-content: start;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 20%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    position: absolute;
    bottom: 8px;
  }
  .mob_hlt_box_footer {
    background: #f3f4f6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .cmn-clr a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
  }
  .important_features {
    font-size: 10px;
    color: #fff;
  }
  .hlth_list_page .health_list_box input[type=checkbox] {
    bottom: 0;
    margin-right: 1px;
  }
  .pull-rgt-txt {
    text-align: right;
  }
  .addons_row span {
    font-size: 14px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .hide_991 {
    display: block !important;
  }
  .show_991 {
    display: none !important;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .pln_mre {
    transform: inherit;
  }
  .features_all {
    position: absolute;
    bottom: 13px;
  }
  div#model_msorting_load.modal {
    --bs-modal-width: 500px;
  }
  .sort-by .form-select {
    display: none;
  }
  #floater1 {
    width: 100%;
  }
  .modal label {
    font-size: 14px;
  }
  .pln_mre {
    padding: 13px 0 14px;
  } /*to set plan more height*/
  .new-next-button1 {
    left: 42%;
  }
  .modal input[type=checkbox] {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .mob_hide {
    display: none;
  }
  .popover {
    margin: 0 15px !important;
  }
  .new-next-button1 {
    left: 36% !important;
  }
  .scroll-area {
    display: none !important;
  }
  .sort-by {
    justify-content: start;
  }
  .sort-by .form-select {
    width: 80%;
    display: none;
  }
  .plan_price.button-1 {
    padding: 0px 9px;
  }
  .important_feature_dtls {
    font-size: 14px;
  }
  .mob_hide {
    display: none;
  }
  .top_filter_devider {
    margin-top: 18px;
  }
  #floater1 {
    width: 100%;
  }
  div#hlth_addonModal .form-check-input {
    border: 1px solid #A5AAAF;
    padding: 6px;
  }
  .pa-form .checktandc label {
    font-size: 11px;
  }
  .hlth_edit_srchModal input[type=checkbox] {
    padding: 6px;
  }
  .modal label {
    font-size: 14px;
  }
  .price-part1 {
    flex: inherit;
  }
  .canvasheight {
    height: 180px !important;
  }
  .compare_item_title {
    font-size: 14px !important;
    font-weight: 500;
  }
  .covr_data_pd {
    margin-top: 26px;
  }
  .price-part1 h5 {
    font-size: 18px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 38%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    justify-content: start;
    position: relative;
  }
  .ftr_btn {
    position: relative;
    bottom: -8px;
  }
  .mob-brand img {
    width: 100%;
  }
  .cmn-clr a {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .mob_chk_inp label {
    font-size: 12px;
    color: #222;
  }
  .important_features {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .details_info_fr {
    display: inline;
  }
  .details_info_fr span.featureValue:nth-child(3),
  .details_info_fr span.featureValue:nth-child(4) {
    display: none;
  }
  .mob_chk_inp input[type=checkbox] {
    bottom: 0px !important;
    margin-right: 1px !important;
    padding: 6px !important;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .mob_hlt_box_footer {
    background: #F3F4F6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .details_info_fr span.featureValue {
    padding-right: 6px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .addons_row span {
    font-size: 14px;
  }
  .pull-lft-txt {
    text-align: left;
  }
  .pull-rgt-txt {
    text-align: inherit;
    padding-top: 4px;
  }
  .top_filter_devider {
    padding-top: 0;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0B9EF0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0B9EF0;
  }
  .addons_row .form-check {
    align-items: inherit;
  }
  .modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .scroll-area {
    display: none !important;
  }
  .sort-by {
    justify-content: start;
  }
  .sort-by .form-select {
    width: 80%;
    display: none;
  }
  .plan_price.button-1 {
    padding: 0px 9px;
  }
  .important_feature_dtls {
    font-size: 14px;
  }
  .mob_hide {
    display: none;
  }
  .top_filter_devider {
    margin-top: 18px;
  }
  #floater1 {
    width: 100%;
  }
  div#hlth_addonModal .form-check-input {
    border: 1px solid #a5aaaf;
    padding: 6px;
  }
  .pa-form .checktandc label {
    font-size: 11px;
  }
  .hlth_edit_srchModal input[type=checkbox] {
    padding: 6px;
  }
  .modal label {
    font-size: 14px;
  }
  .price-part1 {
    flex: inherit;
  }
  .canvasheight {
    height: 180px !important;
  }
  .compare_item_title {
    font-size: 14px !important;
    font-weight: 500;
  }
  .covr_data_pd {
    margin-top: 26px;
  }
  .price-part1 h5 {
    font-size: 18px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 38%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    justify-content: start;
    position: relative !important;
    bottom: 0;
  }
  .ftr_btn {
    position: relative;
    bottom: -8px;
  }
  .mob-brand img {
    width: 100%;
  }
  .cmn-clr a {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .mob_chk_inp label {
    font-size: 12px;
    color: #222;
  }
  .important_features {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .details_info_fr {
    display: inline;
  }
  .details_info_fr span.featureValue:nth-child(3),
  .details_info_fr span.featureValue:nth-child(4) {
    display: none;
  }
  .mob_chk_inp input[type=checkbox] {
    bottom: 0px !important;
    margin-right: 1px !important;
    padding: 6px !important;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .mob_hlt_box_footer {
    background: #f3f4f6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .details_info_fr span.featureValue {
    padding-right: 6px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .addons_row span {
    font-size: 12px;
  }
  .pull-lft-txt {
    text-align: left;
  }
  .pull-rgt-txt {
    text-align: inherit;
    padding-top: 4px;
  }
  .top_filter_devider {
    padding-top: 0;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .addons_row .form-check {
    align-items: inherit;
  }
  .modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  h5.modal-title {
    font-size: 18px;
  }
  .modal-body form#addons_form .form-check-input {
    margin-right: 6px;
  }
  span.addon-details {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 576px) {
  .checktandc label#tnc_val-error {
    top: 22px !important;
  }
  .brand_gp {
    gap: 0;
  }
  .plan_price.button-1 {
    width: auto !important;
  }
  span.mult_symb {
    display: inline-block !important;
  }
  .footer_call a.button-1 {
    white-space: nowrap;
    font-size: 14px;
  }
  .details_info_fr {
    margin-bottom: 0 !important;
  }
  .discount_strip {
    right: -10px;
  }
  .eq_space {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 8px 0;
  }
  .count_increase {
    min-width: 67px;
  }
  .ofc_main_data_holder .tabbox {
    border: 0 !important;
    padding: 10px 14px !important;
  }
  .fr_lyt_vl {
    font-size: 10px;
    color: #312f2f;
  }
  .fr_bld_vl {
    font-size: 14px;
    color: #222;
    font-weight: 600;
  }
  .trm_lst_dtls p {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .addon_cover_inv .hdfc-gap {
    gap: 48px !important;
  }
  .ofc_main_data_holder .tabbox {
    border: 0;
  }
  .cmn-clr a {
    font-size: 10px;
  }
  .important_features {
    font-size: 11px;
    white-space: nowrap;
  }
  .mob_chk_inp label {
    font-size: 11px;
    font-weight: 600;
  }
  .hlth_plan_price {
    font-size: 11px;
  }
  .pa-form .checktandc label {
    font-size: 10px;
  }
  .checktandc label {
    font-size: 10px;
  }
  .get-appointment-form label a {
    font-size: 11px !important;
  }
  .offcanvas-title {
    display: flex;
  }
}
/*most updated list end here 27feb2024------------------------------------------------*/
/*--------------------------------- New health landing page css start-------------------- */
.rating-section {
  background-color: #3d3693;
  padding: 25px 0;
}

.rating-section .invest-rating {
  text-align: center;
}

.invest-rating span {
  color: #fff;
  font-size: 21px;
}

.invest-rating span.small-span {
  font-size: 12px;
  opacity: 0.8;
}

.inv-border-right {
  border-right: 1px solid #fff;
}

.invest-rating h4 {
  font-size: 20px;
  text-align: left;
  color: #fff;
}

.budget-clr {
  background-color: #b6f068 !important;
  border-radius: 20px;
  border: 0 !important;
}

.platinum-clr {
  background-color: #c3fbde !important;
  border-radius: 20px;
  border: 0 !important;
}

.support-clr {
  background-color: #f3ffbf !important;
  border-radius: 20px;
  border: 0 !important;
}

.budget-blck {
  color: #000000 !important;
}

.back-clr-img {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../img/health_landing/health-back.svg");
  background-position: bottom;
  background-size: cover;
}

.health-overlay {
  position: absolute;
  background-color: #2f3c5f;
  width: 100%;
  opacity: 0.8;
  height: 100%;
  left: 0;
}

.back-health-clr {
  padding: 75px;
  background-color: #3d5bb5;
}

.white-helth-text {
  color: #fff;
}

.back-health-clr ul li {
  list-style-type: square;
  color: #fff;
  padding: 5px;
}

.health-text {
  position: absolute;
  z-index: 1;
  padding: 70px;
}

.small_position {
  position: relative;
  padding: 15px 0px 10px;
}

.trust-icon {
  width: 65px;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 567px) {
  .inv-border-right {
    border-right: 0;
    padding-bottom: 5px;
  }
  .invest-rating h4 {
    text-align: center;
  }
  .health-text {
    position: unset;
    z-index: 1;
    padding: 13px;
  }
  .back-health-clr {
    padding: 26px;
  }
  .about-box ul li {
    padding-left: 25px !important;
  }
  .mission-content {
    padding: 0 33px 0px 28px !important;
    margin: 32px 0 0 0 !important;
  }
  .vision-content {
    padding: 0 27px 0px 28px !important;
    margin: 93px 0 0 0 !important;
  }
  .about-sect h3.heading-mis {
    font-size: 32px !important;
    padding-bottom: 10px !important;
  }
  .about-margn {
    margin: -74px 0px 12px !important;
  }
  .contact-card-item {
    padding: 16px 11px !important;
  }
  .contact-card {
    padding: 11px 5px 6px 82px !important;
    margin: 7px 0 !important;
  }
  .contact-card .contact-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 57px !important;
    top: 40% !important;
    left: 18px;
  }
}
@media (min-width: 567px) and (max-width: 992px) {
  .contact-card-item {
    padding: 23px 10px !important;
  }
  .contact-card {
    padding: 30px 9px 6px 9px !important;
  }
  .contact-card .contact-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 55px !important;
    left: 62px !important;
    top: 3% !important;
    border: 1px solid #dcd7d7 !important;
  }
  p.cont-pa {
    font-size: 13px !important;
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .health-text {
    padding: 18px;
  }
  .back-health-clr {
    padding: 28px;
  }
  .box-two-about li a {
    font-size: 10px !important;
  }
}
@media (min-width: 567px) and (max-width: 1200px) {
  .box-two-about li a {
    padding: 3px 6px !important;
    font-size: 13px;
  }
  .box-two-about {
    padding: 4px 11px !important;
  }
  /*    .mid-container-two {max-width: 451px !important;}*/
  .mission-content {
    padding: 0px 20px 0px 20px !important;
    margin: 0px 0 0 0 !important;
  }
  .about-sect h3.heading-mis {
    font-size: 32px !important;
    padding-bottom: 10px !important;
  }
  p.para-mis {
    font-size: 18px !important;
  }
  .mission-img {
    left: 60px !important;
    width: 300px !important;
  }
  .mission-img-two {
    width: 235px !important;
    bottom: 84px !important;
  }
  .vision-content {
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
  }
  .vision-img {
    width: 300px !important;
    top: 27px !important;
  }
  .vision-img-two {
    width: 241px !important;
    bottom: 93px !important;
    right: -114px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .trust-icon {
    width: 50px;
  }
  .back-health-clr {
    padding: 38px;
  }
  .health-text {
    padding: 38px;
  }
  .contact-card {
    padding: 30px 9px 6px 9px !important;
  }
  .contact-card .contact-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 55px !important;
    left: 71px !important;
    top: 3% !important;
    border: 1px solid #dcd7d7 !important;
  }
  p.cont-pa {
    font-size: 16px !important;
    text-align: center !important;
  }
  .contact-card-item {
    padding: 27px 19px !important;
  }
  .cont-img-one {
    width: 168px;
  }
  .cont-img-two {
    width: 174px;
  }
  .cont-img-three {
    width: 150px;
  }
  .cont-img-four {
    width: 178px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  /*    .box-two-about{left: 28px !important;}*/
  .contact-card-item {
    padding: 40px 19px !important;
  }
}
/*--------------------------------- New health page css start-------------------- */
/* health insurance updated design css 22dec k-------------------------------------------------- */
.fx_wth {
  width: auto !important;
  border: 0;
}

.comon-img-center-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hlt_ins_tab .nav-tabs {
  margin-bottom: 0;
}

.best_hip table {
  background: #fff;
}

.gold-price table tbody,
.gold-price td,
.gold-price tfoot,
.gold-price th,
.gold-price thead,
.gold-price tr {
  border: 1px solid #ccc !important;
  vertical-align: middle;
}

.gold-price table thead {
  background: #edf3ff;
}

.gold-price tr:nth-child(even) {
  background: none;
}

.gold-price table {
  margin-bottom: 0;
}

.hr-tb-scroll {
  overflow-x: scroll;
}

.hr-tb-scroll::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
.hr-tb-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.hr-tb-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.hr-tb-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hr-tb-scroll::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

.img_pd {
  padding: 0 0 0 80px;
}

.hlth_plan table {
  background: #fff;
}

.plan_iiner_box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background: #fff;
  display: flex;
  position: relative;
  padding: 20px 0 20px 160px;
}

.plan_ic_hold {
  width: 20%;
  background: #3d3693;
  padding: 16px;
  position: absolute;
  left: 20px;
  top: -10px;
  border-radius: 0 0 12px 12px;
  height: 134px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.plan_ic_hold:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #181358;
  position: absolute;
  right: -8px;
  top: 0px;
}

.plan_ic_hold:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 12px solid #181358;
  position: absolute;
  left: -8px;
  top: 0px;
}

.plan_ic_hold2 {
  width: 20%;
  background: #07a1ec;
  padding: 16px;
  position: absolute;
  left: 20px;
  top: -10px;
  border-radius: 0 0 12px 12px;
  height: 134px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.plan_ic_hold2:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #07a1ec;
  position: absolute;
  right: -8px;
  top: 0px;
}

.plan_ic_hold2:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 12px solid #07a1ec;
  position: absolute;
  left: -8px;
  top: 0px;
}

.plan_ic_hold3 {
  width: 20%;
  background: #002365;
  padding: 16px;
  position: absolute;
  left: 20px;
  top: -10px;
  border-radius: 0 0 12px 12px;
  height: 134px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.plan_ic_hold3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #0f0c37;
  position: absolute;
  right: -8px;
  top: 0px;
}

.plan_ic_hold3:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 12px solid #0f0c37;
  position: absolute;
  left: -8px;
  top: 0px;
}

.plan_ic_hold4 {
  width: 20%;
  background: #1560bd;
  padding: 16px;
  position: absolute;
  left: 20px;
  top: -10px;
  border-radius: 0 0 12px 12px;
  height: 134px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.plan_ic_hold4:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #025780;
  position: absolute;
  right: -8px;
  top: 0px;
}

.plan_ic_hold4:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 12px solid #025780;
  position: absolute;
  left: -8px;
  top: 0px;
}

.ftrs_hlthpln_box {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
  text-align: left;
  border: 1px solid #01be7e;
  border-radius: 60px 0 60px 0;
  padding: 20px 20px 20px 94px;
  position: relative;
  margin-left: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 272px;
}

.ftrs_hlthpln_ic_hold {
  width: 120px;
  height: 120px;
  background: #01be7e;
  border-radius: 100%;
  position: absolute;
  left: -30px;
  padding: 32px;
}

.ftrs_hlthpln_ic_hold_bg2 {
  background: #00a9bc;
}

.ftrs_hlthpln_ic_hold_bg3 {
  background: #3d3693;
}

.hlth_cover_box {
  background: #afd8c6;
  padding: 20px;
  border-radius: 12px;
  margin-top: 16px;
}

.hlth_cover_box ul li {
  padding-bottom: 20px;
  position: relative;
}

.hlth_cover_box ul li:before {
  content: "";
  background-image: url(../img/health/right_tick.webp);
  width: 49px;
  height: 47px;
  position: absolute;
  background-size: 50%;
  background-repeat: no-repeat;
}

.hlth_cover_box ul li p,
.hlth_cover_box ul li strong {
  padding-left: 35px;
  display: inline-block;
}

.hlth_notcover_box ul li {
  padding-bottom: 20px;
  position: relative;
}

.hlth_notcover_box {
  background: #ffc6c3;
  padding: 20px;
  border-radius: 12px;
  margin-top: 16px;
}

.hlth_notcover_box ul li:before {
  content: "";
  background-image: url(../img/health/red_cross.webp);
  width: 49px;
  height: 47px;
  position: absolute;
  background-size: 50%;
  background-repeat: no-repeat;
}

.hlth_notcover_box ul li p,
.hlth_notcover_box ul li strong {
  padding-left: 35px;
  display: inline-block;
  line-height: 30px;
}

.txt_green {
  color: #2C634A;
}

.txt_red {
  color: #B41313;
}

.hlth_cover_box .button-1 {
  height: 38px;
  background: #479e74;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.hlth_cover_box .button-1:after {
  border-radius: 6px;
  border: 0;
}

.hlth_notcover_box .button-1 {
  height: 38px;
  background: #ff6a6a;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.hlth_notcover_box .button-1:after {
  border-radius: 6px;
  border: 0;
}

.cta-holder_blue_box {
  background: #3d3693;
  border-radius: 12px;
  position: relative;
}

.question_img {
  width: 120px;
  position: absolute;
  bottom: 0;
}

.ask_content {
  padding: 40px 0 40px 150px;
  font-size: 38px;
  font-weight: 600;
  color: white;
  font-family: jost;
}

.ask_cta_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ask_cta_center .button-1 {
  height: 50px;
  background: #0483c1;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.ask_cta_center .button-1:after {
  border-radius: 6px;
}

.rider_iiner_box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 90px;
  background: #fff;
  display: flex;
  position: relative;
  padding: 20px 8px 20px 130px;
}

.rider_ic_hold {
  width: 20%;
  background: #00818F;
  padding: 16px;
  position: absolute;
  left: -8px;
  bottom: 0;
  border-radius: 90px 0 0 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
}

.rider_ic_hold2 {
  width: 20%;
  background: #3d3693;
  padding: 16px;
  position: absolute;
  left: -8px;
  bottom: 0;
  border-radius: 90px 0 0 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
}

.rider_ic_hold3 {
  width: 20%;
  background: #018458;
  padding: 16px;
  position: absolute;
  left: -8px;
  bottom: 0;
  border-radius: 90px 0 0 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
}

.rider_ic_hold4 {
  width: 20%;
  background: #0679B2;
  padding: 16px;
  position: absolute;
  left: -8px;
  bottom: 0;
  border-radius: 90px 0 0 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
}

.count_digit {
  font-family: jost;
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.best_hip .button-1 {
  height: 30px;
  background: #3d3693;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.best_hip .button-1:after {
  border-radius: 6px;
}

.plan_cont_hold {
  padding-right: 16px;
}

.factor h3.green-bdr:before {
  background: #22ac4c;
}

/*type of health section css-----------------------*/
.type_hip-item {
  background: var(--bg-white);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  padding: 0 30px 18px 30px;
  text-align: center;
  position: relative;
  z-index: 9;
  border: 1px solid #e0e2e1;
  height: auto;
  min-height: 344px;
}

.type_hip-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  width: 213px;
  height: 100%;
  background-image: url("../img/health/top_band_hip.webp");
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}

.type_hip-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #07a1ec;
  z-index: -2;
  transition: all 400ms ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
  clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}

.type_hip-item-icon {
  width: 64px;
  height: 64px;
  text-align: center;
  margin: auto;
}

.type_hip-item-icon i::before {
  font-size: 50px;
  color: #fff;
}

.type_hip-item-content {
  margin-top: 18px;
}

.type_hip-item-content h3 {
  transition: 0.4s;
}

.type_hip-item-content p {
  transition: 0.4s;
}

.type_hip-item-btn {
  position: relative;
  z-index: 1;
}

.type_hip-item-btn a {
  font-weight: 600;
  transition: 0.4s;
  color: #000;
}

.type_hip-item:hover::after {
  -webkit-clip-path: initial;
  clip-path: initial;
  height: 100%;
}

.type_hip-item:hover .type_hip-item-content p {
  color: #fff;
}

.type_hip-item:hover .type_hip-item-content h3 {
  color: #fff;
}

.type_hip-item:hover .type_hip-item-btn::before {
  background: #fff;
  opacity: 0.2;
}

.type_hip-item:hover .type_hip-item-btn a {
  color: #fff;
}

.type_hip .button-1 {
  height: 50px;
  background: #3d3693;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.type_hip .button-1:after {
  border-radius: 6px;
  border: 0;
}

/*type of health end here-------------------------------*/
.buy_hip_iinerbox {
  background: #fff;
  border-radius: 12px;
  padding: 80px 30px 30px 30px;
  position: relative;
}

.buy_hip_iinerbox p {
  color: #222;
}

.buy_hip_iinerbox_ic_hold {
  width: 120px;
  height: 120px;
  background: #07a1ec;
  border-radius: 100%;
  position: absolute;
  padding: 32px;
  transform: translateX(-50%);
  left: 50%;
  top: -58px;
}

.bg_blue_light {
  background: #07a1ec;
}

.bg_blue_dark {
  background: #3d3693;
}

/*need hip--------------------------------------------*/
.need_hip_item {
  border-top: 2px solid #e0e2e1;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.need_hip_item:last-child {
  border-bottom: 2px solid #e0e2e1;
}

.need_hip_item-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.need_hip_item-left p {
  margin: 0;
  padding-left: 70px;
  position: relative;
  max-width: 715px;
}

.need_hip_item-left p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #E6E6E6;
  width: 1px;
  height: 100%;
  transition: 1s;
}

.need_hip_item:hover .services__four-item-left p::after {
  background: #E6E6E6;
}

.need_hip_item:hover .services__four-item-right a i {
  transform: rotate(45deg);
}

.need_hip_item:hover::before {
  animation: bounceRight 2s;
  width: 100%;
}

.buy_hip_iinerbox {
  background: #fff;
  border-radius: 12px;
  padding: 65px 30px 30px 30px;
  position: relative;
}

.buy_hip_iinerbox p {
  color: #222222;
}

.buy_hip_iinerbox_ic_hold {
  width: 90px;
  height: 90px;
  background: #07a1ec;
  border-radius: 100%;
  position: absolute;
  padding: 20px;
  transform: translateX(-50%);
  left: 50%;
  top: -39px;
}

/*benefits buy health Ins--------------------------------------------*/
.benefits_buy_hip_box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 150px;
  background: #fff;
  display: flex;
  position: relative;
  padding: 20px 8px 0px 190px;
  position: relative;
  z-index: 2;
}

.benefits_buy_hip_ic_box {
  cursor: default;
  position: absolute;
  width: 172px;
  height: 192px;
  transition: 0s;
  left: 0;
  top: -10px;
  background-image: url(../img/health/orange_shape.webp);
}

.benefits_buy_hip_ic_box img {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.benefits_mr_tp {
  margin-top: 80px;
}

.buy_hip_more .button-1 {
  height: 50px;
  background: #07a1ec;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.buy_hip_more .button-1:after {
  border-radius: 6px;
}

/*behind hexa----------------------------------*/
.hexagon {
  position: absolute;
  width: 192px;
  height: 118px;
  background-color: #fff;
  margin: 27px auto 0 auto;
  z-index: 1;
  border-left: solid 10px #1560BD;
  border-right: solid 10px #07A1EC;
  display: grid;
  transition: 0s;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 135.7645019878px;
  height: 135.7645019878px;
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 18.1177490061px;
  border-radius: 6px;
  transition: 0s;
}

.hexagon:before {
  top: -67.8822509939px;
  border-top: solid 14.1421356237px #1560BD;
  border-right: solid 14.1421356237px #1560BD;
}

.hexagon:after {
  bottom: -67.8822509939px;
  border-bottom: solid 14.1421356237px #1560BD;
  border-left: solid 14.1421356237px #1560BD;
}

/*elegibility hlth-----------------------------*/
.eligibility_hip_inner_box {
  background: #fff;
  border-radius: 12px;
  padding: 60px 30px 30px 30px;
  position: relative;
  border: 1px solid #e8e7e5;
  text-align: center;
}

.eligibility_hip_inner_box_head_hold {
  width: 330px;
  background: #042A58;
  padding: 16px;
  position: absolute;
  left: 50%;
  top: -10px;
  border-radius: 0 0 12px 12px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: translateX(-50%);
  color: #fff;
}

.eligibility_hip_inner_box_head_hold:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #181358;
  position: absolute;
  right: -8px;
  top: 0px;
}

.eligibility_hip_inner_box_head_hold:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 12px solid #181358;
  position: absolute;
  left: -8px;
  top: 0px;
}

.choose_box1 {
  background: #d6fceb;
  border-radius: 12px;
  padding: 20px;
}

.choose_box2 {
  background: #fee0e0;
  border-radius: 12px;
  padding: 20px;
}

.choose_box3 {
  background: #d6e8fc;
  border-radius: 12px;
  padding: 20px;
}

.choose_box4 {
  background: #99cffe;
  border-radius: 12px;
  padding: 20px;
}

.choose_hlth_img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.choose_bst_hip .button-1 {
  height: 50px;
  background: #07a1ec;
  border-radius: 6px;
  border: 0;
  color: #fff;
}

.choose_bst_hip .button-1:after {
  border-radius: 6px;
  border: 0;
}

.benefits_mr_tp2 {
  margin-top: 80px;
}

.factor h3:before {
  content: "";
  width: 8px;
  background: #de2133;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.factor h3 {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}

.factor h3.green-bdr:before {
  background: #22ac4c;
}

/* health insurance updated form front css -------------------------------------------------- */
.mtn-52 {
  margin-top: -52px;
}

.canvas_ftrs .accordion-button:focus {
  outline: 0;
  border: 0 !important;
  box-shadow: none !important;
}

.adon_chck_fix .addons__list input[type=checkbox] {
  padding: 8px;
  bottom: 0;
}

.swal2-styled.swal2-confirm {
  background-color: #0d3083;
}

.swal2-container {
  border-radius: 1.4rem;
}

.title_sw-clr {
  color: #222;
}

.act_btn_nxtt {
  transform: inherit !important;
}

.ex_ill_bx {
  padding: 8px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  border-radius: 90px;
  border: 1px solid #d5d6dc;
  width: 100%;
}

.hl_top_dtls_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hl_top_dtls:before {
  content: "";
  background-image: url(../img/health/hlth_frm_left_img.webp);
  position: absolute;
  top: 33px;
  right: 28px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.health-one-section .pet_frm_lt_dtls {
  background-image: linear-gradient(90deg, rgb(3, 93, 145) 0%, rgb(214, 232, 252) 75%);
  width: 76%;
}

.ex_ill_bx .pa-box label {
  bottom: 0;
  padding-left: 12px;
}

.ex_ill_bx .pa-box input[type=checkbox] {
  bottom: 0;
}

.lb_algn {
  display: flex;
  padding-left: 12px;
}

.ex_ill_bx input[type=checkbox] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

.ex_ill_bx.active {
  background: #3d3693;
  color: #fff;
}

.discount {
  color: #36b37e;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  font-weight: 600;
  padding-bottom: 4px;
  align-items: center;
}

.discount_strip {
  background: #d3f4e5;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #0a8807;
  font-weight: 600;
  position: absolute;
  padding: 0 12px;
  top: 0;
  right: -9px;
  border-radius: 0 8px;
  width: auto;
}

.discount_strip span {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  border-top: 8px solid #68b08f;
  border-right: 9px solid transparent;
  right: 0;
}

.discount_footer p {
  font-size: 12px !important;
  background: #fff;
  color: #505f79;
  line-height: 18px;
}

.footer_call {
  width: 100%;
  border-bottom: 1px solid #dfe1e6;
  font-weight: 700;
  font-size: 18px;
  color: #253858;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost";
}

.footer_call a {
  margin: 0 0 0 60px;
}

.footer_call a.button-1 {
  height: 38px;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
}

span.plan_duration .form-select:focus {
  box-shadow: none;
}

.inv_tenure .form-select:focus {
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.withdraw_select {
  width: auto;
  padding-right: 1.65rem !important;
}

/* health insurance updated design css end 22dec k-------------------------------------------------- */
.fam-inc-img {
  width: 38px;
  margin: 0 10px 14px 0px;
}

.service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
}

/*health table scroll start */
#health-table-scroll::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
#health-table-scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
#health-table-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#health-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#health-table-scroll::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

.health-back-img {
  width: 47px;
  margin-right: 9px;
  border-radius: 50%;
  height: 46px;
  padding: 5px;
}

.checktandc label#tnc_val-error {
  display: block;
  position: absolute;
  top: 16px;
}

.modal.modalOverlay {
  --bs-modal-width: 1000px;
}

.form-right-box .proposal_form_new #progressbar {
  margin-left: 30px;
}

.whatsapp-update {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  padding-bottom: 10px;
}
.whatsapp-update .form-check {
  min-height: unset !important;
}

.whatsapp-update form-switch {
  margin-bottom: 0;
  padding-bottom: 0;
}

.whatsapp__des {
  font-size: 11px;
  color: #ff0000;
}

.whatsapp-update input[type=checkbox]::before, .whatsapp-update input[type=checkbox]::after {
  position: relative;
  content: "";
  display: inline-block;
}

.whatsapp-update input[type=checkbox] {
  bottom: 0;
  padding: 0;
}

.whatsapp-update i {
  font-weight: 600;
  color: #0ec144;
}

/*new css added for strip detail edit---------------*/
.destination__holder {
  height: 38px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(52, 105, 203, 0.16);
  padding: 0 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px dashed #0ba0f0;
}

.filter__holder {
  display: flex;
  justify-content: space-between;
}

/*------------===========MORE PAGE PROGRESSBAR CSS START============---------------*/
/*form styles*/
.group_msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.group_msform fieldset.form-card-add {
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  /*stacking fieldsets above each other*/
  position: relative;
}

.group_msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
.group_msform fieldset:not(:first-of-type) {
  display: none;
}

.fr_lyt_vl {
  font-size: 12px;
  color: #312f2f;
  opacity: 0.9;
}

.group_msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}

.group_msform input,
.group_msform textarea {
  padding: 8px !important;
  border: 1px solid gray;
  margin-top: 2px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
}

.group_msform input:focus,
.group_msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
  border: 1px solid #59b0dc;
  outline-width: 0;
}

/*Blue Buttons*/
.group_msform .action-button {
  background: #0a74a9;
  color: white;
  border: 1px solid #0a74a9;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 25px !important;
  margin: 0 auto !important;
  font-size: 16px;
}

.group_msform .action-button:hover,
.group_msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
.group_msform .action-button-previous {
  background: #4caf50;
  color: #fff;
  border: 0 none;
  padding: 11px 25px !important;
  border-radius: 4px;
  font-size: 16px;
}

.group_msform .action-button-previous:hover,
.group_msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
  z-index: 0;
  /*border: none;*/
  border-radius: 0.5rem;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  margin-left: 32px;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 32%;
  float: left;
  position: relative;
  z-index: 1;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f1ad";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f0f6";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f2ba";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: block;
  font-size: 17px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: -1;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0a74a9;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

.form-solution-add p {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

p.group-health-txt {
  text-align: justify;
}

.mode-add-txt {
  position: relative;
  right: 89px;
}

p.marine-mode {
  margin-left: 14px;
}

.error-policy-type {
  position: relative;
  bottom: 50px;
  left: 14px;
}

/*------------===========MORE PAGE PROGRESSBAR CSS END============---------------*/
/*profile section start-----------------------*/
.navbar .avatar {
  margin-bottom: -15px;
  margin-top: -15px;
}

.profile-drop .nav-item.dropdown a::after {
  display: none !important;
}

.dropdown-menu.profile {
  inset: 36px 0px auto -51px !important;
  border-radius: 0;
  border-top: 0;
  z-index: 10000000000000000000000 !important;
  position: absolute !important;
}

.dropdown-divider {
  border-top: 1px solid #efefef;
}

.list-group-item.active {
  background: #0a74a9;
  border-color: #0a74a9;
}

.header-bottom-right a.button-1 {
  height: 38px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

.header-bottom-right a.button-1:after {
  border-radius: 0.375rem;
}

.dropdown-menu.profile i {
  padding-right: 8px;
}

/*profile section end-------------------------------------------*/
/* otp box design */
.inputs input {
  width: 40px;
  height: 40px;
}

.alert {
  text-align: center;
}

/* marine radio box hide  */
ul.shiped input.inland-check {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*------------------------------------------------------------------------*/
.addon-holder {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
}

.addon-holder input[type=checkbox] {
  padding: 8px !important;
  bottom: inherit;
}

.proposal-form-holder ul.ins_details li:hover {
  background-color: #024f94;
  color: #fff;
}

.proposal-form-holder ul.ins_details li:hover a {
  color: #fff;
}

.proposal-form-holder ul.ins_details li:hover button {
  color: #222;
}

.proposal-form-holder ul.ins_details li {
  display: inline-block;
}

.proposal-form-holder ul.ins_details li a {
  color: #424b5c;
  padding: 0;
}

.proposal-form-holder .nav-tabs > li:hover a {
  background: none !important;
}

.proposal-form-holder ul.ins_details li {
  border: 1px solid #ccc;
  padding: 2px 6px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}

.proposal-form-holder ul.ins_details li.active {
  background: #024f94;
  color: #fff;
  border: 2px solid #0d9ee7;
}

.proposal-form-holder ul.ins_details li.active button {
  color: #fff;
}

.proposal-form-holder ul.ins_details button.nav-link {
  padding: 6px !important;
}

.proposal-form-holder ul.ins_details button.nav-link img {
  border-radius: 16px;
  margin-right: 12px;
  background: #fff;
  width: 30px;
}

.proposal-form-holder ul.ins_details li.active a {
  color: #222;
}

.proposal_form_new input:focus,
.proposal_form_new textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
  border: 1px solid #36b37e;
  outline-width: 0;
}

.pdl-0 {
  padding-left: 0;
}

.pdr-0 {
  padding-right: 0;
}

.proposal_form_new .action-button {
  width: 100px;
  background: #024f94;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

.proposal_form_new .action-button:hover,
.proposal_form_new .action-button:focus {
  background-color: #0d9ee7;
}

.proposal_form_new .action-button-previous {
  width: 100px;
  background: #3d3693;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

.proposal_form_new .action-button-previous:hover,
.proposal_form_new .action-button-previous:focus {
  background-color: #024f94;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673AB7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

.proposal_form_new #progressbar {
  margin-left: 0;
}

.proposal_form_new #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

.proposal_form_new #progressbar .active {
  color: #424b5c;
}

.proposal_form_new #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 16.4%;
  float: left;
  position: relative;
  font-weight: 500;
}

.proposal_form_new #progressbar #step1:before {
  font-family: FontAwesome;
  content: "\f13e";
}

.proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

.proposal_form_new #progressbar #step3:before {
  font-family: FontAwesome;
  content: "\f508";
}

.proposal_form_new #progressbar #step4:before {
  font-family: FontAwesome;
  content: "+";
}

.proposal_form_new #progressbar #step5:before {
  font-family: FontAwesome;
  content: "\f02d";
}

.text-holder-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.text-holder-border {
  border-right: 1px solid #cbd9d9;
  text-align: justify;
  padding-right: 26px;
}

.proposal_form_new #progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f481";
}

.proposal_form_new #progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

.proposal_form_new #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.proposal_form_new #progressbar li.active:before,
.proposal_form_new #progressbar li.active:after {
  background: #024f94;
}

.proposal_form_new .progress {
  height: 20px;
}

.proposal_form_new .progress-bar {
  background-color: #024f94;
}

.proposal_form_new .fit-image {
  width: 100%;
  object-fit: cover;
}

.nav-link.active .nav-item {
  background: blue !important;
}

.question__select {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .form-right-box .proposal_form_new #progressbar {
    width: 100%;
    margin-left: unset;
  }
  .text-holder-inner {
    display: unset !important;
  }
  .text-holder-border {
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  .medical-prac {
    text-align: left !important;
  }
  .medical-prac .text-right {
    text-align: inherit;
  }
  .proposal-form-holder ul.ins_details li {
    /*padding: 0px 16px;*/
    margin: 5px 4px;
    width: 23%;
  }
  .proposal-form-holder ul.ins_details button.nav-link {
    line-height: 24px;
  }
  .proposal-form-holder ul.ins_details li a {
    font-size: 13px;
  }
  .proposal_form_new #progressbar li {
    width: 16.33%;
    font-size: 10px;
  }
  .question__select {
    width: 140px;
  }
}
/*--------------------------------------------------------------
# payment Process
--------------------------------------------------------------*/
.payment_process {
  position: relative;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}

.process-shape-1 img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 40px 0;
  margin-bottom: 22px;
  z-index: 99;
}

.process__single:hover .process__icon:before {
  transform: scaleX(1);
}

.process__bottom {
  position: relative;
  display: block;
}

.process__contact {
  position: relative;
  display: block;
}

.process__input-box {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.process__single-2 {
  margin-top: 62px;
}

ul.document-list {
  display: flex;
}

ul.document-list li {
  width: 20%;
}

.process__content p {
  text-align: center;
}

/*end*/
.col-md-7.calculator-retirement {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.calculator-retirement a.button-1 {
  width: 25%;
}

.col-md-6 .criteria-box-h {
  padding: 22px;
}

.benefits-item:last-child {
  margin-bottom: 0;
}

.benefits-item {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
}

.benefits-item .benefits-inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  z-index: 1;
}

.benefits-item .benefits-inner .features-icon::before {
  font-size: 64px;
  color: var(--primary-color);
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.benefits-item .benefits-inner .features-title {
  margin-bottom: 20px;
}

.benefits-item .benefits-inner .features-description {
  margin-bottom: 0;
}

.benefits-item .benefits-inner:before {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  background-color: #39B9F9;
  opacity: 0.2;
  border-radius: 10px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -webkit-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.benefits-item:hover {
  transform: translateY(-10px);
}

.benefits-item:hover .benefits-inner .features-icon::before {
  color: #fff;
}

.benefits-item:hover .benefits-inner .term-title {
  color: #222222;
}

.benefits-item:hover .benefits-inner p {
  color: #222222;
}

.benefits-item:hover .benefits-inner:before {
  -moz-transform: translate3d(0px, 0, 0px);
  -o-transform: translate3d(0px, 0, 0px);
  -ms-transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  transform: translate3d(0px, 0, 0px);
  bottom: 0;
}

.benefits-content {
  padding: 15px 0;
  padding-left: 80px;
  position: relative;
}

.benefits-img {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 60px;
  display: inline-block;
  line-height: 1;
  color: #2B2B2B;
}

span.benefits-img .hover-b {
  display: none;
}

span.benefits-img.hover-b:hover {
  display: block;
}

.benefits-item a {
  font-weight: 700;
  color: #0A74A9;
}

.benefits-item:hover a {
  color: #222222;
}

.identity-icons1 {
  position: relative;
  bottom: 36px;
}

.identity-icons2 {
  position: relative;
  bottom: 93px;
}

.identity-icons3 {
  position: relative;
  bottom: 93px;
}

.identity-icons4 {
  position: relative;
  bottom: 36px;
}

.identity-icons5 {
  position: relative;
  bottom: 0px;
}

.process__content {
  width: 100%;
}

.process-shape-1-add {
  margin-top: 68px;
  left: unset;
}

.process__inner-add {
  padding-top: 67px;
}

.process__content-add {
  position: relative;
  z-index: 99;
}

.content-blue-add {
  padding: 40px 0px 0px !important;
}

/*form dlt------------------------------------------------------------------------------------------*/
/*-----======pet input box effect css start=======-------*/
.input-container {
  position: relative;
  margin: 1rem 0;
  height: 48px;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: #222;
  pointer-events: none;
  z-index: 500;
  background: #fff;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.input-container input[type=text],
.input-container input[type=phone],
.input-container input[type=email] {
  height: 42px !important;
  border: 1px solid #8b8f93 !important;
  width: 100%;
}

label.pet_type_box {
  position: relative;
  background: #fff;
  margin-top: -17px;
}

.gender_bg {
  background-color: #fff;
}

span.pet_note {
  font-size: 13px;
  margin-top: -20px;
  color: #808080;
  padding-left: 21px;
}

.pet_type_box_select {
  top: 22px !important;
}

.select_hide_border_box {
  border: unset;
}

/*-----======pet input box effect css end=======-------*/
/*------------*/
.form-control:focus {
  color: #222 !important;
  background-color: #FFF;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #222;
  top: 36px;
  left: 15px;
  z-index: 1;
  background: #fff;
  pointer-events: none;
  transition: 0.5s;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.floating-group {
  margin-top: 0;
}

.pet_age_box1 {
  padding-right: 0;
}

.pet_age_box2 {
  padding-left: 0;
}

.pet_age_box1 select {
  height: 42px;
  margin-top: 0px;
}

.pet_age_box2 select {
  height: 42px;
  margin-top: 0px;
}

/*april investment content update css start*/
.invest_gols {
  top: 30px;
}

.input-container label {
  font-size: 12px;
  left: 12px;
  position: relative;
}

.select_breed label {
  font-size: 12px;
  left: 12px;
  position: relative;
}

.select_type_pet span {
  margin-top: 24px;
}

.p_div_box {
  position: relative;
  top: 10px;
}

.pet_box_option {
  display: inline-block;
}

.pet_box_option label {
  margin-top: 45px;
}

.hide_rfid_box {
  height: unset !important;
  position: relative;
  margin: 1rem 0;
}

.height_box_txt {
  height: 42px;
  border-color: #8b8f93 !important;
  font-size: 14px !important;
}

.msg1 label {
  margin-top: -12px !important;
}

.msg2 label {
  margin-top: 0 !important;
}

.annual_inc_invst_suminsured span.active {
  background: #0b9ef0;
  color: #fff;
}

label.term_gender {
  display: flex;
}

label.third_step_error {
  margin-top: -20px;
}

span.digit_value {
  font-size: 13px;
}

.ui-datepicker {
  z-index: 999 !important;
}

.occupation_type .occupation-choose.active {
  background: #3d3693;
  color: #fff;
}

.occupation_type .occupation-choose {
  background: #d6e8fc;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.educational_qualification .education-choose.active {
  background: #3d3693;
  color: #fff;
}

.educational_qualification .education-choose {
  background: #d6e8fc;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.chew_tobacco .tobacco-choose {
  background: #d6e8fc;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.chew_tobacco .tobacco-choose.active {
  background: #3d3693;
  color: #fff;
}

.select_container {
  height: inherit;
}

.pet_age1 label {
  position: relative;
}

.sum_insured_tx_box {
  padding: 5px 20px;
}

.annual_inc_retire {
  background: #d6e8fc;
  padding: 5px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.annual_inc_retire.active {
  background: #3d3693;
  color: #fff;
}

.select_city_retire span {
  background: #d6e8fc;
  padding: 5px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.select_city_retire span.active {
  background: #0b9ef0;
  color: #fff;
}

ui-menu-item:focus {
  overflow: hidden;
  transition: none;
  text-decoration: none;
}

label.invest_annual_in {
  margin-top: -12px;
}

.term_annual_radio .annual_inc_invst {
  background: #d6e8fc;
  padding: 5px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.annual_inc_invst.active {
  background: #3d3693;
  color: #fff;
}

/* .annual_radio{visibility: hidden;} */
label.setIncome {
  cursor: pointer;
}

.slct_city_term {
  background: #d6e8fc;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.slct_city_term.active {
  background: #0b9ef0;
  color: #fff;
}

.annual_in_error {
  margin-top: -31px;
}

.annual_inc_invst_radio {
  background: #d6e8fc;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.annual_inc_invst_radio.active {
  background: #3d3693;
  color: #fff;
}

/*travel insurance new form update css start*/
.daterangepicker {
  z-index: 999999999 !important;
}

.select2-container {
  z-index: 999999999 !important;
  font-size: 14px;
}

div#trv_editsrch_Modal .travel_counter {
  height: 45px;
}

div#trv_editsrch_Modal .button-1 {
  background: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
}

.tokenfield .token-input:focus {
  border-color: unset;
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.tokenfield .token-input {
  background: unset;
  width: unset;
  min-width: unset;
  border: unset;
  height: 28px !important;
  padding: unset;
  margin-bottom: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.travel_step .label {
  display: block !important;
}

.tokenfield {
  height: auto !important;
  border-radius: 0.375rem !important;
  border-color: #8b8f93 !important;
  min-height: 42px !important;
}

.tokenfield .token .token-label {
  padding: 0.375rem 0.75rem !important;
}

.tokenfield .token {
  border: 1px solid #bed6f1 !important;
  background-color: #d6e8fc !important;
  margin: 0px 4px 5px 0px !important;
  line-height: 15px !important;
  height: 28px !important;
}

.table-condensed tr:nth-child(even) {
  background: unset !important;
}

.table-condensed thead,
.table-condensed tr,
.table-condensed td {
  background-color: #fff;
}

.daterangepicker .drp-calendar {
  max-width: unset !important;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block !important;
}

.annual_inc_invst_travel span {
  padding: 5px 11px !important;
}

/* .table-condensed table, .table-condensed tbody, .table-condensed td, .table-condensed tfoot, .table-condensed th, .table-condensed thead, .table-condensed tr {border: transparent !important;} */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  line-height: unset !important;
}

/* .daterangepicker .drp-calendar.left {
    padding: unset !important;
} */
.daterangepicker {
  width: unset !important;
}

.drp-calendar.left {
  max-width: 300px !important;
  float: left;
}

.drp-calendar.right {
  max-width: 300px !important;
  float: left;
}

.table-condensed th,
.table-condensed td {
  padding: 6px;
}

/*travel insurance new form update css end*/
.retirement_insurance_form .form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.suminsured_error {
  margin-top: -30px;
}

#pet_insurance_form .form-select:focus {
  border-color: unset;
  outline: unset;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #222 !important;
}

.india-contry-code {
  flex-direction: row;
  position: absolute;
  top: 9px;
  color: #222222;
  width: 35px;
}

#travel_form .india-contry-code {
  position: absolute;
  top: 11px;
}

.term-number-code {
  padding-left: 35px;
}

.details_info_fr_term {
  display: grid !important;
  align-items: flex-start !important;
  gap: 0.4rem !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

.india-contry-code label {
  font-size: 14px;
}

.rupee-sign i {
  color: #222;
  font-weight: 500;
  font-size: 12px;
  font-family: "FontAwesome";
}

.annual_inc_invst_radio.active i {
  color: #fff;
}

select.color-sat {
  color: #222 !important;
}

.ui-datepicker {
  padding: unset !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  padding: 4px !important;
  border-radius: 2px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  font-size: 14px;
}

.ui-widget.ui-widget-content {
  border: unset !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -3px !important;
}

.why-term-ok img {
  margin-top: -30px;
}

/*form end-------------------------------------------------------------------------------------------*/
/*Investment step design form new css 19march 2024------------*/
.prev-btn-bg {
  background: #024f94;
}

.invst_main_page .submit-btn {
  border: 1px solid #0b9eee;
  background-color: #0b9eee;
  padding: 14px 30px !important;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 1.5rem !important;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74%;
}

ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 19%;
}

.form-stepper-horizontal li:after {
  background-color: #d3d3d3;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #0b9ef0 !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #0b9ef0 !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #024f94 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #d3d3d3;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #21ae51 !important;
  color: #fff;
  font-size: 12px;
}

.form-stepper .form-stepper-completed .form-stepper-circle:before {
  content: "\f00c";
  font-family: "FontAwesome";
  line-height: 20px;
}

.form-stepper .form-stepper-completed .label {
  color: #21ae51 !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 0.9rem;
  font-family: "Jost", sans-serif;
  margin-top: 0.5rem;
}

.form-stepper a {
  cursor: default;
}

.w-40 {
  width: 42%;
}

.invst_main_page .submit-btn {
  display: unset;
  padding: unset;
}

/*step design css end here---------*/
.invst_main_page .form-right-box {
  border-radius: 8px;
  border: 1px solid #a1b8cf;
  position: relative;
  padding: 12px 32px;
}

.invst_main_page .form-right-box:before {
  content: "";
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 4px solid #0b9ef0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.annual_inc_invst span {
  background: #d6e8fc;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.select_city button {
  background: #d6e8fc;
  padding: 5px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.select_city button.active {
  background: #3d3693;
  color: #fff;
}

.form-step .gender_box.active {
  background: #3d3693;
  color: #fff;
  filter: grayscale(0);
}

.gender_box.active {
  background: #3d3693;
  color: #fff;
  filter: grayscale(0);
}

.annual_inc_invst span.active {
  background: #3d3693;
  color: #fff;
}

.form-control {
  height: 38px;
}

#travel_form .term-number-code {
  height: 42px;
}

.invst_main_page input[type=search] {
  font-size: 12px;
  color: #909292;
  font-family: "DM Sans";
}

.gender_box {
  background: #d6e8fc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.gender_box img {
  border: 1px solid #19388f;
  background: #e5f1eb;
  border-radius: 20px;
  padding: 3px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.gender_box span {
  display: flex;
  align-items: center;
}

.inv_frm_left_ichold {
  width: 50px;
  height: 50px;
  background: #091a81;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.delay {
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  color: #091a81;
  font-size: 24px;
}

.highlight_inv_hd {
  font-size: 24px;
  color: #322b2b;
  font-family: "Jost", sans-serif;
  padding-left: 12px;
}

.future_txt {
  font-size: 26px;
  color: #086BA1;
  font-weight: 600;
}

.inv_txt {
  color: #091a81;
  font-weight: 600;
  font-size: 26px;
}

.invst_main_page h2 {
  line-height: 28px;
}

@media (max-width: 1200px) {
  .medical-prac {
    word-wrap: break-word;
  }
  .plan_duration {
    color: #818384;
    font-size: 11px;
    display: block;
  }
  .invst_main_page .form-right-box {
    padding: 12px 12px;
  }
  .form-right-box h2 {
    font-size: 24px !important;
  }
  .inv_frmtop_dtls:before {
    background-size: 50%;
  }
}
@media (max-width: 1024px) {
  .proposal-form-holder {
    padding: 14px !important;
  }
  .hd-sm-prop {
    font-size: 13px;
  }
  .proposal-data-wrap p {
    font-size: 13px !important;
  }
  div.modal#filterModal {
    --bs-modal-width: 420px!important;
  }
  .inv_frmtop_dtls:before {
    background-size: 48%;
  }
  .invst_main_page .form-right-box {
    padding: 12px 12px;
  }
  .form-right-box h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .invst_main_page .form-right-box {
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .invst_main_page .form-right-box {
    padding: 12px 42px;
  }
  .health_list_box.joint {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .addon-holder {
    padding: 10px;
  }
  div.addon_price {
    font-size: 12px;
  }
  .canv_btn .button-1 {
    width: 100%;
  }
  .age_data {
    display: block;
  }
  .invst_main_page .form-right-box {
    padding: 12px 12px;
  }
  .inv_tp_fltr .tab-trigger {
    padding: 5px 0;
  }
  .invst_main_page .submit-btn {
    padding: 11px 10px !important;
  }
  .invst_main_page .button {
    padding: 0.7rem 1rem;
  }
}
/*----------investment top form  css end --------------------*/
/*dlt end------------------------------------------------------------------------------------------------*/
.form-right-box h2 {
  font-size: 22px !important;
  font-family: "Jost", sans-serif;
}

.question_trm {
  color: #024f94;
  padding-bottom: 6px;
  border-bottom: 1px dashed #222;
  margin-bottom: 22px !important;
  font-size: 17px;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
/*--------------------------investment list recent update 30 march 2024-------------------------------------------------------*/
span.inv_amnt_mth.inv_yrs {
  width: 40% !important;
}

span.inv_amnt_ct.yrs {
  width: 58% !important;
}

.inv_lst_upd .slf_dtls {
  align-items: center;
}

.inv_lst_upd .health_list_box {
  margin-bottom: 24px;
}

.tax_saving {
  background: #d3f4e5;
  width: auto;
  padding: 2px 6px;
  position: absolute;
  right: 36px;
  top: -13px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  font-family: "Jost";
  cursor: pointer;
}

.cost_tx {
  font-size: 13px;
  color: #0a8807;
  font-weight: 600;
}

.cost_tx_lft {
  font-size: 13px;
  color: #096ea7;
  font-weight: 600;
}

.life_cover {
  background: #bcdefc;
  width: auto;
  padding: 2px 6px;
  position: absolute;
  left: 38px;
  top: -13px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  font-family: "Jost";
  color: #0b7fc0;
}

.inv_lst_upd .details_info_fr {
  display: inline-block;
}

.growth_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth_list span b {
  color: #0b9ef0;
}

.inv_lst_upd .featureValue {
  font-size: 14px;
}

.see_dtls .button-1 {
  height: 36px;
  background: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #ffffff;
  font-size: 14px;
  font-family: jost;
  font-weight: 500;
  cursor: pointer;
}

.see_dtls .button-1:hover {
  color: #fff;
}

.lumsum_amnt {
  color: #818384;
  font-size: 10px;
  font-family: "DM Sans";
  position: relative;
  top: 5px;
  left: 8px;
}

.inv_amnt_ct {
  width: 69%;
  display: inline-block;
  position: relative;
}

.inv_amnt_mth {
  /*    width: 34%;*/
  display: inline-block;
}

.inv_amnt_ct input {
  border: 0 !important;
  border-bottom: var(--bs-border-width) solid #c1c6ca !important;
  color: #222 !important;
  font-size: 14px;
  padding-left: 14px !important;
}

.inv_amnt_mth .form-select {
  border: 0 !important;
  font-size: 14px;
  color: #222 !important;
  height: 38px;
}

.inv_amnt_ct input::placeholder {
  color: #222;
  font-size: 14px;
}

span.inv_amnt_ct:before {
  position: absolute;
  content: "\e1bc";
  font-family: "FontAwesome";
  left: 0;
  top: 13px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

span.inv_amnt_ct.invfor:before {
  display: none;
}

.yrs_inv {
  font-size: 14px;
  color: #222;
}

.inv_lst_upd .health_list_box.joint {
  margin-bottom: 8px;
}

.see_ullp {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}

.chk_joint .button-1 {
  height: 36px;
  background: #bcdefc;
  color: #096ea7;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.chk_joint .button-1:hover {
  color: #fff;
}

.chk_joint input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.ullp_cmp .button-1 {
  border: 1px solid #00adef !important;
  border-radius: 6px;
  background: transparent;
  color: #00adef;
  height: 32px;
  cursor: pointer;
  padding: 0px 6px;
  white-space: nowrap;
}

.ullp_cmp .button-1:after {
  color: #fff;
  border-radius: 6px;
}

.ullp_cmp .button-1:hover {
  color: #fff;
}

.offcanvas.dts_see {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ofc_main_data_holder {
  display: flex;
  gap: 20px;
}

.ofc_see_lft_dtls {
  flex: 0 0 726px;
  /*    max-height: calc(100vh - 170px);*/
  overflow: auto;
  padding-right: 10px;
  overflow-y: scroll;
  /*    height: 500px;*/
  height: 592px;
}

.pa_thum_slide {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}

.pa_thum_slide i {
  width: 30px;
  height: 30px;
  border: 2px solid #878181;
  border-radius: 40px;
  line-height: 28px;
}

.ofc_see_rght_dtls .prm_brkup li span.blue {
  color: #0b9ef0;
  font-weight: 600;
}

.bl_c {
  color: #0b9ef0;
}

.ofc_see_rght_dtls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 314px;
}

.sticky-travel {
  position: sticky;
  top: 0;
  height: auto !important;
}

.hold_inner_detls {
  border: 1px solid #ccc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  margin-top: 20px;
}

.inv_tenure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-end;
}

.brand_ofc_main {
  width: 60%;
  display: flex;
  align-items: center;
}

.tenure_main_ofc {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.inv_tenure .form-select {
  border: 0 !important;
  height: auto !important;
  padding-left: 4px !important;
  font-weight: 600;
}

.brand_ofc_main span {
  font-size: 14px;
  padding-left: 10px;
}

.brand_ofc_main img {
  width: 26%;
}

.graph_main_ofc {
  background: #f3f4f6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas.dts_see.offcanvas-bottom {
  height: 90%;
}

.ofc_main_data_holder .nav-tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.ofc_main_data_holder .tabbox {
  /*    border: 1px solid #ccc;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 10px 20px;
  border: 0;
  margin-bottom: 60px !important;
}

.top_srch_filter.sl_hgt .form-select {
  height: 34px;
}

.prm_brkup ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prm_brkup ul li {
  display: flex;
  justify-content: space-between;
}

.prm_brkup {
  padding: 15px;
  box-shadow: 0 2px 12px 0 rgba(36, 40, 44, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(51, 56, 70, 0.5);
  background-color: #fff;
}

ul.Inv__totalAmout {
  border-top: 1px solid rgba(51, 56, 70, 0.4);
  padding-top: 8px !important;
  margin-top: 8px !important;
  font-size: 16px;
}

.prm_brkup .button-1 {
  height: 44px;
}

.prm_brkup .hlth_plan_price:before {
  display: none;
}

.prm_brkup ul li div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.graph_lft_txt {
  flex: 0 0 245px;
  font-size: 18px;
}

.graph_lft_txt span {
  font-weight: 600;
  color: #3099d3;
}

.graph_lft_chart {
  flex: 0 0 216px;
  position: relative;
}

.grph_cercle {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.green-handle {
  position: absolute;
  right: 37px;
  text-align: right;
  top: -7px;
}

.yellow-handle {
  position: absolute;
  left: -85px;
  top: 29px;
}

.returns_ofc_inv {
  margin-right: -38px;
  margin-top: -12px;
}

.doc_back_drop {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.tenure-lyt2 {
  color: #818384;
  font-size: 10px;
  width: 90px;
  display: block;
  line-height: 10px;
  font-weight: 300 !important;
}

.modal.modal-tax {
  --bs-modal-width: 460px;
}

.modal.modal-tax ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  padding: 12px 16px;
  border: 1px solid rgba(51, 56, 70, 0.1);
  font-size: 14px;
}

.modal.modal-tax ul li.list-group-item {
  font-weight: 600;
}

.modal.modal-tax ul li.list-group-item.active {
  background: #f3f4f6;
  color: #222;
}

.tax_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  gap: 6px;
  width: 100%;
  height: 52px;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
}

.tax_total.sv_tx {
  background: #d9f7c0;
}

.price-green {
  color: #3a9f59;
}

.modal.modal-comp_inv {
  --bs-modal-width: 1060px;
}

.modal-comp_inv th,
.modal-comp_inv td {
  text-align: center;
  vertical-align: middle;
}

.modal-comp_inv td,
.modal-comp_inv tbody th {
  background: #fff;
}

.modal-comp_inv td i.fa-xmark {
  color: #eb0000;
}

.modal-comp_inv td i.fa-check {
  color: #9abd4f;
}

.modal-comp_inv thead th {
  background: #3d3693;
  font-size: 16px;
  font-family: jost;
  color: #fff;
}

.modal-comp_inv th,
.modal-comp_inv td {
  white-space: normal;
}

.modal-ullp_inv th,
.modal-ullp_inv td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.modal-ullp_inv td {
  background: #fff;
}

.modal-ullp_inv thead th {
  background: #3d3693;
  font-size: 16px;
  font-family: jost;
  color: #fff;
}

.modal-ullp_inv th,
.modal-ullp_inv td {
  white-space: normal;
}

.modal-ullp_inv tbody th {
  background: #f3f4f6;
}

.modal-ullp_inv td {
  text-align: left;
  color: #222;
  font-family: "DM Sans";
}

.multiplier_inv {
  font-weight: 600;
}

.mult_symb {
  font-size: 10px;
  padding: 0 3px;
}

.modal.modal-multiplier {
  --bs-modal-width: 420px;
}

.modal.modal-multiplier ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  padding: 9px 16px;
  border: 1px solid rgba(51, 56, 70, 0.1);
  font-size: 14px;
  margin-bottom: 12px;
}

.modal.modal-multiplier ul li.list-group-item.active {
  background: #f3f4f6;
  color: #222;
}

.tax_total.understood {
  border-radius: 6px;
  background: #021770;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.offcanvas.dts_see {
  z-index: 999999999 !important;
  /*bottom: 90%;*/
}

.backdrop {
  z-index: 99999999 !important;
}

.details_info_invs.txt_wrp span b {
  color: #0b9ef0;
}

/*.details_info_invs.txt_wrp span {display: block;}*/
.hlth_plan_price.inv_see_bt:before {
  display: none;
}

.cur_pnt {
  cursor: pointer;
}

.tenure-lyt {
  color: #818384;
  font-size: 10px;
}

.txt_bl {
  color: #0b9ef0;
}

.inv_tp_fltr .health_list_box {
  padding: 15px;
}

/*investment top filter ullp tab--------------------------*/
.ullp_filter {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.inv_tp_fltr .tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

/* tab list */
.inv_tp_fltr .tab-list::before {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  background-color: #094fa7;
  transition: 0.3s;
}

.inv_tp_fltr .tab-item {
  flex: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0.5;
}

.inv_tp_fltr .tab-toggle {
  display: none;
}

.inv_tp_fltr .tab-content {
  display: none;
}

.inv_tp_fltr .tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.inv_tp_fltr .tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2),
.inv_tp_fltr .tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3) {
  opacity: 1;
}

/* tab bar */
.inv_tp_fltr .tab-toggle:nth-child(2):checked ~ .tab-list::before {
  transform: translateX(100%);
}

.inv_tp_fltr .tab-toggle:nth-child(3):checked ~ .tab-list::before {
  transform: translateX(200%);
}

/* */
.inv_tp_fltr .tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.inv_tp_fltr .tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.inv_tp_fltr .tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3) {
  display: block;
}

.inv_tp_fltr .tab-trigger {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  color: #094fa7;
  cursor: pointer;
}

.sticky_top_rgt {
  position: sticky;
  top: 95px;
}

.addon_cover_inv ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inpt_wdth {
  width: 110px;
}

.addon_cover_inv ul li {
  justify-content: space-between;
}

.elgb_data {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 10px;
}

.elgb_data span {
  display: block;
}

.age_data {
  display: flex;
  align-items: center;
  gap: 14px;
}

.addon_cover_inv input {
  border: 0 !important;
  padding: 0;
  font-weight: 600;
  border-bottom: 1px solid #ccc !important;
}

/*-----------------tooltip tax saving------------------------------------------*/
figure {
  margin: 0;
  display: inline-block;
  position: relative;
}

/*figure .hover-text i{position: relative;}*/
.tooltip_box {
  position: absolute;
  background: #fff;
  right: -32px;
  top: -266px;
  width: 300px;
  padding: 8px;
  z-index: 999;
  border-radius: 8px;
  filter: drop-shadow(0 2px 4px rgba(51, 56, 70, 0.08)) drop-shadow(0 7px 29px rgba(51, 56, 70, 0.12));
  display: none;
}

figure:hover .tooltip_box {
  display: block;
}

.tooltip_box i {
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #fff;
  bottom: -40px;
  right: 20px;
}

/*-----------------tooltip tax saving end------------------------------------------*/
/*manish code start-------------------------------------------------------------------------------------*/
/*--------------------------radhe s css start----------------------------------------------*/
.overlay-loader {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  height: 100vh;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999999999;
  margin: auto;
}

.error {
  font-size: 10px !important;
  float: left;
  color: #ff0000 !important;
}

.modal-body .error {
  font-size: 12px !important;
  float: left;
  color: #ff0000 !important;
  padding-top: 4px;
  /*12px change to 4px*/
  /*    margin-left: 8px;*/
}

.modal-body form#insured_age_form .error {
  font-size: 12px !important;
  float: left;
  color: #ff0000 !important;
  /*    margin-left: 8px;*/
  clear: both;
  padding-top: 6px;
  text-wrap: wrap;
}

/*--------------------------radhe s css end----------------------------------------------*/
/*------manish code------------------start for inner pages ------------------------------------------------------------*/
.top-header {
  max-width: 100%;
  height: auto;
  display: block;
  background: #fff;
  border-bottom: 1px solid #d0e1e1;
  padding: 15px 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.section-compare,
.section-choose,
.okbima-partners,
.section-compare,
.section-happy,
.latest-blog {
  padding: 60px 0px;
}

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

.social-icon li,
.contact-info li {
  float: left;
  padding: 3px;
  font-size: 14px;
}

.contact-info a:hover {
  color: #6e9efa;
}

.contact-info li:last-child {
  margin-left: 30px;
}

.social-icon img {
  -webkit-filter: none;
}

.social-icon img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.social-icon img,
.contact-info img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

.social-icon img {
  margin-right: 0px;
}

.social-icon a:hover {
  color: #6e9efa !important;
}

.social-icon li {
  color: #424b5c;
  margin: 0px 20px;
  font-size: 17px;
}

.contact-info img {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 0deg);
  }
}
.navbar {
  width: 73%;
  float: left;
  margin-bottom: 0px;
  text-align: center;
}

ul.navbar-nav {
  width: 100%;
}

.navbar-nav .login {
  width: 100px;
  float: right;
  text-align: right;
}

.nav-item.dropdown a::after {
  content: "" !important;
  font-family: "Jost", sans-serif;
  border: solid black;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 6px;
}

.navbar-nav li {
  padding: 0px 15px;
}

.navbar-nav li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  display: block;
  font-weight: 400;
}

a.dropdown-item:hover {
  background: #0a74a9;
  color: #fff !important;
}

.navbar-nav > li > .dropdown-menu {
  width: 200px;
  padding: 0px;
}

.nav-item a:hover {
  color: #0a74a9;
}

.navbar-nav .dropdown-item {
  display: block;
  font-size: 13px;
  padding: 10px 13px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.navbar-nav .dropdown-item::after {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.container {
  width: 95%;
  max-width: 1310px;
  padding: 0px;
}

.contact-info a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
}

.header .container {
  max-width: 1240px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  /*padding-left: calc(var(--bs-gutter-x) * .5);*/
}

.clear {
  clear: both;
}

.site-logo {
  width: 48%;
  float: left;
}

.top-nav {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0;
  margin: 0;
  padding: 12px 0px;
}

.container::after,
.mid-container::after,
.sub-quote::after,
.licensed::after,
.banner-images::after,
.box-about::after,
.categories-blog::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
}

.site-logo img {
  width: 170px;
  height: auto;
}

.vertical-line {
  width: 4px;
  height: 33px;
  margin-top: 19px;
  background: #0a74a9;
  float: left;
  margin-left: 8px;
}

.header-text {
  color: #0a74a9;
  font-size: 14px;
  padding-left: 10px;
  width: auto;
  float: left;
  margin-top: 15px;
  font-weight: 600;
}

.header-text span {
  color: #0a74a9;
  display: block;
  font-size: 14px;
  margin-top: -2px;
}

.nav-menu {
  width: 55%;
  float: left;
  text-align: center;
}

.contact-info i {
  margin-right: 5px;
}

.login i {
  width: 26px;
  height: 26px;
  background: #6e9efa;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  padding: 5px 0px;
  margin-right: 6px;
}

ul.nav__menu li {
  display: inline-block;
}

.nav__menu .dropdown ul li a {
  text-align: left;
}

.nav-menu li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  display: block;
  font-weight: 400;
}

ul.nav__menu {
  width: 100%;
  text-align: center;
  display: block;
}

.login {
  float: right;
  width: 13%;
  margin-top: 0px;
  text-align: right;
}

.login img {
  width: 21px;
  vertical-align: middle;
  margin-right: 6px;
}

.login span {
  font-size: 16px;
  color: #000;
}

.login a {
  text-decoration: none;
}

.benefit .sub-title {
  font-size: 15px;
}

.login a i:before {
  padding: 7px;
}

.content p {
  text-align: left;
}

.section-compare .content button {
  color: #0a74a9;
  border: none;
  background: none;
  font-size: 15px;
  padding: 0px 0px;
  text-align: center;
}

.main-content {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #eff5f5;
  padding: 30px 0px;
}

.content-left {
  float: left;
  width: 38%;
}

.main-content h1 {
  color: #0a74a9;
  font-size: 21px;
  line-height: 0px;
  line-height: 22px;
}

.main-content .content-left h1 span {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 7px;
  font-style: italic;
}

.main-content u {
  text-decoration: none;
  color: #0a74a9;
  font-size: 21px;
  font-style: italic;
}

.content-left img {
  width: 400px;
  height: auto;
}

.content-right {
  height: auto;
  display: block;
  float: left;
  width: 60%;
}

.circular-column {
  height: auto;
  float: left;
  padding: 12px;
  width: 25%;
  text-align: center;
  min-height: 150px;
  font-size: 16px;
}

.circular-column span {
  display: block;
  text-align: center;
  font-style: normal;
}

.circular-column a {
  text-decoration: none;
  color: #000;
}

.circular-column img {
  width: 100px;
}

.nav-menu .dropdown ul {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}

.mid-container {
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  width: 95%;
}

.get-quote .main-title {
  line-height: 20px;
  margin-bottom: 10px;
}

.nav-menu .dropdown ul.show {
  max-height: 20rem;
  transition: all 0.4s;
}

.nav-menu .dropdown li a {
  display: block;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
}

.nav-menu .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav-mobile .nav__btn {
  display: block;
}

.circular {
  max-width: 100%;
  height: auto;
}

.circular-column-2 {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}

.nav__menu .dropdown > a::after {
  content: "" !important;
  font-family: "Jost", sans-serif;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
}

.circular-column-2 img {
  width: 200px;
  padding: 0px 10px;
}

.circular-column-2 span {
  display: block;
  font-weight: 400;
  font-size: 17px;
}

.circular-column-2 a {
  text-decoration: none;
  color: #000;
}

.save-green {
  background: #4fc837;
  color: #fff !important;
  padding: 0px 5px;
  font-size: 10px !important;
  border-radius: 2px;
  font-style: normal !important;
  display: block;
  width: 65px;
  text-align: center;
  line-height: 20px;
}

.content-middle {
  max-width: 100%;
  height: auto;
  position: relative;
  font-size: 15px;
}

.content-middle i {
  font-style: italic;
  font-weight: 500;
}

.content-middle button {
  color: #0a74a9;
  border: none;
  background: none;
  font-size: 15px;
}

.section-compare {
  max-width: 100%;
  height: auto;
  background: url(../img/benefit-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section-compare .content {
  text-align: center;
  position: relative;
}

.section-compare p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.main-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}

.sub-title,
.main-title span {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
  display: block;
  margin-top: 6px;
}

h2 {
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px !important;
}

.section-choose {
  background: url(../img/benefit-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
}

.owl-carousel .owl-item img {
  /*
      width: auto;
      height: auto;
  */
  /*max-width:100%*/
}

.section-choose .box-inner img {
  width: 34px;
}

.section-choose .box-inner {
  padding: 0px 0px;
  color: #fff;
}

.section-choose .box-inner .title {
  font-size: 23px;
  font-weight: 600;
  margin: 15px 0px;
}

.owl-nav,
.owl-dots {
  display: none;
}

.section-choose .box-image {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 100%;
  display: block;
  float: left;
  height: 250px;
  position: relative;
  padding: 40px;
}

.section-choose .box-image.box-one {
  background: url(../img/box1.png);
}

.section-choose .box-image.box-second {
  background: url(../img/box2.png);
}

.section-choose .box-image.box-third {
  background: url(../img/box3.png);
}

.section-choose .box-image.box-fourth {
  background: url(../img/box4.png);
}

.section-choose .box-image.box-fifth {
  background: url(../img/box5.png);
}

.section-happy {
  background: url(../img/happy-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
  color: #fff;
}

.happy-face {
  width: 33.3%;
  height: auto;
  float: left;
  text-align: center;
  padding-top: 30px;
}

.happy-face span {
  display: block;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}

.happy-face img {
  width: 38%;
}

.slide-head {
  max-width: 100%;
  height: auto;
}

.slide {
  float: left;
}

.slide img {
  width: 100px;
  height: auto;
}

.latest-blog {
  max-width: 100%;
  height: auto;
  background: url(../img/benefit-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.read-more.first-child {
  margin-top: -35px;
}

.column-blog .col-blog {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: 0px;
  overflow: hidden;
  margin: 20px 1%;
  padding: 0px;
  width: 31%;
  float: left;
  height: 433px;
  background: #fff;
  box-shadow: 3px 1px 7px #b7e4fb;
}

.column-blog .col-blog span.rm {
  color: #367695;
  display: block;
  margin-top: 20px;
}

.column-blog .col-blog span.rm::after {
  content: " →";
  display: inline-block;
  margin-left: 5px;
}

.okbima-partners {
  background: url(../img/partner-b.png) no-repeat;
  background-size: cover;
}

.column-blog .col-blog img {
  width: 360px;
  max-height: 200px;
}

.col-blog .title {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  display: block;
  padding-bottom: 10px;
  height: 55px;
}

.blog-text {
  padding: 15px;
}

.col-blog u {
  font-size: 13px;
  color: #999;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.col-blog p {
  font-size: 15px;
  color: #000;
}

.col-blog a {
  text-decoration: none;
}

.read-more:after {
  content: " →";
  display: inline-block;
  margin-left: 5px;
}

p.read-more {
  padding-top: 0px !important;
  color: #367695;
  font-size: 14px !important;
  font-weight: 500;
  text-decoration: underline;
}

.last-not {
  background: url(../img/happy-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  color: #fff;
  padding: 20px 0px;
  display: none;
}

.blue-box img {
  width: 78px;
  height: auto;
}

.last-not .blue-box {
  width: 33.3%;
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 30px;
}

.last-not .blue-box:last-child {
  border: 0px;
}

.last-not .blue-box span {
  padding-left: 10px;
  font-weight: 500;
  font-size: 17px;
}

.footer {
  background: url(../img/footer-bg.webp);
  color: #fff;
  opacity: 0.9;
  max-width: 100%;
  height: auto;
  padding-top: 40px;
}

.col-4 {
  max-width: 100%;
  display: block;
  height: auto;
}

.col-4 .section-one a {
  color: #fff !important;
}

.col-4 .section-one {
  float: left;
  width: 25%;
  height: auto;
}

.col-4 .section-one li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.col-4 .section-one ul {
  margin: 0;
  padding: 0;
}

.col-4 .section-one li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.col-4 .section-one .title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #6898c1;
  padding-bottom: 7px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 95%;
  letter-spacing: 0.5px;
}

.get-quote {
  border-top: 1px solid #6898c1;
  border-bottom: 1px solid #6898c1;
  padding: 10px 0px 10px 0px;
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}

footer .social-icon img {
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.get-quote .main-title {
  font-size: 15px;
  text-transform: uppercase;
}

.sub-quote ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.get-quote .sub-quote li {
  width: auto;
  padding: 0px 20px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 7px;
  display: inline-block;
}

.sub-quote a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-license {
  width: 31%;
  float: left;
  text-align: center;
}

.licensed {
  max-width: 100%;
  height: auto;
  padding: 20px 0px;
  border-bottom: 1px solid #696b79;
}

.footer-license li {
  float: left;
}

.footer-license.payment-gatway img {
  width: 52px;
  padding-right: 4px;
  height: 28px;
  text-align: center;
}

.footer-license .main-title {
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 12px;
}

.footer-license.irdai img {
  width: 22%;
}

.footer-license.social-icon ul {
  margin: 0 auto;
  padding: 0px 111px;
}

.footer-license.social-icon li {
  margin: 0 auto;
}

.brooker {
  padding-top: 20px;
}

.brooker ul {
  margin: 0 auto;
  padding: 5px 0px;
}

.brooker li {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0px;
}

.brooker li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

.copyright {
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  background: #033055;
}

.copyrights {
  width: 20%;
  float: left;
}

.irda li {
  float: left;
  width: 13%;
  margin-left: 13px;
  font-size: 16px;
}

.about-banner {
  background: #fff;
  max-width: 100%;
  height: auto;
}

.banner-images {
  text-align: center;
}

.banner-images img {
  width: 200px;
  padding: 0px 14px;
}

img.grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.box-about,
.box-footer {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -83px;
  position: relative;
  z-index: 1;
}

.box-about li,
.box-footer li {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  margin: 0px 7px 14px;
}

.copyright .container {
  width: 100% !important;
}

.box-about li a,
.box-footer li a {
  color: #0a74a9;
  background-color: #fff;
  border: 1px solid #0a74a9;
  padding: 11px 40px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.box-footer li a {
  padding: 11px 10px;
}

.box-about li a.active,
.box-footer li a.active {
  color: #fff;
  background: #3d3693;
  cursor: pointer;
}

.box-about li a {
  padding: 12px 52px;
}

.box-about ul,
.box-footer ul {
  margin-top: 10px;
}

.box-about a:hover,
.box-about li a.active:hover,
.box-footer a:hover,
.box-footer li a.active:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.about-content a {
  text-decoration: none;
  color: #0a74a9;
}

.about-content {
  max-width: 100%;
  height: auto;
  padding-top: 30px;
}

.italic {
  color: #0a74a9;
}

.mission {
  max-width: 100%;
  height: 550px;
  background: url(../img/health-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 50px 0px;
}

.team-content {
  max-width: 100%;
  height: auto;
  padding: 30px 0px 50px 0px;
}

.mission .mission-content {
  height: auto;
  float: left;
}

.mission-content .main-title {
  text-align: left;
}

.mission-image {
  width: 60%;
  float: left;
  position: relative;
}

.mission-image .first-image {
  width: 75%;
  border: 3px solid #0a74a9;
  border-radius: 7px;
  float: right;
}

.mission-image .second-image {
  width: 50%;
  border: 4px solid #0a74a9;
  border-radius: 8px;
  position: absolute;
  bottom: -115px;
  left: 20px;
}

p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 8px;
}

.box-team {
  max-width: 100%;
  height: auto;
  padding: 0px 0px;
}

.box-team .message-box {
  border-radius: 20px;
  height: auto;
  background: #0d95d9;
  width: 30%;
  float: left;
  position: relative;
  padding: 20px 20px 40px 20px;
  margin-top: 75px;
  margin-right: 38px;
}

.message-box img {
  position: absolute;
  width: 100px;
  border: 5px solid #0d95d9;
  top: -61px;
  right: 40px;
  height: 100px;
  border-radius: 50%;
}

.message-box span {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.message-box u {
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
}

.message-box span.team-member {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: inherit;
}

.career-content {
  max-width: 100%;
  height: auto;
  padding: 40px 0px;
}

.jobs-content-left {
  width: 55%;
  height: auto;
  float: left;
  padding-top: 13px;
}

.job-image-right {
  width: 40%;
  height: auto;
  float: left;
  margin-left: 50px;
  margin-top: 25px;
}

.job-image-right img {
  width: 90%;
}

.apply-job {
  max-width: 100%;
  height: auto;
}

.apply-job a {
  text-decoration: none;
  color: #388f27;
}

.apply-job a:hover {
  color: #0056b3;
}

#more {
  display: none;
}

.okbima-partners .slide-head img {
  width: 100px;
}

.button-1 {
  height: 48px;
  display: inline-flex;
  align-items: center;
  background: #042A58;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  padding: 0px 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 0 !important;
}

.button-1 i {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-1:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  background: #135828;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}

.button-1:hover:after {
  left: 0px;
}

.button-1:hover {
  color: #fff;
}

.button-1:hover i {
  color: var(--primary-color);
  background: #fff;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}

.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.offcanvas_footer span a {
  font-size: 14px;
}

.offcanvas_footer span a:hover {
  color: var(--primary-color);
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}

.canvas_open span {
  width: 100%;
  height: 2px;
  background: #1e1b39;
  display: block;
  margin: 8px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.canvas_open.white span {
  background: #fff;
}

.canvas_open span:nth-child(2) {
  transition: all 0.4s ease-in-out;
  position: relative;
}

.canvas_open span:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::before {
  background: #fff;
}

.canvas_open span:nth-child(2)::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.white span:nth-child(2)::after {
  background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
  background: #fff;
}

.canvas_open.active span:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::before {
  background: #fff;
}

.canvas_open.active span:nth-child(2)::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #1e1b39;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.canvas_open.active.white span:nth-child(2)::after {
  background: #fff;
}

.canvas_open.active span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.canvas_open.active span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

.canvas_open span:nth-child(2) {
  width: 100%;
  height: 2px;
  background: #1e1b39;
  display: block;
  margin: 5px 0px;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.canvas_open.active span:nth-child(2) {
  position: relative;
  width: 0;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
  border-right: 1px solid #cfcdd5;
  border-left: none;
}

.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
  border-right: 1px solid #cfcdd5;
  border-left: none;
}

.offcanvas_menu_wrapper::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-box {
  border: 1px solid #ccc;
  border-radius: 10px;
}

/*  About ask-an-expert */
/*----------- new edit ask an expert form-------------*/
.ask-an-expert h4 {
  font-size: 18px;
}

p.full-width.note {
  font-size: 16px;
  font-weight: 500;
}

form.query-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 30px;
}

.full-width {
  grid-column: 1/3;
  font-size: 15px;
}

.submit-btn,
input.submit-btn {
  margin: 0 !important;
}

.col-md-7.from-p-tx {
  padding: 40px !important;
  background: #ffffff;
}

.row.ask-an-expert {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin: 15px 0 30px;
}

.ask-an-expert {
  width: 100%;
  height: auto;
  position: relative;
}

.col-md-5.box-direction {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #0B9EEE;
}

.ask-question .main-title {
  width: 100%;
}

.half-form {
  width: 50%;
  float: left;
  height: 72px;
}

.full-form {
  width: 100%;
  height: 72px;
}

.three-form {
  width: 33.33%;
  float: left;
  /*margin-bottom: 20px;*/
  height: 72px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 96%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #222222 !important;
  background: none;
  /*    text-transform: lowercase;*/
  font-size: 13px;
}

.form-field textarea {
  height: 90px;
}

.form-field.full-form textarea {
  width: 97.5%;
}

.form-field.full-form input,
.form-field.full-form select {
  padding: 10px;
}

.textarea {
  padding: 10px;
}

.textarea label {
  display: block;
  margin-top: 10px;
}

.textarea textarea {
  width: 98%;
  padding: 10px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-btn:hover,
input.submit-btn:hover {
  background: #25ab4e;
  border-color: #25ab4e;
}

.sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
}

.submit-btn input {
  background: none;
  border: none;
  color: #fff !important;
}

/* end  */
/* About contact */
.contact-left {
  width: 80%;
  height: auto;
  float: left;
}

.contact-us {
  width: 100%;
  height: auto;
  /* padding: 30px 0px; */
}

.contact-us .textarea textarea {
  width: 96% !important;
}

.branch-address {
  width: 20%;
  height: auto;
  float: left;
  background: #f4f7fe;
}

.map {
  width: 100%;
  height: auto;
}

.map iframe {
  width: 100%;
}

.branch-address li {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  color: #222222;
}

.branch-address li span {
  width: 100%;
  display: block;
  padding: 5px 0px;
  color: #222222;
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-phone::before {
  content: "\f095";
}

.branch-address li i {
  display: block;
  text-align: center;
  font-size: 35px;
  color: #042A58;
  font-family: "FontAwesome";
}

/* manish code end ---------------------------------------------------------------------- */
/*proposal progress new--------------------------------------------------------------------------------------------*/
/*------------------------proposal css new for niva voopa start****-----------------*/
.perposal-box .full-form {
  height: inherit;
}

.perposal-box .half-form {
  height: inherit;
}

.perposal-box label#agree_tnc-error {
  position: absolute;
  top: 24px;
}

.perposal-box .half-form {
  margin-top: 20px;
}

.perposal-box table.illness-table td:nth-of-type(1) {
  width: 78%;
  border-right: 1px solid #ccc !important;
  padding: 10px;
}

.perposal-box table.illness-table td:nth-of-type(2) {
  width: 22%;
  text-align: center;
}

.perposal-box select {
  background: transparent;
}

.perposal-box td,
th {
  padding: 15px 0;
}

.perposal-box .datepickertd,
th {
  padding: 15px;
}

.perposal-box table tr td {
  white-space: normal;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #555555;
}

.perposal-box span.choose-option {
  float: inherit;
}

@media (max-width: 991px) {
  /*header.independence-top-strip:before {content: "";position: absolute; top: 18px; left: -20px; width: 100%;height: 100%;background-repeat: no-repeat;
  background-image: url(../img/independence/flag.gif);background-size: contain;z-index: -1;background-position: center;background-size: 8%;}*/
  .popup-more-add {
    bottom: 0;
  }
  .top-service-add {
    height: 345px;
  }
  .perposal-box label.fname-fx {
    left: -54px !important;
  }
  .perposal-box label#agree_tnc-error {
    position: absolute;
    top: 47px;
  }
  .perposal-box table.illness-table td:nth-of-type(1) {
    width: 78%;
    border-right: 1px solid #ccc !important;
    padding: 10px;
  }
  .perposal-box table.illness-table td:nth-of-type(2) {
    width: 22%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .proposal-form-holder .tab-content {
    margin-top: 14px;
  }
  .medical-prac {
    word-wrap: break-word;
  }
  .benefits-item a {
    font-size: 14px !important;
  }
  .perposal-box label#agree_tnc-error {
    position: absolute;
    top: 70px;
  }
  .perposal-box table,
  .perposal-box table thead,
  .perposal-box table tbody,
  .perposal-box table th,
  .perposal-box table td,
  .perposal-box table tr {
    display: inline-block;
  }
  .perposal-box table.illness-table td {
    width: 100%;
  }
  .perposal-box td,
  .perposal-box th {
    width: 100%;
  }
  .perposal-box input.buy-health-insurance {
    width: 100%;
  }
  .perposal-box table.illness-table td:nth-of-type(1) {
    width: 100%;
  }
  .perposal-box table.illness-table td:nth-of-type(2) {
    width: 100%;
  }
}
/*star proposal form start---------------------------------*/
.chk_cnt input[type=checkbox] {
  bottom: 0;
  padding: 8px;
}

.chk_cnt label {
  display: unset;
}

.ctr_data {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*sbi general proposal form css start--------*/
.proposal_form_new .nav-tabs > li {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.data_table .data_list_frm {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding: 8px 8px;
  background: rgba(0, 0, 0, 0.03);
}

.sp_add {
  padding: 6px 0 12px 0;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e8e6e6;
}

/*.data_table .illness_row_1_1:nth-child(odd){box-shadow: inset 0 0 0 9999px rgba(0,0,0, 0.05);}*/
.data_list_frm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*proposal right box------------------------------------------*/
.bl-txt {
  color: #0b9eee;
}

.bg_pro {
  background: #f4f5f7;
}

.proposal-data-wrap p {
  font-size: 14px !important;
}

.proposal-data-wrap {
  display: flex;
  justify-content: space-between;
}

.hd-sm-prop {
  font-size: 13px;
}

.drk_blue {
  color: #024f94;
}

/*fix new proposal form royal soundaryam------------------------------------------*/
.title_txt_b {
  font-size: 15px;
  margin-bottom: 4px !important;
}

.form-control,
.form-select {
  border: var(--bs-border-width) solid #c1c6ca !important;
  font-family: "DM Sans", sans-serif;
}

.proposal-form-holder input[type=text],
.proposal-form-holder input[type=email],
.proposal-form-holder input[type=checkbox],
.proposal-form-holder .form-check-input,
.form-control,
.proposal-form-holder .form-select {
  border-color: #8b8f93 !important;
}

.medical-prac p {
  font-size: 16px;
}

.proposal-form-holder .form-check-inline {
  margin-top: 8px;
}

.proposal-form-holder .trm_cond .form-check-input {
  padding: 8px !important;
  bottom: 0px !important;
}

.tpa__option label {
  font-size: 15px;
}

.trm_cond a {
  cursor: pointer;
}

div#declarationModal ul li {
  padding-bottom: 8px;
}

div#load_modal_popup table tr,
div#load_modal_popup table td {
  white-space: normal;
}

.proposal-form-holder ul.ins_details a.nav-link.active {
  background-color: #024f94;
  color: #fff;
  border-radius: 6px;
}

.proposal-form-holder input[type=text],
.proposal-form-holder input[type=email],
.proposal-form-holder .form-select {
  height: 38px !important;
  font-size: 14px;
}

.proposal-form-holder .nav-tabs .nav-link {
  border: 0;
  background: none;
  padding: 0;
}

.proposal-form-holder form#ekycForm .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.proposal-form-holder .nav-tabs .nav-link.active {
  color: #fff !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  background-image: -moz-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%) !important;
  background-image: -webkit-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%) !important;
  background-image: -ms-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%) !important;
}

.proposal-form-holder ul.ins_details li:hover button {
  color: #fff !important;
}

.proposal-form-holder ul.ins_details li button.nav-link.active {
  color: #fff !important;
}

.proposal_form_new table .proposal_form_new tr,
.proposal_form_new td {
  white-space: normal !important;
}

/*fix for universal sompo table*/
.proposal-form-holder ul.ins_details li:hover button {
  color: #fff;
}

.policy_save_dtls table th,
.policy_save_dtls table td {
  padding: 5px;
}

.policy_verified table th,
.policy_verified table td {
  padding: 5px;
}

/*policy details right sidebar--------*/
.contact_right {
  font-size: 18px;
  color: #31a95b;
  font-weight: 600;
  display: block;
}

.confused_bx a {
  font-weight: 600;
  color: #31a95b;
}

.confused_bx {
  background: #d6fceb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
  margin-top: 18px;
}

.confused_bx img {
  width: 40px;
}

.download_pd_btn {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
  width: 100% !important;
  display: inline-block;
  background: #024f94;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

a.download_pd_btn img {
  padding-right: 8px;
}

/*reliance general proposal css-------------------------------------------*/
.pd_d .form-check-input {
  bottom: 0;
  padding: 8px;
}

.bd_tp {
  border-top: 1px solid #c1c6ca;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 12px;
}

/* .medical-prac .error{margin-top: -13px;} */
.bd_tp label {
  font-size: 14px;
}

.medical-prac input[type=checkbox] {
  bottom: 2px !important;
}

/*future generali proposal css-------------------------------------------*/
.dob_ic_holder:before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  right: 21px;
  transform: translate(-50%, 8px);
}

/*star health css-------------------------------------------*/
.proposal_form_new td,
.proposal_form_new th {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-align: left;
}

form#care_health_proposal_form .form-field input[type=radio] {
  width: unset;
}

/*------------------------proposal css new for care health start****-----------------*/
.lbl_height {
  line-height: 15px;
}

form#niva_bupa_proposal_form input[type=checkbox] {
  -webkit-transform: scale(1.2);
}

form#hdfc_ergo_proposal_form input[type=checkbox] {
  -webkit-transform: scale(1.3);
}

.perposal-box.care-proposal {
  padding-top: 50px;
}

.perposal-box.care-proposal .full-form {
  height: inherit;
}

.perposal-box.care-proposal .half-form {
  height: inherit;
}

.perposal-box.care-proposal .datepicker table td:nth-of-type(1) {
  width: 0;
}

.perposal-box.care-proposal table td:nth-of-type(1) {
  width: 83%;
}

.perposal-box.care-proposal table td:nth-of-type(2) {
  width: 17%;
}

.perposal-box.care-proposal table tr td {
  white-space: normal;
}

.perposal-box.care-proposal label#agree_tnc-error {
  display: block;
  position: absolute;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .perposal-box.care-proposal table tr td {
    display: block;
  }
  .perposal-box.care-proposal span.address-check-proposer {
    float: inherit;
  }
}
@media (max-width: 991px) {
  .perposal-box.care-proposal label#agree_tnc-error {
    margin-top: 47px;
  }
  .perposal-box.care-proposal table td:nth-of-type(1) {
    width: 100%;
  }
  .perposal-box.care-proposal table td:nth-of-type(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .perposal-box.care-proposal table tr td {
    display: block;
  }
  .perposal-box.care-proposal span.address-check-proposer {
    float: inherit;
  }
}
@media (max-width: 767px) {
  .proposal-form-holder input[type=phone], .proposal-form-holder input[type=text], .proposal-form-holder input[type=email], .proposal-form-holder .form-select {
    height: 42px !important;
  }
  /*star proposal form start---------------------------------*/
  .ctr_data {
    justify-content: flex-start;
  }
  /*sbi general proposal form start---------------------------------*/
  .data_list_frm {
    flex-direction: column;
  }
  /*sbi general proposal form end---------------------------------*/
  .perposal-box.care-proposal label#agree_tnc-error {
    margin-top: 46px;
  }
  .perposal-box.care-proposal span.address-check-proposer {
    float: inherit !important;
  }
  .perposal-box.care-proposal .datepicker table td:nth-of-type(1) {
    width: 0;
  }
  .perposal-box.care-proposal table td:nth-of-type(1) {
    width: unset;
  }
  .perposal-box.care-proposal table td:nth-of-type(2) {
    width: unset;
  }
}
/*------------Health Perposal form start------------- */
.list table img {
  width: 120px;
}

.modal-body .scrollbar {
  padding: 0 10px 0 0;
  overflow-x: hidden;
}

ul.smart-list li {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 24px 0 0;
  border: 1px solid #dfe1e6;
}

ul.inv-smart-list li {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 16px;
  font-size: 12px;
}

ul.inv-smart-list li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 8px;
  left: 0;
  position: relative;
  padding-right: 4px;
  top: -1px;
}

.perposal-box .col-8,
.perposal-box .col-4 {
  float: left;
}

.perposal-box .col-4 {
  max-width: 33.33333333%;
  padding-left: 20px;
  text-align: center;
}

.perposal-box .col-4 h2 {
  background: #e7f6fe;
  transition: 0.3s ease;
  border-bottom: 1px dashed #0a74a9;
  border-top: 1px dashed #0a74a9;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.perposal-box {
  padding-top: 50px;
}

strong.buy-num {
  border: 1px solid #0a74a9;
  padding: 0px 11px;
  background: #0a74a9;
  font-size: 17px;
  color: #ffffff;
  margin-right: 20px;
}

.perposal-box .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #e7f6fe;
  transition: 0.3s ease;
  border-bottom: 1px dashed #0a74a9;
  border-top: 1px dashed #0a74a9;
  padding: 10px;
  border-radius: 0px !important;
  font-weight: 700;
}

.accordion-item {
  margin-bottom: 20px;
  /* border: unset; */
}

.perposal-box .accordion-button:focus {
  box-shadow: none;
}

.perposal-box .accordion-collapse {
  padding: 20px;
}

.perposal-box .accordion-collapse::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}

.perposal-box h3 {
  background: #0a74a9;
  border-bottom: 1px dashed #0a74a9;
  border-top: 1px dashed #0a74a9;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

.btn-right {
  width: 100%;
  text-align: right;
  clear: both;
  padding-bottom: 20px;
  padding-right: 5px;
}

.btn-right button {
  width: 150px;
}

.perposal-box label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
}

.perposal-box .form-field input,
.perposal-box .form-field select,
.perposal-box .form-field textarea {
  padding: 5px 10px;
  margin-bottom: 9px;
  height: 32px;
}

.perposal-box .form-field input[type=checkbox] {
  height: inherit;
}

.perposal-box .form-field input[type=radio] {
  height: inherit;
}

.perposal-box select {
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #000 !important;
  background: #fff;
  width: 95%;
  height: 36px;
  padding: 0px 10px;
}

.perposal-box table {
  margin-bottom: 0px;
}

.btn.formnext_btn {
  border: 1px solid #388f27;
  padding: 10px !important;
  /*border-radius: 65px;*/
  font-size: 12px;
  font-weight: bold;
  /*float: right;*/
  color: #fff;
  background-color: #388f27;
}

.perposal-box ul {
  margin-bottom: 30px;
  margin-top: 40px;
}

.btn-proposal {
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: #e02225;
  padding: 12px 10px;
  color: #fff;
  margin-top: 12px;
  font-weight: 600;
  font-size: 14px;
}

.btn-proposal i {
  margin-right: 7px;
}

.perposal-box ul li select {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 13px;
  margin-left: 10px;
}

ul.perposal-brief li {
  font-size: 15px;
  border-bottom: 1px dashed #0a74a9;
  padding: 10px;
  text-align: left;
}

ul.perposal-brief li span {
  color: #0a74a9;
}

.red-text {
  color: #e02225;
}

.green-text {
  color: #25ab4e;
}

.perposal-right a {
  color: #007bff;
}

.perposal-box ul li input[type=checkbox] {
  margin-right: 10px !important;
  top: 2px !important;
  position: relative !important;
}

.perposal-box div input[type=checkbox] {
  margin-right: 10px !important;
  top: 2px !important;
  position: relative !important;
}

.perposal-box ul {
  margin-top: 4px;
}

#time_popup p {
  padding-top: 12px;
}

/* .perposal-box .form-field input, .form-field select, .form-field textarea{width: 98%;} */
/*.perposal-box td, th{width: 100%;}*/
.msg-success-strip {
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 18px;
  background: #25ab4e;
  transition: 0.3s ease;
  border-bottom: 1px dashed #0a74a9;
  border-top: 1px dashed #0a74a9;
  color: #fff;
  margin-bottom: 18px;
}

.msg-error-strip {
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 18px;
  background: #e7f6fe;
  transition: 0.3s ease;
  border-bottom: 1px dashed #0a74a9;
  border-top: 1px dashed #0a74a9;
  margin-bottom: 10px;
}

.insured_form_box a {
  color: #0a74a9 !important;
  font-weight: 500;
}

.btn.formnext_btn {
  float: right !important;
}

/* td, th{white-space: nowrap;} */
span.smart-secure {
  font-weight: 600;
}

/*ul.smart-list li:nth-of-type(n+3),
ul.smart-list li:nth-of-type(n+4),
ul.smart-list li:nth-of-type(n+5) {
    display: none;
}*/
a.active_insured {
  color: #388f27;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 0 4px 13px;
  margin-right: 20px;
}

a.insured insured_tab img {
  width: 26px;
}

.form-range {
  margin-bottom: 24px;
}

.msg-error-strip {
  display: none;
}

/*------------proposal progress new end---------------------------------------------------------- */
/*----------term top top form  recent update design 4april 2024 start ---------------------------------------------------------*/
/* .term_lbl label{color: rgba(34, 34, 34, 0.6) !important;} */
.form-right-box h2 {
  font-size: 22px !important;
  font-family: "Jost", sans-serif;
}

.question_trm {
  color: #024f94;
  padding-bottom: 6px;
  border-bottom: 1px dashed #222;
  margin-bottom: 22px !important;
  font-size: 17px;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  opacity: 0;
}

/*end---------------------------------------------------------------------------------------*/
/*----------------------investment recent design fix 9april 2024-------------------*/
.w-brk {
  word-break: break-word;
  line-height: 20px;
}

.fund_allocate {
  line-height: 20px;
}

.inpt_h {
  height: 28px !important;
}

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

/*.inv_amnt_mth.inv_fr{width: auto;}*/
.multiplier_txt {
  color: #0b9ef0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.invstd_amnt_tax {
  text-align: right;
}

span.invstd_amnt_tax strong {
  display: block;
}

.addon_tb_bx .form-check .form-check-input {
  padding: 8px;
  bottom: 0;
}

/*.addon_tb_bx .form-check{border-bottom: 1px solid #d9d9d9;}*/
.addon_txt_info {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
}

div.addon_cover_inv ul li {
  line-height: 24px;
}

.addon_cover_inv input {
  height: auto;
}

.bottom_dvdr {
  border: 1px solid #d9d9d9;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.pd_10 {
  padding-top: 12px;
}

.addon_prm_total span.hlth_plan_price:after {
  display: none;
}

.offcanvas-backdrop {
  z-index: 999999909;
}

.modal.inv_fltr_chk_sz {
  --bs-modal-width: 400px;
}

.modal#inv_sortingModal {
  --bs-modal-width: 400px;
}

.modal#inv_sortingModal .form-check {
  margin-bottom: 0.85rem;
}

.modal.inv_fltr_chk_sz .hlth_list_title_box:last-child {
  border-bottom: 0;
}

.modal#joint_invModal {
  --bs-modal-width: 630px;
}

.inv_tenure .pay_yrs .form-select {
  width: 94%;
}

.inv_lst_upd .sidebar_sticky .hlth_list_title_box:last-child {
  border-bottom: 0;
}

.modal.inv_modal_edit-dtls {
  --bs-modal-width: 400px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.modal.inv_modal_edit-dtls .form-select {
  border-color: #8b8f93 !important;
  font-size: 14px;
  height: 38px;
}

.modal#joint_invModal .form-select {
  border-color: #8b8f93 !important;
  font-size: 14px;
  height: 38px;
}

.edit_bg {
  background: #e0edf5;
  padding: 10px;
  border-left: 4px solid #024f94;
}

@media (max-width: 1200px) {
  .hlth_plan_price.inv_see_bt {
    font-size: 12px;
  }
}
div.addon_cover_inv ul li {
  line-height: 24px;
}

.addon_cover_inv input {
  height: auto;
}

@media (max-width: 1024px) {
  .ofc_see_lft_dtls {
    max-height: calc(100vh - 268px);
  } /*change to 270*/
  .termadd_box .term-add-title {
    font-size: 26px !important;
    line-height: 28px;
  }
  .inv_lst_upd .featureValue {
    font-size: 12px;
  }
  .ofc_see_lft_dtls {
    flex: 0 0 700px;
  }
  .inv_tenure .pay_yrs .form-select {
    width: 93%;
  }
  .ofc_see_rght_dtls {
    flex: 0 0 274px;
  }
  .details_info_invs.txt_wrp {
    display: grid;
    padding-bottom: 10px;
  }
  .plan_duration.drop_dn .form-select {
    width: auto !important;
  }
  .pl_rs {
    font-size: 12px;
  }
  .plan_duration.drop_dn {
    font-size: 10px;
    line-height: 11px;
  }
}
@media (max-width: 991px) {
  .total_vsbl_prm {
    right: 131px;
  }
  .canv_btn .button-1 {
    width: 124px !important;
  }
  .ofc_main_data_holder {
    display: inherit;
  }
  .ofc_see_lft_dtls {
    padding-right: 0px;
    height: unset;
    /*        max-height: calc(100vh - 370px);*/
  }
}
@media (max-width: 768px) {
  .inv_tenure .pay_yrs .form-select {
    width: 60%;
  }
  .ofc_main_data_holder {
    display: inherit;
  }
  .ofc_see_lft_dtls {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .total_vsbl_prm {
    right: 0;
  }
  .ofc_see_lft_dtls {
    max-height: calc(100vh - 270px);
  }
  .searchBoxc2a h6 {
    font-size: 0.8rem;
  }
  .slct-nobdr {
    font-size: 12px;
  }
  .fund_allocate {
    margin-bottom: 5px;
  }
  .fund_allocate addon_label {
    line-height: 24px;
  }
  .fund_allocate .inpt_wdth {
    width: 64px;
  }
  .fund_allocate .addon_label {
    font-size: 13px !important;
  }
  .addon_cover_inv ul {
    gap: 8px;
  }
  .bottom_dvdr {
    padding: 10px;
  }
  .inv_tenure .pay_yrs .form-select {
    width: auto;
  }
  .inv_tenure {
    justify-items: flex-start;
  }
  .see_dtls .button-1 {
    padding: 4px 8px !important;
  }
  .ofc_main_data_holder .nav-tabs > li {
    font-size: 14px !important;
  }
  .ofc_main_data_holder {
    display: inherit;
  }
  .hold_inner_detls {
    display: inherit;
  }
  .brand_ofc_main {
    width: 100%;
  }
  .tenure_main_ofc {
    width: 100%;
    display: flow;
  }
  .ullp_cmp .button-1 {
    font-size: 10px;
  }
  .inv_list_mob .tax_saving {
    top: -4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    right: 12px;
  }
  .inv_list_mob .life_cover {
    left: 12px;
  }
  .inv_list_mob .tax_saving {
    padding: 2px 10px;
  }
  .graph_lft_txt {
    display: none;
  }
  .graph_main_ofc {
    justify-content: flex-end;
    padding-right: 17px;
  }
  .ofc_main_data_holder .tab-content .tab-pane {
    font-size: 14px;
  }
  .txt_wrp span {
    display: block;
  }
  .nv_fltr_chk_sz input[type=checkbox] {
    padding: 6px;
  }
  .inv_tp_fltr .tab-item {
    text-align: center;
  }
  .ofc_see_lft_dtls {
    margin-bottom: 20px;
  }
  h3.results-num1 {
    font-size: 16px;
  }
  /*term list css start-------------------*/
  .dwnl {
    font-size: 13px;
  }
  .wrk_label ul {
    justify-content: start;
  }
  /* .offcanvas-bottom.dts_see .offcanvas-body {
      overflow: scroll !important;
  } */
  /*travel css start-------------------*/
  .frm_slct_trv {
    width: 48%;
  }
  .input_row {
    width: 48%;
  }
  .input_row .form-select {
    width: 100% !important;
  }
  .trv_dst {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
/*compare box top css start-------------------*/
@media (max-width: 420px) {
  .plan_cover {
    font-size: 10px;
  }
  .ofc_main_data_holder .nav-tabs > li {
    font-size: 11px !important;
    white-space: nowrap;
  }
  .addon_label {
    font-size: 14px;
  }
  .addon_tb_bx .form-check .form-check-input {
    padding: 6px;
    bottom: -4px;
  }
  .dwn_btn span {
    font-size: 24px;
  }
  /*for trm how to work box fix*/
  .ic_s_box {
    padding: 0l;
  }
  /*for trm how to work box fix end*/
  .ofc_see_lft_dtls {
    margin-bottom: 20px;
  }
  .comp_box_colmn {
    margin: 0px 1% 8px !important;
  }
  .quote_product_img p.pd_head {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .traveler_no .radio_holder {
    margin-right: 10px !important;
  }
}
@media (max-width: 400px) {
  .comp_box_colmn {
    flex: 0 0 148px !important;
    margin: 0px 1% 8px !important;
    padding: 4px !important;
  }
  .close_holder {
    right: -5px;
  }
}
@media (max-width: 376px) {
  .comp_box_colmn {
    flex: 0 0 148px !important;
    margin: 0px 0 8px !important;
    padding: 4px !important;
  }
  .close_holder {
    right: -5px;
  }
  .inv_amnt_ct {
    width: 67%;
  }
}
@media (max-width: 366px) {
  .comp_box_colmn {
    flex: 0 0 148px !important;
    margin: 0px 0 8px !important;
    padding: 2px !important;
  }
  .close_holder {
    right: -5px;
  }
  .inv_amnt_ct {
    width: 67%;
  }
}
@media (max-width: 320px) {
  .comp_box_row {
    display: block !important;
    text-align: center;
  }
  .compare_btn_y_now {
    width: 100% !important;
  }
  .comp_box_colmn {
    text-align: center !important;
  }
  .care_txt {
    margin: auto;
  }
  .inv_amnt_ct {
    width: 67%;
  }
}
/*------------------------------------------end -----------------------------------------------------------*/
/*travel top form css start 10 april 2024------------------------------------------------------------------*/
.travel_top_frm {
  position: relative;
  z-index: 12;
}

.travel_top_frm .srch_countrs i {
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 12px;
  color: #909292;
}

.travel_top_frm input[type=search] {
  padding-left: 35px;
}

.travel_top_frm input[type=search],
.travel_top_frm input[type=date] {
  height: 42px;
}

.travel_top_frm input[type=date] {
  color: #909292;
}

.traveler_no {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.traveler_no input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.traveler_no input[type=radio] + label {
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px;
}

/*.traveler_no input[type=radio]:checked+label{border-color: #0065ff;color: #0065ff;}*/
.traveler_no .radio_holder {
  margin-right: 16px;
}

.travel_counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  align-items: center;
  padding: 0px 10px;
}

.travel_age_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*.frm_slct_trv{width: 210px;}*/
.travel_frmtop_dtls:before {
  content: "";
  background-image: url(../img/travel/travel_lft.svg);
  position: absolute;
  top: 83px;
  right: -2px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45%;
}

.input_row .form-select {
  width: 210px;
}

.travel_counter > p {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.inpt_hidden {
  opacity: 0;
  position: absolute;
  /* visibility: hidden; */
  pointer-events: none;
}

.traveler_no .radio_holder.active {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.travel_counter .count_increase {
  border-radius: 0;
  box-shadow: none;
  background: #deecfa;
  margin-top: 6px;
}

.travel_counter .count_increase span.num {
  background: #fff;
  border: 0;
}

/*Term list page css start 18aprl 2024------------------------------------------------------------------*/
.prm_bold {
  font-weight: 600;
}

.addon_cover_inv .form-select {
  height: 28px !important;
  padding-top: 2px;
  font-size: 14px;
}

.trm_list_pg .form-select {
  font-size: 14px;
}

.trm_list_pg .see_dtls .button-1 {
  height: 28px;
  border-radius: 4px;
}

.brnd_ctr {
  display: flex;
  align-items: center;
}

.trm_lst_dtls span.tl_head {
  line-height: 14px;
  display: block;
}

.trm_lst_dtls p {
  font-size: 13px !important;
}

.trm_lst_dtls .cvr_bx {
  padding: 20px;
  border-radius: 12px;
  background: rgba(175, 216, 198, 0.1);
  border: 1px solid #dbe7e2;
  margin-bottom: 20px;
}

.trm_lst_dtls .cvr_bx_nt {
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 198, 155, 0.1);
  border: 1px solid #dbe7e2;
  margin-bottom: 20px;
}

.data_age_dtl {
  width: 100%;
  float: left;
  background: rgba(175, 216, 198, 0.1);
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
}

.data_age_dtl:before {
  position: absolute;
  rotate: 180deg;
  transform: translateY(10px);
  left: -15px;
  display: inline-block;
  border-top: 18px solid transparent;
  border-left: 15px solid #d4d4d4;
  border-right: 0 solid #ccc;
  border-bottom: 18px solid transparent;
  content: " ";
}

.data_age_dtl:after {
  position: absolute;
  top: 13px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 22px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 14px;
  left: -11px;
  right: auto;
}

.cer_dot {
  width: 10px;
  background: #0369b4;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -30px;
  z-index: 9;
  top: 22px;
}

ul.cr_dot_mg li {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  line-height: 24px;
}

.wrk_bx1 {
  background: rgb(0, 90, 178);
  background: linear-gradient(90deg, rgb(0, 90, 178) 0%, rgb(5, 126, 195) 36%, rgb(5, 164, 232) 100%);
}

.dta_ic-hld ul {
  display: flex;
  gap: 8px;
}

.dta_ic-hld li {
  display: flex !important;
  justify-content: space-around;
  margin-bottom: 0 !important;
}

.ic_s_box {
  background: white;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #d4d4d4;
}

.dta_ic-hld span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.wrk_label li:last-child {
  margin-bottom: 0;
}

.h_wrk_lb {
  position: absolute;
  left: -112px;
  top: 14px;
  font-weight: 500;
}

ul.cr_dot_mg:before {
  width: 1px;
  border: 1px dashed #0369b4;
  height: 90%;
  content: "";
  position: absolute;
  left: -24px;
}

.img_inhrt {
  max-width: inherit !important;
}

.stick_tab_head {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 12;
}

.inner_dt_bx {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1215686275);
}

.dt_bx_ylw {
  border-left: 2px solid #faac0c;
}

.dt_bx_grn {
  border-left: 2px solid #95bc25;
}

.dt_bx_prpl {
  border-left: 2px solid #ff4b70;
}

.dt_bx_ylw p {
  font-size: 16px;
  font-weight: 600;
  color: #faac0c;
}

.dt_bx_ylw,
.dt_bx_grn,
.dt_bx_prpl {
  line-height: 24px;
  display: inline-block;
  width: 100%;
}

.dt_bx_grn p {
  font-size: 16px;
  font-weight: 600;
  color: #95bc25;
}

.dt_bx_prpl p {
  font-size: 16px;
  font-weight: 600;
  color: #ff4b70;
}

/*.trm_elgb_head:after{position: absolute;width: 100%;top: 12px;left: 0;content: "";background: var(--side_heading_line);height: 1px;}*/
.bdr_rt_trm_lst {
  border-right: 1px solid #dee2e6;
  display: flex;
  align-items: center;
}

.elgb_trm_lst_data {
  font-size: 14px;
  line-height: 24px;
}

.elgb_trm_lst_data b {
  font-weight: 600;
}

.rmv_bdr_btm {
  border-bottom: 0 !important;
}

.cntr_data {
  display: flex;
  align-items: center;
}

.mob_tm_dtl .tax_total {
  height: 35px !important;
  border-radius: 6px !important;
}

.offcanvas-bottom.dts_see .offcanvas-body {
  /*overflow: scroll !important;*/
  height: 100%;
}

/*--------------end----------------------------------------------------------------------------------*/
/*health list page css add 19april 2024 start------------------------------------------------------------------*/
.details_info_fr {
  margin-bottom: 40px;
}

.plan_duration.drop_dn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_duration.drop_dn .form-select {
  height: 32px;
  font-size: 14px;
  width: 38%;
  border: 0 !important;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
}

.pl_rs {
  padding-left: 4px;
  font-size: 12px;
  font-family: "FontAwesome";
}

.plan_cover.drop_dn {
  display: flex;
}

.plan_cover.drop_dn select {
  width: auto !important;
  border: 0 !important;
}

.ic_s_box img {
  width: 40px !important;
}

/*health compare design update 13 april 2024 start------------------------------------------------------------------*/
.comp_box_row {
  display: flex;
  background: #eff2f5;
  width: 100%;
}

.comp_box_colmn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #c2d2e2;
  flex: 0 0 188px;
  margin: 0px 2% 8px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  position: relative;
}

.close_holder {
  position: absolute;
  border: 1px solid #c2d2e2;
  padding: 6px !important;
  border-radius: 50%;
  right: -7px;
  background: #fff;
  top: -12px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  z-index: 9;
}

.box_mdcl_tp {
  background: #e5e9ee;
  border-color: #0a74a9;
  padding: 1rem 0.5rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  color: #222;
  font-weight: 600;
  text-align: center;
}

.box_mdcl_bottom {
  padding: 0.4rem 0.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

ul.dtls_partion li {
  display: inline-block;
  width: 48%;
  text-align: center;
  border-right: 1px solid #d2d7de;
}

ul.dtls_partion li:last-child {
  border: 0;
}

.all_wraper_data figure .tooltip_box {
  top: -177px;
}

.box_mdcl_tp .tooltip_box span {
  font-size: 12px !important;
  font-weight: normal !important;
}

.blu_tx {
  color: #024f94;
}

.all_wraper_data figure .hover-text {
  position: relative !important;
}

/*---------end------------------------------------------------------------------------------------------------*/
/*----------investment list page css start -----------------------------------------------------------*/
.joint_life_investment {
  top: 3px !important;
}

/*new added*/
form#joint_life_form select {
  height: auto;
}

/*new added*/
.agearea2 {
  padding: 12px !important;
  background: #fff;
  border: 2px solid rgba(234, 236, 238, 0.9);
  text-align: center;
}

.premium_button.spn_zero span {
  padding-top: 0;
}

.premium_button p.bnf_iv {
  font-size: 12px;
}

#plan-more .button-1.btm_sp {
  margin-bottom: 2px;
}

.details-info-list.invest-dt h6 {
  font-size: 12px;
}

.details-info-list.invest-dt span {
  font-size: 12px;
}

.listpage.invest_list .input-group-text {
  width: auto;
}

ul li.inv-save .button-1 {
  height: 47px;
  border: 2px solid rgba(234, 236, 238, 0.9);
  background: #0b9ef0;
  color: #fff;
  border-radius: 6px;
}

ul li.inv-save .button-1:after {
  border-radius: 6px !important;
}

/*
.list_container {
    background: #fff;r
}remove for investment listing
*/
.single-field input#investment_amount {
  height: 45px;
  font-size: 12px;
}

.birla-addon-save a {
  position: absolute;
  right: 7px;
  top: 7px;
}

.birla-addon-save a.button-1 {
  height: auto;
  background: #0b9ef0;
  color: #fff;
  border: 0;
}

.listing-details ul li {
  white-space: normal;
}

.inv-lst-label {
  font-size: 14px;
  background: rgba(66, 75, 92, 0.04);
}

.modal-body form#addons_form .form-check-input {
  border: 1px solid #adb0b0;
}

.modal .birla-modal {
  --bs-modal-width: 900px;
}

.rupee-sys {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 0;
  line-height: 40px;
}

.birla-addon-save input {
  padding-left: 26px;
}

.titile-hd h6 {
  font-size: 14px !important;
  color: #6b9c9c;
}

/*---------end------------------------------------------------------------------------------------------------*/
/* ---------------health policy box----------------------- */
/* .view-mergin{margin-bottom: 0px !important;} */
.view-add-on {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.view-hlt-pad {
  padding: 15px 0px 0 8px !important;
}

.policy-view-new {
  background-color: #f7fcf9;
  padding: 13px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin: 0px 9px 9px;
}

.policy-bor-new {
  border-bottom: 4px solid #31c2f6;
  padding-bottom: 10px;
}

.icon-policy {
  background-color: #e3fcef;
  padding: 13px;
  border-radius: 50%;
  color: #2aac40;
}

.policy-clr {
  color: #222;
}

.ftr_btn.active {
  background-color: #00096a;
}

.pln_mre.active {
  background: #030e83;
}

/* -----bug fixes css end ----------- */
.addon-holder {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
}

.addon-holder input[type=checkbox] {
  padding: 8px !important;
  bottom: inherit;
}

.proposal-form-holder ul.ins_details li:hover {
  background-color: #024f94;
  color: #fff;
}

.proposal-form-holder ul.ins_details li:hover a {
  color: #fff;
}

.proposal-form-holder ul.ins_details li:hover button {
  color: #222;
}

.proposal-form-holder ul.ins_details li {
  display: inline-block;
}

.proposal-form-holder ul.ins_details li a {
  color: #424b5c;
  padding: 0;
}

.proposal-form-holder .nav-tabs > li:hover a {
  background: none !important;
}

.proposal-form-holder ul.ins_details li {
  border: 1px solid #ccc;
  padding: 2px 6px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}

.proposal-form-holder ul.ins_details li.active {
  background: #024f94;
  color: #fff;
  border: 2px solid #0d9ee7;
}

.proposal-form-holder ul.ins_details li.active button {
  color: #fff;
}

.proposal-form-holder ul.ins_details button.nav-link {
  padding: 6px !important;
}

.proposal-form-holder ul.ins_details button.nav-link img {
  border-radius: 16px;
  margin-right: 12px;
  background: #fff;
  width: 30px;
}

.proposal-form-holder ul.ins_details li.active a {
  color: #222;
}

.proposal_form_new input:focus,
.proposal_form_new textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
  border: 1px solid #36b37e;
  outline-width: 0;
}

.pdl-0 {
  padding-left: 0;
}

.pdr-0 {
  padding-right: 0;
}

.proposal_form_new .action-button {
  width: 100px;
  background: #024f94;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

.proposal_form_new .action-button:hover,
.proposal_form_new .action-button:focus {
  background-color: #0d9ee7;
}

.proposal_form_new .action-button-previous {
  width: 100px;
  background: #3d3693;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

.proposal_form_new .action-button-previous:hover,
.proposal_form_new .action-button-previous:focus {
  background-color: #024f94;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673AB7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

.proposal_form_new #progressbar {
  margin-left: 0;
}

.proposal_form_new #progressbar {
  margin-bottom: 30px !important;
  overflow: hidden;
  color: lightgrey;
}

.proposal_form_new #progressbar .active {
  color: #424b5c;
}

.proposal_form_new #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 16.4%;
  float: left;
  position: relative;
  font-weight: 500;
}

.proposal_form_new #progressbar #step1:before {
  font-family: FontAwesome;
  content: "\f13e";
}

.proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

.proposal_form_new #progressbar #step3:before {
  font-family: FontAwesome;
  content: "\f508";
}

.proposal_form_new #progressbar #step4:before {
  font-family: FontAwesome;
  content: "+";
}

.proposal_form_new #progressbar #step5:before {
  font-family: FontAwesome;
  content: "\f02d";
}

.text-holder-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.text-holder-border {
  border-right: 1px solid #cbd9d9;
  text-align: justify;
  padding-right: 26px;
}

.proposal_form_new #progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f481";
}

.proposal_form_new #progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

.proposal_form_new #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.proposal_form_new #progressbar li.active:before,
.proposal_form_new #progressbar li.active:after {
  background: #024f94;
}

.proposal_form_new .progress {
  height: 20px;
}

.proposal_form_new .progress-bar {
  background-color: #024f94;
}

.proposal_form_new .fit-image {
  width: 100%;
  object-fit: cover;
}

.nav-link.active .nav-item {
  background: blue !important;
}

.question__select {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .text-holder-inner {
    display: unset !important;
  }
  .text-holder-border {
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  .medical-prac {
    text-align: left !important;
  }
  .medical-prac .text-right {
    text-align: inherit;
  }
  .proposal-form-holder ul.ins_details li {
    /*padding: 0px 16px;*/
    margin: 5px 4px;
    width: 23%;
  }
  .proposal-form-holder ul.ins_details button.nav-link {
    line-height: 24px;
  }
  .proposal-form-holder ul.ins_details li a {
    font-size: 13px;
  }
  .proposal_form_new #progressbar li {
    width: 16.33%;
    font-size: 10px;
  }
  .question__select {
    width: 140px;
  }
}
/* End Proposal form style ----------------------------------------------------------------------------------------- */
/*----------line checkbox css start---------*/
.back-img-add:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/element1.png);
  background-size: 10%;
}

.back-img-add h2:before {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: -136px;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/term/policy-icon.png);
  background-size: 10%;
}

.mid-container.position-add {
  z-index: 4;
  position: relative;
}

/*----------line checkbox css end-----------------------------------------------------------------------*/
/*==============drop down css add start=================*/
li a.color-add {
  padding-left: 13px !important;
}

a.color-add img {
  padding-right: 7px;
}

.color-add a {
  padding-top: 10px !important;
}

a.font-txt {
  font-size: 14px !important;
  padding-left: 43px !important;
}

/*==============drop down css add end=================-----------------------------------------------------------*/
/*hlth lisst search modal code start------------------*/
.hlth_edit_srchModal.modal {
  --bs-modal-width: 800px;
}

.hlth_edit_srchModal .modal-content {
  padding-bottom: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.hlth_edit_srchModal select {
  font-size: 14px;
  height: 32px;
}

.hlth_edit_srchModal input[type=checkbox] {
  padding: 8px;
  border: 2px solid rgba(73, 71, 71, 0.768627451);
}

.apply_button_modal .button-1:after {
  background: transparent;
}

.apply_button_modal {
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  width: 100px;
  margin: auto;
  border-radius: 10px;
}

.count_increase {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.count_increase span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.count_increase span.num {
  font-size: 14px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/*hlth lisst search modal code end------------------------------------------------------------------------*/
.modal {
  z-index: 999999999;
}

.filter-buttons {
  display: flex;
  justify-content: flex-end;
  display: none;
}

.list-view-button,
.grid-view-button {
  color: 222;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.list-view-button {
  margin-right: 10px;
}

.list.list-view-filter {
  flex-direction: column;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.list.grid-view-filter .col-md-12.half_devide {
  width: calc(50% - 0px);
  margin: auto;
  text-align: center;
  float: left;
}

.features_all {
  position: absolute;
  bottom: 0;
}

.features_all.active .arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}

.features_all.active .arrow:before {
  transform: translate(10px, 0);
}

.features_all.active .arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}

.arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  transition: 0.4s ease;
  margin-top: 8px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}

.arrow:before,
.arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s ease;
}

.arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

.click-text {
  display: block;
  text-align: left;
  padding: 0 12px 16px;
  margin: 0;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.15s ease;
}

.click-text:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.chk_inpt_insrd {
  background-color: #0b9ef0 !important;
  color: #fff;
}

.edit_box i:before {
  font-size: 10px;
  left: 3px;
  position: relative;
  top: -2px;
}

/*-----------end----------------------------------------------------------------------------------------*/
/*compare table data start here--------------------*/
.left_covr_data {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
}

.left_covr_premium {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
}

.comp_price_table {
  border-bottom: 1px solid #ccd2d8;
}

.compare_item {
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #ccd2d8;
}

.compare_item_price {
  padding: 8px 0;
  border-top: 1px solid #ccd2d8;
  font-size: 14px;
  width: 100%;
}

.compare_item_price i {
  font-size: 13px;
  font-weight: 600;
}

.compare_item_price_total {
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
  width: 100%;
}

.covr_data_pd {
  margin-top: 49px;
  padding: 25px 1% 15px;
}

.compare_item {
  background: #fff;
  align-items: center;
  justify-content: center;
}

.compare_item_title {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.comp_tb_top_bdr {
  border-top: 1px solid #ccd2d8;
}

.comp_title_center {
  display: flex;
  align-items: center;
}

h5.compare_item_title:before {
  content: "?";
  width: 15px;
  height: 14px;
  color: #fff;
  display: block;
  float: right;
  cursor: pointer;
  margin: 4px 6px;
  font-size: 12px;
  background: #046fd2;
  border-radius: 50%;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.price-part1 {
  width: calc(25% - 5px);
  background: 0 0;
  float: left;
  padding: 25px 1% 15px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

.price_column {
  width: 25%;
  background: #fff;
  float: left;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #ccd2d8;
  border-right: 1px solid #ccd2d8;
  position: relative;
}

.price_column:last-child {
  border-right: 0;
}

.price_column:hover {
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
}

.price_column.buy_po .buy_policy {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 7px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(0, 100%);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.price_column.buy_po:hover .buy_policy {
  transform: translate(0, -5px);
}

.buy_policy .hlth_plan_price:before {
  display: none;
}

.chk_joint .button-1 {
  float: right;
}

.hold_inner_detls .inv_tenure .pay_yrs .form-select { /*width: inherit;*/
  margin-right: 4px;
}

@media (max-width: 1024px) {
  .hold_inner_detls .inv_tenure .pay_yrs .form-select {
    width: inherit !important;
  }
}
@media (max-width: 567px) {
  .chk_joint .button-1 {
    margin-top: 5px;
  }
}
.hlth_plan_price.inv_see_bt.prc_symb-sw:before {
  display: inline-block;
}

/*compare footer popup-----------------------------------*/
.comapare_content span {
  position: absolute;
  top: -12px;
  right: 0px;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 12px;
}

.canvasheight {
  height: 140px !important;
}

.offcanvas-body {
  overflow: hidden !important;
}

.hlth_compare_box {
  display: flex;
  align-items: center;
}

.hlth_compare_box img {
  width: 120px;
}

.hlth_compare_box p {
  position: relative;
  max-width: 100%;
  padding: 0px 5px;
  margin-bottom: 0px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*compare footer popup-----------------------------------*/
.addon_sub_addon.form-select {
  font-size: 12px;
}

/*hospital  locator*/
form#hospital_search th {
  font-family: "Jost";
  color: #222;
  font-weight: 500;
}

form#hospital_search td {
  color: #222;
  font-size: 14px;
}

form#hospital_search .button-1 {
  height: 40px;
}

/*end here----------------------*/
label#msort_by-error.error {
  position: absolute;
  bottom: -16px;
}

.form-check .form-check-input {
  border: 1px solid #a5aaaf;
}

.ftrs-f-wdth span.hlth_addons_title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.ftrs-f-wdth div.row {
  text-align: center;
}

form#addons_form_36 .addons_row .form-check {
  align-items: inherit;
}

span.addon-details span.addon-details {
  padding-left: 0;
  border-bottom: 0;
}

.modal-body {
  margin-bottom: 0;
}

.modal-footer .button-1 {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
  height: 34px;
  border-radius: 6px;
}

.modal-footer .button-1 i {
  width: unset;
  height: unset;
  background: none;
  margin-right: 0;
  font-family: "FontAwesome";
}

.addon-details ul li {
  line-height: 20px;
  margin-bottom: 0;
}

.addons_row details[open] {
  padding-bottom: 12px !important;
  padding-top: 12px;
}

.sidebar_sticky {
  position: sticky !important;
  top: 64px;
  background: #fff;
  padding: 10px;
}

.modal-body form#addons_form .form-check-input {
  margin-right: 6px !important;
}

.rmv_icn h5:before {
  display: none !important;
}

.rmv_icn h5 a {
  color: #07a1ec;
}

.rmv_icn h5 a:hover {
  color: #3d3693;
}

.comp_price_table:hover .buy_policy {
  transform: translate(0, -5px);
}

.addon-details ul li:before {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 4px;
}

/*media query start--------------------------------------------*/
@media (max-width: 1920px) {
  span.inv_amnt_ct.yrs {
    width: 68% !important;
  }
  span.inv_amnt_mth.inv_yrs {
    width: 30% !important;
  }
  .hide_dsk {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hide_dsk {
    display: none;
  }
  .arrow {
    font-size: 11px;
  }
  .hlth_plan_price {
    font-size: 14px;
  }
  .important_features {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  /*motor new form 28may 2024-------------*/
  .info_motor_txt {
    font-size: 14px;
  }
  /*motor new form 28may 2024 end-------------*/
  .container-fluid.sec_pd {
    padding: 0 15px !important;
  }
  .mob_hide {
    display: none !important;
  }
  .mob-brand img {
    width: 66%;
  }
  .arrow {
    float: inherit;
  }
  .important_features {
    font-size: 10px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 20%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .hlth_list_page .health_list_box input[type=checkbox] {
    bottom: 2px;
  }
  .covr_data_pd {
    margin-top: 49px;
    padding: 25px 1% 15px;
  }
  .checktandc label {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .hlth_list_left_side {
    display: none;
  }
  .hlth_compare_box img {
    width: 80px;
  }
  .hlth_compare_box {
    flex-direction: column;
  }
  .hide_991 {
    display: none !important;
  }
  .show_991 {
    display: block !important;
  }
  .sort-by .form-select {
    height: 34px;
  }
  #floater1 {
    width: 100%;
  }
  .sort-by .form-select {
    display: none;
  }
  .pln_mre {
    padding: 7px 0 20px;
  }
  .order_set_mob {
    display: none;
  }
}
@media (max-width: 768px) {
  /*motor new form 28may 2024---------*/
  .motor:before {
    background-size: 15%;
  }
  /*motor new form 28may 2024 end---------*/
  .featureValue {
    font-size: 11px;
  }
  .hlth_list_left_side {
    display: none;
  }
  .mob_hide {
    display: none !important;
  }
  .covr_data_pd {
    margin-top: 49px;
    padding: 25px 1% 15px;
  }
  .features_all {
    justify-content: start;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 20%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    position: absolute;
    bottom: 8px;
  }
  .mob_hlt_box_footer {
    background: #f3f4f6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .cmn-clr a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
  }
  .important_features {
    font-size: 10px;
    color: #fff;
  }
  .hlth_list_page .health_list_box input[type=checkbox] {
    bottom: 0;
    margin-right: 1px;
  }
  .pull-rgt-txt {
    text-align: right;
  }
  .addons_row span {
    font-size: 14px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .hide_991 {
    display: block !important;
  }
  .show_991 {
    display: none !important;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .pln_mre {
    transform: inherit;
  }
  .features_all {
    position: absolute;
    bottom: 13px;
  }
  div#model_msorting_load.modal {
    --bs-modal-width: 500px;
  }
  .sort-by .form-select {
    display: none;
  }
  #floater1 {
    width: 100%;
  }
  .modal label {
    font-size: 14px;
  }
  .pln_mre {
    padding: 13px 0 14px;
  } /*to set plan more height*/
  .new-next-button1 {
    left: 42%;
  }
  .modal input[type=checkbox] {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .popover {
    margin: 0 15px !important;
  }
  .new-next-button1 {
    left: 36% !important;
  }
  .scroll-area {
    display: none !important;
  }
  .sort-by {
    justify-content: start;
  }
  .sort-by .form-select {
    width: 80%;
    display: none;
  }
  .plan_price.button-1 {
    padding: 0px 9px;
  }
  .important_feature_dtls {
    font-size: 14px;
  }
  .mob_hide {
    display: none !important;
  }
  .top_filter_devider {
    margin-top: 18px;
  }
  #floater1 {
    width: 100%;
  }
  div#hlth_addonModal .form-check-input {
    border: 1px solid #A5AAAF;
    padding: 6px;
  }
  .pa-form .checktandc label {
    font-size: 11px;
  }
  .hlth_edit_srchModal input[type=checkbox] {
    padding: 6px;
  }
  .modal label {
    font-size: 14px;
  }
  .price-part1 {
    flex: inherit;
  }
  .canvasheight {
    height: 180px !important;
  }
  .compare_item_title {
    font-size: 14px !important;
    font-weight: 500;
  }
  .covr_data_pd {
    margin-top: 26px;
  }
  .price-part1 h5 {
    font-size: 18px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 38%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    justify-content: start;
    position: relative;
  }
  .ftr_btn {
    position: relative;
    bottom: -8px;
  }
  .mob-brand img {
    width: 100%;
  }
  .cmn-clr a {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .mob_chk_inp label {
    font-size: 12px;
    color: #222;
  }
  .important_features {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .details_info_fr {
    display: inline;
  }
  .details_info_fr span.featureValue:nth-child(3),
  .details_info_fr span.featureValue:nth-child(4) {
    display: none;
  }
  .mob_chk_inp input[type=checkbox] {
    bottom: 0px !important;
    margin-right: 1px !important;
    padding: 6px !important;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .mob_hlt_box_footer {
    background: #F3F4F6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .details_info_fr span.featureValue {
    padding-right: 6px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .addons_row span {
    font-size: 14px;
  }
  .pull-lft-txt {
    text-align: left;
  }
  .pull-rgt-txt {
    text-align: inherit;
    padding-top: 4px;
  }
  .top_filter_devider {
    padding-top: 0;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0B9EF0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0B9EF0;
  }
  .addons_row .form-check {
    align-items: inherit;
  }
  .modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .scroll-area {
    display: none !important;
  }
  .sort-by {
    justify-content: start;
  }
  .sort-by .form-select {
    width: 80%;
    display: none;
  }
  .plan_price.button-1 {
    padding: 0px 9px;
  }
  .important_feature_dtls {
    font-size: 14px;
  }
  .mob_hide {
    display: none !important;
  }
  .top_filter_devider {
    margin-top: 18px;
  }
  #floater1 {
    width: 100%;
  }
  div#hlth_addonModal .form-check-input {
    border: 1px solid #a5aaaf;
    padding: 6px;
  }
  .pa-form .checktandc label {
    font-size: 11px;
  }
  .hlth_edit_srchModal input[type=checkbox] {
    padding: 6px;
  }
  .modal label {
    font-size: 14px;
  }
  .price-part1 {
    flex: inherit;
  }
  .canvasheight {
    height: 180px !important;
  }
  .compare_item_title {
    font-size: 14px !important;
    font-weight: 500;
  }
  .covr_data_pd {
    margin-top: 26px;
  }
  .price-part1 h5 {
    font-size: 18px;
  }
  .v_mre_btn {
    padding: 7px 22px 20px 22px;
    margin: auto;
    text-align: center;
    width: 38%;
    padding: 7px 22px 20px 22px;
    display: block;
  }
  .features_all {
    justify-content: start;
    position: relative !important;
    bottom: 0;
  }
  .ftr_btn {
    position: relative;
    bottom: -8px;
  }
  .mob-brand img {
    width: 100%;
  }
  .cmn-clr a {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .mob_chk_inp label {
    font-size: 12px;
    color: #222;
  }
  .important_features {
    font-size: 11px;
    font-weight: 600;
    color: #222;
  }
  .details_info_fr {
    display: inline;
  }
  .details_info_fr span.featureValue:nth-child(3),
  .details_info_fr span.featureValue:nth-child(4) {
    display: none;
  }
  .mob_chk_inp input[type=checkbox] {
    bottom: 0px !important;
    margin-right: 1px !important;
    padding: 6px !important;
  }
  .health_list_box {
    padding: 15px 15px 0 15px;
  }
  .mob_hlt_box_footer {
    background: #f3f4f6;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .details_info_fr span.featureValue {
    padding-right: 6px;
  }
  .form-select {
    font-size: 14px;
  }
  .addon_sub_addon.form-select {
    height: 28px;
  }
  .addons_row span {
    font-size: 12px;
  }
  .pull-lft-txt {
    text-align: left;
  }
  .pull-rgt-txt {
    text-align: inherit;
    padding-top: 4px;
  }
  .top_filter_devider {
    padding-top: 0;
  }
  .sort-by .form-select {
    height: 34px;
  }
  .cmn-clr a:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .features_all span:hover {
    text-decoration: underline;
    color: #0b9ef0;
  }
  .addons_row .form-check {
    align-items: inherit;
  }
  .modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  h5.modal-title {
    font-size: 18px;
  }
  .modal-body form#addons_form .form-check-input {
    margin-right: 6px;
  }
  span.addon-details {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 576px) {
  .important_features {
    font-size: 11px;
    white-space: nowrap;
  }
  .brand_gp {
    gap: 0 !important;
  }
  .plan_price.button-1 {
    width: auto !important;
  }
  span.mult_symb {
    display: inline-block !important;
  }
  .footer_call a.button-1 {
    white-space: nowrap;
    font-size: 14px;
  }
  .details_info_fr {
    margin-bottom: 0 !important;
  }
  .discount_strip {
    right: -10px;
  }
  .eq_space {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 8px 0;
  }
  .count_increase {
    min-width: 67px;
  }
  .ofc_main_data_holder .tabbox {
    border: 0 !important;
    padding: 10px 14px !important;
  }
  .fr_lyt_vl {
    font-size: 10px;
    color: #312f2f;
  }
  .fr_bld_vl {
    font-size: 14px;
    color: #222;
    font-weight: 600;
  }
  .trm_lst_dtls p {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .addon_cover_inv .hdfc-gap {
    gap: 48px !important;
  }
  .ofc_main_data_holder .tabbox {
    border: 0;
  }
  .cmn-clr a {
    font-size: 10px;
  }
  .important_features {
    font-size: 11px !important;
    white-space: nowrap;
  }
  .mob_chk_inp label {
    font-size: 11px;
    font-weight: 600;
  }
  .hlth_plan_price {
    font-size: 11px;
  }
  .pa-form .checktandc label {
    font-size: 10px;
  }
  .checktandc label {
    font-size: 10px;
  }
  .get-appointment-form label a {
    font-size: 11px !important;
  }
  .offcanvas-title {
    display: flex;
  }
}
/*most updated list end here 27feb2024----------------------------------------------------------------------------*/
/*------------------------------akanskah css start----------------------------------------*/
button.read-more-add {
  background-color: unset;
  border: unset;
}

.modal-body.home-readmore {
  height: 450px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/*footer css add start------------------------------*/
p.paragraph-broker a {
  color: #fff;
}

/*akanksha add css------------------------*/
.career-accordion ul li,
.blog-text-left li,
ul.tick li:last-child {
  padding-bottom: 15px;
}

button.car-faq h3 {
  font-size: 22px;
  font-weight: 400;
}

.car-compare-link {
  width: 100%;
  border: 1px solid #ceeafd;
  background: #ceeafd;
  padding: 24px;
  border-radius: 3px;
}

.compare-plan h2 {
  margin-bottom: 30px;
}

ul.dise li {
  list-style: disc;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px !important;
}

h3 {
  font-size: 20px;
}

.pension-india h3 {
  margin-bottom: 3px;
}

ul.dise-list li {
  margin-bottom: 8px;
  margin-left: 20px;
  color: #222222;
  line-height: 30px;
}

ul.dise-list {
  margin-top: 8px;
}

ul.dise-list.li-space li {
  margin-left: 40px;
}

section.testimonial-area.lavel-term {
  background-color: #fff !important;
}

.read-more-content {
  display: none;
}

li.more-item {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  list-style: none;
}

.read-more {
  color: #fff;
  position: relative;
  bottom: 2px;
}

p.hastag-home {
  font-size: 24px;
  font-weight: 500;
}

.term-service {
  margin-bottom: 30px;
}

.gender-option {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-check-term {
  text-align: left;
  position: relative;
}

.form-check-term input {
  position: relative;
}

span.read-more-paragraph {
  color: #fff;
}

.status-meeting.read-more a {
  color: #fff;
}

span.investment-paragraph {
  color: #fff;
}

a.read-more-invetment {
  color: #0a74a9;
}

.form-compare input[type=radio] + label {
  padding: 11px 26px;
  display: flex;
  background-color: #ccc;
  border-top-left-radius: 7px 12px;
  border-bottom-left-radius: 9px 7px;
  width: 50%;
  height: 38px;
  line-height: 20px;
}

.form-compare input[type=radio]:checked + label {
  background-color: #0A74A9;
  color: #FFFFFF;
  font-size: 14px;
}

input.input-add {
  width: unset;
  position: relative;
  top: 3px;
}

.investment-paragraph-add {
  color: #000;
}

button.read-more-add {
  background-color: unset;
  border: none;
  position: relative;
  z-index: 99;
}

.home-readmore p {
  color: #222222;
}

.modal-body p a {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 500;
}

/*--read more start css--*/
details.our-team-detail {
  display: inline;
}

details {
  position: relative;
}

details summary {
  display: block;
  cursor: pointer;
  color: #0a74a9;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  animation: open 0.2s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
}

details #open {
  line-height: 36px;
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--read more end css--*/
span.read-more-txt {
  color: #096faa;
}

.home-readmore h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #222222;
}

/*travel css fix----------------------------*/
.select2-container *:focus {
  outline: 0;
  box-shadow: none;
}

p.read-more-paragraph,
details {
  z-index: 9;
}

form#travel_form .countryData input {
  width: 100% !important;
}

.wizard .options_box_wrapper__option {
  margin-bottom: 12px !important;
}

.illness_box .options_box_wrapper__option input[type=checkbox] {
  bottom: -2px;
}

.wizard .options_box_wrapper__option {
  margin-bottom: 14px !important;
}

.wizard .options_box_wrapper__option {
  margin: auto !important;
  width: 187px !important;
  border-radius: 20px;
}

form#travel_form .radio-box {
  border-radius: 27px;
}

div#ui-datepicker-div {
  z-index: 2;
}

.ui-datepicker table {
  margin: unset !important;
}

form#travel_form .radio-box.active {
  background: #08a1ee;
}

form#travel_form .radio-box.active span.travel-radio {
  color: #fff !important;
}

form#travel_form .radio-box input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

form#travel_form .radio-box {
  padding: 4px;
}

form#travel_form .radio-box label {
  padding: 4px;
  display: block;
  width: 100%;
  line-height: 26px;
}

/*TRAVEL INSURANCE MULTI STEP FORM START*/
/*------------------------*/
form#travel_form .ui-widget.ui-widget-content {
  z-index: 11 !important;
}

.term-insure travel_scroll_add .illness_box {
  width: 187px !important;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

/*----------step-wizard------------*/
/*---------signup-step-------------*/
.bg-color {
  background-color: #333;
}

.signup-step-container {
  padding: 33px 0px;
  padding-bottom: 60px;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #096faa;
  color: #fff;
  border-color: #096faa;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
  color: #096faa;
}

.wizard .nav-tabs > li {
  width: 20%;
  margin-top: -32px;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  background: transparent !important;
  width: 30px;
  height: 30px;
}

.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs > li a i {
  position: absolute;
  bottom: 1px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
}

.wizard .form-field input[type=radio] {
  width: unset;
}

.wizard input.radio-add {
  margin: 4px 18px;
}

.wizard .illness_box {
  padding-top: 30px;
}

.wizard input[type=checkbox] {
  bottom: 0;
}

.wizard .options_box_wrapper__option {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 18px;
  margin-left: 14px;
}

.prev-step,
.next-step {
  font-size: 16px;
  padding: 10px 26px;
  border: none;
  border-radius: 4px;
  margin-top: 9px;
  font-weight: 500;
  border: 1px solid #ccc;
}

.next-step {
  display: block;
  margin: 0 auto !important;
  background-color: #0a74a9;
  color: #fff !important;
  padding: 10px 20px;
  border: 1px solid #0a74a9;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  width: 300px;
  text-transform: uppercase;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
  margin-top: 30px;
}

.list-content {
  margin-bottom: 10px;
}

.list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}

.list-content a[aria-expanded=true] i {
  transform: rotate(180deg);
}

.list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
  background-color: #fdfdfd;
}

.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav > li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-inline li {
  display: inline-block;
}

.pull-right-add {
  text-align: center;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type=checkbox] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  position: absolute;
  content: "";
  display: inline-block;
}

input[type=checkbox]::before {
  height: 16px;
  width: 16px;
  left: 0px;
  top: 2px;
  border-radius: 2px;
}

input[type=checkbox]::after {
  height: 5px;
  width: 9px;
  left: 4px;
  top: 6px;
}

.col-lg-12.travel-add {
  width: 100%;
}

button.btn.btn-add {
  border: 1px solid #0a74a9;
  background: #0a74a9;
  color: #fff;
  padding: 6px 13px;
}

.form-field-travel select {
  margin-bottom: unset;
}

.travel-bottom-fix {
  margin-bottom: 14px;
}

#row3 {
  position: relative;
}

#row3 button {
  position: absolute;
  right: 0px;
  /*fix for delete button*/
  top: 0;
}

.radio-box {
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 3px;
}

span.travel-radio {
  background-color: unset !important;
  color: #0a74a9 !important;
  width: 20% !important;
  padding: unset !important;
  font-weight: 500;
  height: unset !important;
}

input.radio-add {
  width: unset;
  margin: 13px 8px;
}

.intl-tel-input,
.iti {
  width: 100%;
}

ul.breadcrumb-insure {
  margin-bottom: unset;
}

.btn_remove {
  margin-left: 1px;
  border-radius: 26px;
  float: right;
}

#travel_form select {
  width: 100%;
  margin-bottom: 12px !important;
  font-size: 14px;
  border: 1px solid #8b8f93 !important;
}

/*TRAVEL INSURANCE MULTI STEP FORM END*/
/*--------------------------akanskah css end------------------------------------------------------------------------------*/
/*term new css edits manish-----------------------------------*/
.term-insure .main-title {
  margin-bottom: 5px;
}

.term-insure .term-assure,
.term-insure .compare-plan {
  padding-top: 5px;
}

.rangelabel {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #0a74a9;
}

.rangelabel span {
  font-weight: 700;
  font-size: 18px;
}

/*.term-insure .half-form{margin-bottom:20px;}*/
.term-insure .half-form input {
  width: 90%;
  border: 1px solid #0a74a9;
  border-radius: 10px;
  height: 10px;
}

.compare-plan .sub-heading {
  margin-bottom: 10px;
}

.btn-check + .btn {
  background: #0a74a9;
  color: #fff;
  height: 45px;
  border: 0px;
  line-height: 24px;
  margin-left: 1px;
}

.btn-check + .btn img {
  vertical-align: middle;
}

.btn-check:checked + .btn,
.btn-check + .btn:hover {
  background: #0a74a9;
  color: #fff;
  height: 38px;
  line-height: 20px;
  opacity: 1;
}

.term-insure .term-checkbox {
  width: auto;
}

.term-insure .term-assure {
  text-align: center;
}

.term-insure .term-assure img {
  max-height: 300px;
}

.radio-img {
  padding-right: 8px;
}

/*-----------------------------------------term new edits manish end---------------------------------------------- */
/* travel insurance list page fixes----------------------------------------*/
.fr_trv_lyt {
  font-size: 12px;
  color: #312f2f;
}

.fr_bld_trv {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  background: #e1edf8;
  padding: 3px 8px;
  line-height: 20px;
  border-radius: 6px;
}

.coverg_frts {
  font-size: 16px;
  font-weight: 600;
}

.fr2_bld_trv {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  background: #ebf5ee;
  padding: 3px 8px;
  line-height: 20px;
  border-radius: 6px;
}

.rsp_td_data td, .rsp_td_data th {
  font-size: 14px;
  padding: 0.2rem 0.2rem;
}

.rsp_td_data tr:nth-child(even) {
  background: rgba(221, 235, 247, 0.9);
  border: 1px solid #1098DA !important;
}

/* travel insurance form dessign fixes css 17june 2024 start----------------------------------------*/
#travel_form .edit_box select {
  margin-bottom: 0 !important;
}

#travel_form .edit_box .form-check .form-check-input {
  padding: 8px;
  width: unset !important;
  position: relative;
  bottom: 2px;
}

#travel_form label {
  font-size: 14px;
}

#travel_form .edit_box label.error {
  clear: both;
}

form#updateForm label {
  font-size: 14px;
}

form#updateEnquiry .form-select {
  font-size: 14px;
}

div#trv_editsrch_Modal input[type=checkbox] {
  padding: 8px !important;
}

.offcanvas.upd_trv_dtl p {
  font-size: 14px !important;
}

div#trv_editsrch_Modal label {
  font-size: 14px;
  line-height: 24px;
  clear: both;
}

div#trv_editsrch_Modal .edit_box {
  padding: 0.6rem 0.5rem;
  border: 1px solid #d5d6dc !important;
}

form#updateForm .edit_box {
  border: 1px solid #8b8f93 !important;
}

.canv_btn button {
  height: 48px !important;
}

.offcanvas {
  z-index: 9999999999 !important;
}

div#trv_editsrch_Modal .form-select {
  height: 26px;
  line-height: 14px;
  color: #222 !important;
}

.edit_box.active {
  background: #0b9ef0;
  color: #fff;
}

.ed-bx-bdr .edit_box {
  border: 1px solid #8b8f93 !important;
  padding: 0.6rem 0.5rem;
}

.ed-bx-bdr .edit_box .form-select {
  height: 24px;
  line-height: 11px;
  color: #222 !important;
}

.offcanvas .rdo_hide input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.canv_btn .button-1 {
  background: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #fff !important;
  background-color: #25ab4e !important;
}

.inputs input {
  font-size: 16px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(0.375rem + 6px) !important;
}

div#trv_editsrch_Modal.modal {
  --bs-modal-width: 760px;
}

.msrt_bt {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
}

.ofcnv_title {
  border-left: 4px solid #0b9ef0;
  padding-left: 8px;
}

div#trv_editsrch_Modal .input-container input[type=text] {
  border: 1px solid #d5d6dc !important;
}

div#trv_editsrch_Modal .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #d5d6dc !important;
}

.offcanvas h3.hlth_list_title {
  font-size: 14px;
}

label.trv_sm_bd {
  font-weight: 600;
  padding-bottom: 10px;
}

div#trv_editsrch_Modal .edit_box, form#travel_form .edit_box {
  margin-bottom: 0;
}

div#trv_editsrch_Modal .modal label {
  float: unset !important;
}

#travel_form label.error {
  font-size: 12px;
}

.offcanvas-header {
  box-shadow: 0 1px 4px rgba(37, 56, 88, 0.16);
}

@media (max-width: 1024px) {
  .travel_lst_box a.button-1 {
    padding: 4px 10px !important;
  }
}
/* travel insurance new dessign  css start----------------------------------------*/
.compare-plan.travel-add {
  position: relative;
  z-index: 99;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 10px 44px rgba(0, 0, 0, 0.09);
  border: 1px solid #cbd9d9;
}

.top_ins_compnies table td {
  vertical-align: middle;
}

.travel_what {
  position: relative;
  z-index: 11;
}

.travel_what:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/world-map.webp);
  background-repeat: no-repeat;
  background-position: right center;
  top: 0;
}

.travel-image-wrapper-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  margin-top: -33px;
}

.travel-image-wrapper-1 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -32px;
  margin-left: 32px;
}

.travel-image-wrapper-1 .image-wrapper.style-1 {
  width: 224px;
  bottom: 0;
  margin-left: 108px;
  margin-bottom: -88px;
}

.travel-image-wrapper-1 .image-wrapper.style-2 {
  width: 140px;
  bottom: 0;
  right: 0;
  margin-bottom: -106px;
  margin-right: 332px;
  animation: flipInX 2s linear infinite alternate;
}

.travel-image-wrapper-1 .image-wrapper.style-3 {
  width: 340px;
  top: 0;
  right: 0;
  margin-top: -46px;
  margin-left: 85px;
}

.travel-image-wrapper-1 .image-wrapper {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #ffffff;
  overflow: hidden;
}

.type-travel ul.check-add-retirement-box li p {
  padding-left: 0;
}

.type-travel .ratio a.button-1 {
  top: inherit;
  margin-top: 20px;
  margin-left: 33px;
}

.buy-travel img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.why-travel {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.buy-travel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/travel-element-1.webp);
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
}

.buy-travel {
  position: relative;
}

.buy-travel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/travel-element-2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  bottom: 0;
}

.travel-online .ratio a.button-1 {
  top: inherit;
}

.icon-wrapper {
  background-color: #ffffff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.content_travel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
}

.info-holder-benefits {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}

.travel-benefits .ratio a.button-1 {
  top: inherit;
  margin-left: 112px;
}

.travel-benefits:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/cloud.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.3;
  bottom: 0;
  top: 0;
}

.travel-benefits .container {
  position: relative;
  z-index: 11;
}

.travel-benefits {
  position: relative;
}

.travel-benefits table tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #ccc !important;
}

/* .destination-trave-tx input{position: relative; z-index: +99;}  
ul.pull-right-add-z{position: relative; z-index: +99;}   
.col-md-8.date-picker-z{position: relative; z-index: +99;}    */
.features-plan tr:nth-child(even) {
  background: rgba(219, 245, 245, 0.3) !important;
}

.Covers_travel .choose-plan-box {
  height: 200px;
}

.marine_desk {
  height: unset !important;
}

.top_ins_compnies a.button-1 {
  width: 132px;
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 32px;
}

.top_ins_compnies a.button-1:after {
  border-radius: 6px;
}

.buy_travel_ok .process__single-4 {
  margin-top: 34px;
}

.buy_travel_ok .process__single-2 {
  margin-top: 94px;
}

.buy_travel_ok .process__single-3 {
  margin-top: 8px;
}

.buy_travel_ok a.button-1 {
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 38px;
}

.buy_travel_ok a.button-1:after {
  border-radius: 6px;
  border: 0;
  color: #fff;
  height: 38px;
}

.policy-work.premium_trv ul.check-add-retirement-box li p {
  padding-left: 10px;
}

.policy-work.premium_trv p {
  display: inline-block;
}

ul.check-add-retirement-box li p {
  padding-left: 14px;
}

/*need to update in style.css-------------*/
.bst_travel_comp .service-grid.style3:not(:nth-child(4n)) {
  border-right: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+2)) {
  border-top: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+4)) {
  border-left: 0;
}

.bst_travel_comp .service-grid.style3:not(:nth-child(2n)) {
  border-right: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3 {
  border-top: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+8)) {
  border-top: 0 !important;
}

.bst_travel_comp .service-grid_content {
  margin: auto;
  text-align: center;
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+4)) {
  border-top: 0;
}

.bst_travel_comp .service-grid {
  padding: 20px;
}

.bst_travel_comp a.button-1 {
  width: 132px;
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 32px;
}

.renew_travel .tabbox {
  border: 1px solid #ccc;
}

.renew_travel .tabbox:after {
  border-radius: 6px;
}

b,
strong {
  font-weight: bold;
}

.icon-wrapper:hover {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  opacity: unset;
}

/*end-------------------------------------------------------------------------------------------------*/
/* Health-insurance------------------------ */
/* choose insurance dropdown clickable fix----------------------- */
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  width: 124%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: 6px !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: 6px !important;
  outline: 0;
}

/* choose insurance dropdown clickable fix end--------------------------------------------- */
.coverage {
  width: 100%;
  height: auto;
  background: #eafaf9;
}

.health-cover {
  width: 25%;
  float: left;
  height: auto;
  margin-right: 5%;
}

.health-accordion {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0px;
}

.health-accordion li {
  text-decoration: none;
}

.health-accordion .panel ul {
  list-style-type: none;
  padding-left: 0px !important;
}

.health-accordion .accordion {
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  padding: 8px;
}

.health-accordion .panel {
  background: none;
}

.health-accordion .accordion i {
  background: #0a74a9;
  color: #fff;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.health-accordion .panel li {
  border: 1px solid #000;
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
  border-radius: 4px;
}

.health-accordion .panel select {
  background: none;
  float: right;
  border: none;
  text-align: right;
  padding: 10px;
  width: 50%;
}

.health-accordion .panel select option {
  background: none;
}

.health-accordion .fa-arrow-right::before {
  content: "\f061";
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 12px;
  font-size: 17px;
}

.health-accordion .panel p {
  display: inline-block;
  background: #0a74a9;
  margin: 0;
  color: #fff;
  padding: 6px 20px;
}

.health-accordion .panel.radio li {
  border: none;
  border-bottom: 1px solid #0a74a9;
  padding-bottom: 5px;
}

.border-section {
  width: 70%;
  float: right;
  margin-top: 30px;
  border: 1px solid #0a74a9;
  background: #e7f6fe;
}

.plan-benefit li {
  width: 25%;
  height: auto;
  display: flex;
  padding: 8px 20px;
  float: left;
  font-size: 17px;
  background: #0a74a9;
  color: #fff;
}

.section-inner li {
  padding: 8px 20px;
  float: left;
}

.plan-benefit li i {
  margin-right: 5px;
}

.plan-benefit {
  width: 100%;
  height: auto;
  text-align: center;
}

.section-inner {
  width: 20%;
  height: auto;
}

.section-inner img {
  width: 120px;
}

a.add-brochure {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: #25ab4e;
  padding: 5px;
  border-radius: 5px;
}

li .btn.addon {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: #25ab4e;
  padding: 5px;
  border-radius: 5px;
}

.brochure {
  width: 25%;
  float: left;
}

.key-feature {
  width: 28%;
  height: auto;
  float: left;
}

.brochure li {
  display: block;
  text-align: center;
  margin: 5px 0px;
}

.key-feature p {
  font-size: 16px;
  font-weight: 600;
  color: #30aa5d;
}

.evt-smart {
  color: #222222 !important;
}

.evt-list {
  color: #222 !important;
}

.smart-add {
  color: #e02225;
  font-size: 13px;
  font-weight: 700;
}

.control-label {
  margin: 7px 0;
  font-size: 11px;
  font-weight: 700;
  color: #0d9ee7;
}

.key-feature li {
  font-size: 12px;
  text-align: center;
  float: left;
  list-style: square;
}

.view-ok {
  background: #e02225;
  width: 60%;
  padding: 1px 5px;
  border: 1px solid #e02225;
  border-radius: 5px;
  text-align: center;
}

a.price-popup {
  margin: 11px 64px 0px 0px;
  border: 1px solid #e02225;
  background: #e02225;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  width: 123px;
  font-size: 13px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.view-ok a {
  color: #fff;
  font-size: 11px;
  background: #e02225;
}

.premium li {
  margin-top: 10px;
}

.premium {
  width: 26%;
  float: left;
}

.more-plan {
  width: 32%;
  padding: 3px;
  border-top-left-radius: 100px;
  margin: 0 auto;
  display: block;
  border-top-right-radius: 100px;
  text-align: center;
  background: #0a74a9;
}

.more-plan a {
  color: #fff;
  font-size: 11px;
}

button.locator-ok {
  color: #ffffff;
  font-size: 10px;
  background: #25ab4e;
  border: 1px solid #25ab4e;
  margin: 2px;
  border-radius: 5px;
}

.location select {
  background: none;
  width: 30%;
  height: auto;
  margin: 0 auto;
  float: left;
  margin: 10px 50px;
  border: 1px solid #000;
}

.form-grp {
  text-align: center;
}

.payment_mode {
  width: 100%;
  height: auto;
}

.payment_mode li {
  border: 1px solid #000;
  padding: 10px;
}

.payment_mode select {
  background: none;
  margin-left: 10px;
  border: 1px solid #000;
}

.float {
  float: none;
}

.plan-execute u {
  text-decoration: none;
  float: left;
  width: 50%;
  margin-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  margin: 20px 0px !important;
}

.payment_mode {
  width: 100%;
  height: auto;
}

.payment_mode select {
  background: none;
  margin-left: 10px;
  border: 1px solid #000;
}

.payment_mode li {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.brochure .payment_mode li {
  text-align: left !important;
}

.payment_mode input {
  border: none;
  margin-right: 10px;
}

.color {
  color: red;
  float: right;
}

/*.modal-content{padding-bottom:40px;} */
.modal-ring .modal-content {
  padding-bottom: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}

/*end------------------------------------------------------------------------------------------------------------------*/
/*ui driodown option here-----------------*/
.ui-menu-item:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.ui-state-focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-right: 0 !important;
  border-width: 0 !important;
}

/*.ui-widget.ui-widget-content{border: 0!important;}*/
.ui-state-focus a:visited {
  border: 0 !important;
}

.ui-menu-item:focus-within {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-right: 0 !important;
  border-width: 0 !important;
}

.ui-widget-content li.ui-menu-item {
  padding: 8px 0;
}

.ui-widget {
  font-size: 14px !important;
  font-family: "DM Sans" !important;
}

.ui-widget:target {
  text-transform: capitalize;
}

.ui-autocomplete.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5 !important;
  padding-left: 0;
  border-radius: 10px;
}

.ui-visual-focus {
  box-shadow: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.ui-menu .ui-menu-divider {
  border: 0 !important;
}

/*end here-----------------------------------------------------------------------------------------------------------*/
/*--=======otp link fix css start=======-------*/
.modal-dialog-scrollable h6 {
  cursor: pointer;
}

#load_otp_modal_popup .error_msg {
  color: red;
}

/*-=====error page css start====----*/
.error-img {
  width: 30%;
}

.error-button {
  border: 1px solid #0a74a9;
  border-radius: 9px;
  background: #0a74a9;
  padding: 9px 25px;
}

.error-button a {
  color: #fff;
}

/*-=====error page css end====-------------------------------------------------------------------------*/
.premium_footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  width: 95%;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px;
  align-items: center;
}

.more_brkup ul li {
  display: flex;
  justify-content: space-between;
}

.more_brkup {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.total_vsbl_prm {
  width: 28px;
  height: 28px;
  border-radius: 40px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 8px;
}

.canv_btn .button-1 {
  width: 100%;
}

.dwn_btn i {
  color: #0091ff;
}

/*investment plan details changes 31jan 2025---------*/
.tooltip_bx_inv h6:before {
  content: "?";
  width: 15px;
  height: 14px;
  color: #fff;
  display: block;
  float: right;
  cursor: pointer;
  margin: 4px 6px;
  font-size: 12px;
  background: #046fd2;
  border-radius: 50%;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.slct-nobdr {
  border: 0 !important;
  width: auto !important;
  border-bottom: 1px solid #ccc !important;
  height: 28px;
  padding-top: 2px !important;
  float: right;
}

/*end--------------------------------------------------------------------------------*/
.proposal-form-holder .nav-tabs .nav-link {
  display: inline-block;
  color: #1e1b39;
  padding: 10px;
}

.proposal-form-holder .form-select {
  height: auto;
}

#heading {
  text-transform: uppercase;
  color: #673AB7;
  font-weight: normal;
}

.proposal_form_new {
  text-align: center;
  position: relative;
}

.proposal_form_new fieldset {
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.proposal-form-holder .input-group-append {
  display: flex !important;
}

.input-group-text {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.proposal-form-holder {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
}

.medical-prac {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
}

.medical-prac p {
  margin-bottom: inherit;
}

.proposal_form_new fieldset:not(:first-of-type) {
  display: none;
}

.cancelation-box {
  background: #31a95b;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

/*end--------------------------------------------------------------------------------*/
/* -----travel new css start ----------- */
#mainContent #progressbar .prog-width {
  width: 19.4% !important;
}

#mainContent #progressbar .reli-width {
  width: 19.4% !important;
}

/* -----bug fixes css start ----------- */
#illness_question_row_1_1 .error {
  margin-top: 0 !important;
}

#showisSportsAcitivity1 .error {
  margin-top: 3px !important;
}

#showisSportsAcitivity1 input[type=checkbox] {
  padding: 8px;
}

.medical-point {
  list-style-type: disc;
  padding: 17px 17px 0;
  line-height: 2;
}

.medical-point {
  list-style-type: disc;
  padding: 17px 17px 0;
  line-height: 2;
  font-size: 15px;
}

.medi-error .error {
  margin-top: 5px !important;
}

.health-reli .error {
  margin-top: 0 !important;
}

.medi-check {
  font-size: 15px;
}

.medi-error p {
  font-size: 16px !important;
}

.medical-prac .medi-check input[type=checkbox] {
  bottom: 9px !important;
}

.no-act .nav-link.active {
  background-image: none !important;
}

#mainContent #progressbar .prog-width {
  width: 19.4% !important;
}

#mainContent #progressbar .reli-width {
  width: 19.4% !important;
}

.sticky-travel {
  position: sticky;
  top: 0;
  height: 408px;
}

.no-bottom {
  bottom: -3px !important;
}

.trvel-rep::before {
  display: none;
}

.child-left {
  left: 0px !important;
}

.off-border {
  border: 1px solid #ebe3e3;
  border-radius: 11px 11px 0 0;
}

.policy-check-bottm input[type=checkbox] {
  padding: 8px !important;
  bottom: -3px !important;
}

.policy-check-lab .form-check-input {
  margin-left: -24px !important;
}

.personal-error .error {
  float: none !important;
}

#wrongNumberEdit:hover {
  color: #1a3d8f !important;
}

.feet-font {
  font-size: 16px !important;
}

.input-blk {
  float: right;
}

.joint-term {
  float: none !important;
  display: block;
}

.wrkmen.industry-list-neww li {
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 !important;
}

.invst-font-weight {
  font-weight: 500 !important;
}

a.login-focus:focus {
  border: 1px solid black !important;
}

.select-arrow {
  background-position: right 23px center;
}

.common-bottom {
  bottom: unset !important;
}

@media (max-width: 567px) {
  .medical-prac .medi-check input[type=checkbox] {
    bottom: 31px !important;
    right: -6px;
  }
  .sticky-travel {
    height: 408px;
  }
  .policy-check-bottm input[type=checkbox] {
    padding: 8px !important;
    bottom: -3px !important;
  }
  .policy-check-lab .form-check-input {
    margin-left: -24px !important;
  }
  .hdfc-gap {
    gap: 3px !important;
    font-size: 13px;
  }
  .hdfc-font {
    font-size: 12px !important;
  }
  .hlt-modl-pad {
    padding: 4px !important;
  }
  .policy-txt-wrp {
    width: 150px;
  }
  .documents-rqrd ul.check-add-retirement-box:before {
    left: 8px;
  }
  .documents-rqrd ul.check-add-retirement-box:before {
    display: none;
  }
  .input-blk {
    display: block;
    float: none;
  }
  .health-feature-font {
    font-size: 22px;
  }
  .all-1-btn {
    height: 39px !important;
    padding: 0px 13px !important;
    border-radius: 6px !important;
  }
  .female-margin {
    margin-left: 8px;
  }
}
/* -----travel new css end ----------- */
@media (max-width: 768px) {
  .filter-btn {
    height: 32px !important;
    padding: 0px 13px !important;
    font-size: 16px !important;
    border-radius: 6px !important;
  }
  .no-bottom {
    padding: 6px !important;
  }
  .sticky-travel {
    height: 711px;
  }
  .invest-img img {
    width: 100px;
  }
  .rider_ic_hold {
    left: 0;
  }
  .rider_ic_hold2 {
    left: 0;
  }
  .rider_ic_hold3 {
    left: 0;
  }
  .rider_ic_hold4 {
    left: 0;
  }
  .count_digit {
    font-size: 51px;
  }
  .poli-botm {
    bottom: 0 !important;
  }
  .poli-botm span:hover {
    color: #FFFFFF !important;
  }
  .car-wrap {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .rider_ic_hold {
    width: 17%;
  }
  .rider_ic_hold2 {
    width: 17%;
  }
  .rider_ic_hold3 {
    width: 17%;
  }
  .rider_ic_hold4 {
    width: 17%;
  }
  .brkup-mrgn {
    margin-bottom: 80px;
  }
  .group-health span.first-time {
    font-size: 14px;
  }
  .Why_inner_box .icon_box {
    bottom: 0px;
    height: 59px;
    width: 54px;
  }
}
@media (max-width: 1200px) {
  .eligibility .service-wrap-5:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .health-botm {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .checktandc label#tnc_val-error {
    top: 22px !important;
  }
}
@media only screen and (min-width: 768px) {
  .female-margin {
    margin-left: 20px;
  }
}
/*end---------------------------------------------------------------------------------------------------------*/
/*====================NEW INVESTMENT  CSS START============================*/
div#ui-datepicker-div {
  z-index: 999999999 !important;
  /*Remove important, firx to travel insurance form date picker*/
  /* padding: 4px 6px 1px 6px !important; */
}

.col-md-6 .criteria-box:hover a {
  color: #fff;
}

.vertical-border {
  width: 2px;
  border: 1px solid #1098da;
  background: #1098da;
  height: 644px;
}

.vertical-border:after {
  content: "";
  position: absolute;
  left: 41%;
  right: 0;
  top: 50%;
  background-image: url(../img/investment/vs.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: auto;
  transform: translate(-4%, -7%);
  background-size: 25%;
}

a.moreless-button1-investment {
  margin-left: 16px;
}

li .add-number-width-invest {
  width: 36px;
}

/*Price banner css*/
/*Price banner css end*/
.back-img-add-investment:after {
  bottom: 126px;
}

.back-img-add-investment-img:after {
  bottom: 126px !important;
}

.read-invest {
  position: relative;
  z-index: 99;
}

.low-risk-txt {
  z-index: 99;
}

a.button-1.btx-add-investment {
  top: 26px;
}

.col-md-7.item-investment {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.content-invet-img .img-tx img {
  width: unset;
}

.col-md-4.img-tx {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.col-md-6.hover-box {
  z-index: 99;
}

.choose-plan-box-tx {
  padding: 20px 15px 0 56px;
  margin-bottom: unset !important;
}

.read-more-scroll {
  margin-left: 32px;
}

/*=============NEW INVESTMENT  CSS END===================*/
/*--------------------table scroll css start---------------*/
#child-scroll::-webkit-scrollbar {
  width: 2px;
  height: 7px;
}

#child-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  /* background-color: #61bdea;
  border: 1px solid #07a1ec; */
}

#child-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  /* background-color: #61bdea;
  border: 1px solid #07a1ec; */
}

#travel-top-company::-webkit-scrollbar {
  width: 2px;
  height: 7px;
}

#travel-top-company::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #61bdea;
  border: 1px solid #07a1ec;
}

#travel-top-company::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #61bdea;
  border: 1px solid #07a1ec;
}

.button-1-travel:hover:after {
  border-radius: 0px !important;
}

/*--------------------table scroll css end---------------------------------------------------------*/
/*---------more page common css start-------------*/
.term_assure_more img {
  margin-top: unset;
}

.term_assure_more {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.col-md-4.img_contractor_s {
  display: unset;
  justify-content: unset;
  flex-direction: unset;
}

.director_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*---------more page common css end-------------------------------------------------------------------*/
/*------------Retirement scroll css start-------------*/
.retirement-table::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
.retirement-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
.retirement-table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.retirement-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.retirement-table::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/*------------Retirement scroll css end-----------------------------------------------------------------*/
/*------------child scroll css start-------------*/
.child_table_scroll::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
.child_table_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
.child_table_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.child_table_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.child_table_scroll::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/*------------child scroll css end------------------------------------------------------*/
/*----------personal accident form css start----------*/
/*edit member details popup changes start----------------*/
.modal form#insured_age_form label, .modal form#insured_age_form .form-select {
  font-size: 13px; /*white-space: nowrap;*/
}

.modal form#insured_age_form .form-select, .modal form#insured_age_form .form-control {
  border: 1px solid #c1c6ca !important;
  height: auto;
}

.modal form#insured_age_form input[type=checkbox] {
  padding: 8px;
  bottom: 3px;
}

/*.modal form#insured_age_form .form-check{display: flex;align-items: center;margin-bottom: 0;}*/
.eq_space {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: center;
}

.wd-30 {
  width: 30%;
}

.wd-40 {
  width: 40%;
}

/*.modal form#insured_age_form .edit_box{justify-content: center;}*/
.modal.pa_member_dtls {
  --bs-modal-width: 800px;
}

.modal.pa_member_dtls .modal-body {
  height: 500px;
  overflow: auto;
}

.modal .eq_space {
  padding: 12px 0;
}

.modal.pa_member_dtls .edit_box {
  border: 1px solid rgba(183, 181, 188, 0.6);
  background-color: #f2f2f2;
  border: none !important;
}

.modal .modal-body.ins_age_frm .form-check {
  display: block !important;
}

.modal .modal-body.ins_age_frm {
  height: auto;
}

.form-control[readonly], .form-select[readonly] {
  background-color: #E9ECEF !important;
}

.all_bt_clr {
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%) !important;
}

/*edit member details popup changes end----------------*/
/*personal accident page popover css start-----------*/
span.pop_ovr:after {
  content: "?";
  width: 16px;
  height: 16px;
  color: #fff;
  display: block;
  float: right;
  cursor: pointer;
  margin: 7px 6px;
  font-size: 12px;
  background: #046fd2;
  border-radius: 50%;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.title_pop {
  font-size: 14px;
  font-weight: 600;
}

span.title_pop {
  display: inline-block;
}

.popover {
  z-index: 99999999999 !important;
}

.popover {
  --bs-popover-max-width: 375px!important;
}

/*personal accident page popover css end-------------------------------*/
/*personal accident mobile list css start---------------------------------*/
.pa_mob_ft_btn {
  font-size: 14px !important;
  font-weight: 600;
  color: #222 !important;
  text-decoration: underline;
}

.hlth_plan_price.pa {
  font-size: 14px !important;
}

/*personal accident mobile list css end----------------------------------------------------------------------*/
.pa-drop {
  display: flex;
  align-items: center;
  position: absolute;
  right: 22px;
  top: 12px;
  line-height: 20px;
}

.pa-drop input.input-number {
  height: 20px !important;
  border-radius: inherit;
}

.sec_align_vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img_add {
  padding: 60px;
}

.bg_banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../img/pet/element-pet.webp);
}

.pet_table a.button-1 {
  width: 132px;
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 32px;
}

.table_background tr:nth-child(even) {
  background-color: #fff !important;
}

.table_background {
  background-color: #fff;
}

thead.pet_table_point tr th {
  padding: 20px !important;
}

tbody.pet_tbody tr td {
  padding: 15px !important;
  vertical-align: middle;
  font-weight: 500;
}

.pet_benefits {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
}

.cover_green_box {
  border: 1px solid #afd8c6;
  padding: 40px;
  background-color: #afd8c6;
  border-radius: 20px;
}

.pet_content {
  margin-left: 35px;
}

.not_cover_red_box {
  background-color: #ffc6c4;
  border: 1px solid #ffc6c4;
  padding: 40px;
  border-radius: 20px;
}

li.pet_item:before {
  content: "";
  background-image: url(../img/pet/cross-not-cover.webp);
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  left: -8;
  top: 0;
  position: absolute;
  background-size: 50%;
}

li.pet_item {
  margin-left: 0;
  position: relative;
}

li.pet_item_cover:before {
  content: "";
  background-image: url(../img/pet/cover-check-mark.webp);
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  left: -8px;
  top: 0;
  position: absolute;
  background-size: 50%;
}

li.pet_item_cover {
  position: relative;
}

.ask_expert_banner {
  background-color: #3d3693;
  padding: 30px;
  border-radius: 10px;
  display: flex;
}

.pet_ask a.button-1 {
  width: 150px;
  border-radius: 6px;
  background: #042A58;
  border: 0;
  color: #fff;
  height: 45px;
}

.Confused_img_left {
  width: 80%;
}

.pet_ask {
  width: 20%;
}

.add_img_position {
  position: absolute;
  bottom: -30px;
}

.pet_title {
  padding-left: 197px;
}

.Dog_Insurance {
  padding: 30px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
  position: relative;
  z-index: 1;
}

.dog_img:before {
  content: "";
  background-image: url(../img/pet/dog.webp);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  left: 50%;
  top: -72px;
  position: absolute;
  background-size: 100%;
  transform: translateX(-50%);
}

.cat_img:before {
  content: "";
  background-image: url(../img/pet/cat.webp);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  left: 50%;
  top: -72px;
  position: absolute;
  background-size: 100%;
  transform: translateX(-50%);
}

.pet_section_color_add {
  background-color: #3d3693;
}

li.pet_title {
  background-color: #eff5f5 !important;
  border-color: #eff5f5 !important;
  color: #222222 !important;
}

.choose-pet-plan-box {
  padding: 41px 41px 4px !important;
  margin-bottom: 25px !important;
}

.button-pet {
  margin-bottom: -24px !important;
}

.eligibility_pet:after {
  content: "";
  background-image: url(../img/pet/pet-element.webp);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0px;
  position: absolute;
  background-position: left bottom;
  height: 100vh;
  width: 44%;
  background-size: 27%;
}

.pet_factor_box {
  border: 2px solid #DFE0E0;
  border-radius: 55px;
  padding: 35px 0px 49px 111px;
}

/*-----------*/
.pet-box-num {
  width: 30%;
  width: 30%;
  padding: 20px;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  background: #005761;
  border-color: #00a9bc;
}

.pet_factor_box {
  width: 70%;
  border: 2px solid #00a9bc;
  border-radius: 55px;
  padding: 20px 0px 15px 19px;
  border-bottom-right-radius: 55px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pet_factor_box1 {
  border: 2px solid #3d3693;
}

.pet_factor_box6 {
  border: 2px solid #01be7e;
}

.pet-box-num2 {
  background-color: #017951;
}

.pet_factor_box2 {
  border: 2px solid #3d3693;
}

.pet-box-num3 {
  background-color: #077CB6;
}

.pet_factor_box3 {
  border: 2px solid #07a1ec;
}

.num_color_add {
  color: #fff;
  font-size: 75px;
  text-align: center;
  line-height: 160px;
}

.pet_eligibility_box {
  border: 2px solid #01be7e;
  padding: 20px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 72px;
}

.pet_circle_color {
  background-position: left bottom;
  border-radius: 76px;
  border-color: #01be7e;
  padding-right: 57px;
}

.add_pet_d {
  content: "";
  background-repeat: no-repeat;
  left: -50px;
  bottom: 16px;
  position: absolute;
  background-position: left bottom;
  height: 125px;
  border-radius: 76px;
  width: 30%;
  background-size: 30%;
  border-color: #01be7e;
  background-color: #01be7e;
  transform: translatey(-50%);
  position: absolute;
  text-align: center;
}

.t_img {
  padding: 30px;
}

.pet-box-num1 {
  background-color: #3d3693;
}

.add_pet_sky {
  border-color: #00a9bc !important;
  background-color: #00a9bc !important;
}

.pet_eligibility_box_sky {
  border: 2px solid #00a9bc !important;
}

.pet_eligibility_box_blue {
  border: 2px solid #3d3693 !important;
}

.add_pet_blue {
  border-color: #3d3693 !important;
  background-color: #3d3693 !important;
  margin-bottom: 20px;
}

.renew_background_color {
  background-color: #3d3693;
  padding: 30px;
}

p.text_white_color a {
  color: #fff;
}

.renew_background_color:after {
  content: "";
  background-image: url(../img/pet/renew-pet-insurance.webp);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0px;
  position: absolute;
  background-position: right bottom;
  height: 100vh;
  width: 100%;
}

.pet-claim-box {
  padding: 25px !important;
}

.eligibility .pet-service-wrap:after {
  top: 60%;
}

.pet_table_responsive::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
.pet_table_responsive::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
.pet_table_responsive::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.pet_table_responsive::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pet_table_responsive::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

.pet_eligibility_box_mobile {
  padding: unset;
}

.pet-mobile-content {
  padding: 0px 20px 20px;
}

.t_img_pet {
  padding: 20px 7px 0;
}

p.pets_content_mobile {
  margin-left: 6px;
  line-height: 62px;
}

.pet_mobile_display {
  display: none;
}

.ratio a.pet_button_read {
  top: -46px;
}

.ratio a.pet_button {
  top: unset !important;
}

.ratio a.pet_benefit_btn {
  top: 9px !important;
}

.ratio a .pet_india {
  top: 14px !important;
}

select.pet-age-left-box {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

select.pet-age-right-box {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pet-age-add-box {
  width: 32%;
}

.marine-align {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*----------Pet insurance css end----------*/
/*-------Insurance product top Form new design start--------------------------------------------------------------*/
.hlth_condition_rq .owl-dots .owl-dot.active span,
.hlth_condition_rq .owl-dots {
  display: block;
}

.form-left-box {
  border: 1px solid #0b9eee;
  padding: 23px;
  background-color: #0b9eee;
  border-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pet-icon {
  border: 1px solid #fff;
  width: 41%;
  height: 70px;
  border-radius: 36px;
  padding: 16px;
  margin: auto;
}

.icon-pet-point {
  font-size: 14px;
}

.border-slice {
  border-left: 1px solid #fff;
}

.form-right-box {
  background-color: #fff;
  padding: 12px 52px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.form-right-box .proposal-form-holder {
  padding: 6px 18px;
  border: unset;
  box-shadow: unset;
  background: unset;
}

.form-right-box .proposal-form-holder.prsl_frm_on {
  padding: 6px 6px;
}

.form-right-box .proposal_form_new #progressbar {
  margin-left: 30px !important;
}

.proposal_form_new #progressbar li.common-step-list {
  width: 47%;
}

.proposal_form_new #progressbar li.common-step-list.active:before,
.proposal_form_new #progressbar li.common-step-list.active:after {
  background: #0b9eee;
}

.form-right-box .proposal_form_new .action-button {
  background: #3d3693;
}

.form-right-box .proposal_form_new .action-button:hover,
.proposal_form_new .action-button:focus {
  background-color: #024f94;
}

.form-right-box .proposal_form_new #progressbar {
  margin-bottom: unset !important;
}

.form-right-box select,
.form-right-box input::placeholder {
  color: rgba(34, 34, 34, 0.6);
}

.new-next-button {
  text-align: center;
}

select.pet-age {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

select.pet-age-month {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.new-next-button {
  float: inherit !important;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.new-next-button1 {
  float: inherit !important;
  transform: translateX(-50%);
  left: 40%;
  position: relative;
}

.new-next-button2 {
  background-color: #024f94 !important;
}

.new-next-button2:hover {
  background-color: #0d9ee7 !important;
}

.form-right-box .proposal_form_new #progressbar #step1:before {
  font-family: FontAwesome;
  content: "\f007";
}

.form-right-box .proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f1b0";
}

.form-right-box.sr_ctz_stp_frm .proposal_form_new #progressbar #step1:before {
  font-family: FontAwesome;
  content: "1";
}

.form-right-box.sr_ctz_stp_frm .proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "2";
}

/*right form box height adjust for senior citizen term page------*/
.form-right-box.sr_ctz_stp_frm .proposal-form-holder {
  padding: 24px 30px 0 30px;
}

.form-right-box.sr_ctz_stp_frm .proposal_form_new input,
.form-right-box.sr_ctz_stp_frm .proposal_form_new select {
  height: 40px;
}

/*end*/
.form-right-box.sr_ctz_stp_frm .proposal_form_new input[type=radio],
.form-right-box.sr_ctz_stp_frm .proposal_form_new input[type=checkbox] {
  height: auto;
}

.common-step-list-PA {
  width: 31% !important;
}

/*gender css*/
label.PA-gender {
  user-select: none;
}

input[type=radio] + label.PA-gender {
  z-index: 10;
  margin: 0 8px 0 0;
  position: relative;
  color: #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
  border: 2px solid #36b37e;
  cursor: pointer;
  transition: all 200ms ease;
}

input[type=radio]:checked + label.PA-gender {
  color: #222222;
  background-color: #f1fff8;
  border: 2px solid #36b37e;
  width: 47.6%;
}

input[type=radio] + label.PA-gender {
  padding: 5px 20px;
  border-radius: 10px;
  width: 47.6%;
}

label.PA-gender span {
  margin-left: 5px;
}

/*gender css end*/
.form-right-box.sr_ctz_stp_frm .proposal-form-holder {
  padding: 24px 30px 0 30px;
}

.form-right-box.sr_ctz_stp_frm .proposal_form_new input,
.form-right-box.sr_ctz_stp_frm .proposal_form_new select {
  height: 40px;
}

/*end*/
.form-right-box.sr_ctz_stp_frm .proposal_form_new input[type=radio],
.form-right-box.sr_ctz_stp_frm .proposal_form_new input[type=checkbox] {
  height: auto;
}

.common-step-list-PA {
  width: 31% !important;
}

/*gender css*/
.form-right-box.sr_ctz_stp_frm .proposal_form_new input[type=radio] {
  display: none;
}

/*-------insurance product Form new design end---------------------------------------------------*/
/*------Personal accident css start-------*/
label.PA-gender {
  user-select: none;
}

input[type=radio] + label.PA-gender {
  z-index: 10;
  margin: 0 8px 10px 0;
  position: relative;
  color: #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #36b37e;
  cursor: pointer;
  transition: all 200ms ease;
}

input[type=radio]:checked + label.PA-gender {
  color: #222222;
  background-color: #f1fff8;
  border: 2px solid #36b37e;
  width: 45%;
}

input[type=radio] + label.PA-gender {
  padding: 2px 20px;
  border-radius: 0.375rem;
}

label.PA-gender img {
  width: 30px;
  height: 30px;
}

label.PA-gender span {
  margin-left: 5px;
}

/*-------checkbox css start------------*/
.fix-field {
  height: 100%;
}

.personal-box {
  margin-top: -37px;
}

.pa-form .proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

.pa-form .proposal_form_new #progressbar #step3:before {
  font-family: FontAwesome;
  content: "\f0fe";
}

.pa-form .proposal_form_new .action-button {
  margin: 10px 0px -4px 5px;
}

table.pa-table .button-1 {
  font-size: 15px;
}

.white-section-add .pa-white-box {
  background-color: #fff;
}

/* .new-form-radio input[type="radio"] {
    display: none;
} */
/*-------checkbox css end------------*/
/*PA select option form start css*/
.custom-checkbox-input {
  /* display: none !important; */
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
}

.custom-checkbox-text {
  padding: 2px 7px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
}

/*------plus minus number css start-------*/
.quantity {
  border-radius: 4px;
  /* overflow: hidden; */
  height: 42px;
  padding-left: 24px;
}

.quantity button {
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 21px;
  height: 25px;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type=number] {
  -moz-appearance: textfield;
}

.quantity-txt {
  padding: 0px 56px;
  display: flex;
  background-color: #b6e3fc;
  cursor: pointer;
  border: 1px solid #0b9eee;
  border-radius: 0.375rem;
}

.quantity-txt span {
  line-height: 2.5;
}

.quantity-txt label {
  padding-right: 20px;
}

.div-bx {
  cursor: pointer;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
}

.div-bx span {
  padding-left: 18px;
}

button.plus-radius {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pa-step-form input:focus,
.pa-step-form textarea:focus {
  border: none;
}

.custom-checkbox label {
  width: 160px;
}

.custom-checkbox .div-bx {
  width: 160px;
  background-color: #fff;
  padding: 5px 0px 5px 25px;
}

.div-bx-daughter span {
  padding-left: 10px;
}

.custom-checkbox .div-bx-daughter {
  padding: 5px 0px 5px 0px;
}

/*------plus minus number css end-------*/
.pa-box label {
  cursor: pointer;
  font-size: 13px;
  bottom: 8px;
  position: relative;
}

.fix-field {
  height: 100%;
}

.pa-form .proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

.pa-pet-form .proposal_form_new #progressbar #step2:before {
  font-family: FontAwesome;
  content: "\f1b0" !important;
}

.pa-form .proposal_form_new #progressbar #step3:before {
  font-family: FontAwesome;
  content: "\f0fe";
}

.pa-form .proposal_form_new .action-button {
  margin: 10px 0px -4px 5px;
}

table.pa-table tr td {
  white-space: normal;
}

table.pa-table .button-1 {
  font-size: 15px;
}

.white-section-add .pa-white-box {
  background-color: #fff;
}

/*-------checkbox css end------------*/
p.pa-txt a {
  color: #fff;
}

.pa-renew-img:after {
  content: "";
  background-image: url(../img/personal-accident/renew-personal-accident.png);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0px;
  position: absolute;
  background-position: right bottom;
  height: 100vh;
  width: 100%;
}

ul.pa-list li {
  text-align: justify;
}

/*PA select option form end css*/
/*------Personal accident css end-------*/
.pa-policy-add {
  width: 100% !important;
}

.pa-border {
  border: 1px solid #8b8f93;
}

input.pa-border-add:checked + span.pa-border {
  background: #3d3693;
  color: #fff;
}

input.pa-border-add:checked + span.number-drop-border {
  background: #3d3693;
  color: #fff;
}

.pa-border span {
  margin: 7px 7px;
  font-weight: 500;
}

.pa-border img {
  border: 1px solid #f1fff8;
  background: #e5f1eb;
  border-radius: 20px;
  padding: 3px;
  /* width: 40px; */
}

.input-number {
  width: 80px;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  user-select: none;
  width: 28px;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  background: #f1f5f7;
  color: #222;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  width: 20px !important;
  height: 20px;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
  width: 14px;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.drop-img img {
  border: 1px solid #f1fff8;
  background: #e5f1eb;
  border-radius: 20px;
  padding: 3px;
  /* width: 40px; */
}

.pa-policy-add span {
  font-weight: 500;
  font-size: 14px;
}

span.number-drop-border {
  border: 1px solid #8b8f93;
}

span .drop-name {
  position: relative;
  left: 6px;
}

/*--------Only pa form 9-jan start--------*/
.pa-price {
  font-size: 32px;
  line-height: 1.1;
}

.pa-cover-txt {
  font-size: 25px;
  font-weight: 500;
}

.only-amount {
  font-size: 20px;
  border: 1px solid #fff;
  background: #fff;
  color: #222222;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 15px;
}

.only-amount span {
  font-size: 35px;
  display: block;
  font-weight: 600;
}

.pa-discount {
  border: 1px solid #ddf57c;
  background: #ddf57c;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px;
  width: 70%;
}

.son-img-w {
  display: flex;
  align-items: center;
}

.form-right-box label.building-add {
  box-shadow: unset;
  background: #f1fff8;
  border: 2px solid #36b37e;
  padding: 20px 39px 8px;
}

/*
.pa-border-add:checked~.number-drop-border {
    border: 1px solid #6abbe8;
    box-shadow: 2px 2px 5px #dae6ed;
    color: #fff;
    background: #0b9eee;
}
*/
.pa-div {
  margin-left: 13px;
}

.new-form-radio {
  display: flex;
}

.more-member-dropdown button {
  font-weight: 500;
}

.input-field-height {
  height: 40px;
}

.more-member-dropdown button {
  border: unset;
  background: transparent;
  color: #0b9eee;
}

.form-right-box .action-button {
  border-radius: 5px;
}

.form-right-box .action-button-previous {
  margin: 10px 0 10px 0px;
}

.form-right-box .action-button-previous {
  border-radius: 5px;
}

.select-check-hidden {
  display: none;
}

/*--------Only pa form 9-jan end--------*/
.pa-campare-img img {
  width: 45%;
}

.right-vector-girl:after {
  content: "";
  background-image: url(../img/personal-accident/form-right-vector-girl.webp);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 106px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16%;
}

select.input-field-height {
  height: 42px !important;
}

.form-right-box .proposal_form_new {
  position: relative;
  z-index: 1;
}

.form-right-box h2 {
  z-index: 1;
}

.form-left-box ul li.affordable:before {
  content: "";
  background-image: url(../img/pet/doc-point.webp);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 0;
  top: 3px;
  position: absolute;
}

.form-left-box ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  text-align: left;
}

.form-left-box li.get-plan {
  margin-top: 13px;
}

.pa-price img {
  width: 4%;
}

.pa-price span {
  font-size: 35px;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}

.list-mobile-view {
  padding: 0px 41px 10px;
}

.child-mobile-img img {
  max-width: 81%;
}

/*-------end----------------------------------------------------------------------------------*/
/*----Travel step section css start------*/
ul li.step-item::after {
  content: "";
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: -31px;
  top: 50%;
}

ul.travel-type-step li {
  padding: 25px;
  width: 21%;
}

p.step-left-travel {
  position: absolute;
  background: #3d3693;
  border-radius: 0 0 0 12px;
  padding: 6px 20px;
  left: 0;
  top: 0;
  border-bottom-left-radius: 12px;
  color: #fff;
}

/*----Travel step section css end------*/
/*.more-member-dropdown{margin-top: -18px;}*/
.travel-cover-box {
  display: flex;
  padding-bottom: 4px;
}

.travel-cover-box p {
  margin-top: 7px;
}

p.shop-ask-expert {
  line-height: 39px;
  font-size: 29px;
}

.pet_not_covered {
  font-size: 29px !important;
}

.health-cost {
  display: flex;
  justify-content: center;
  align-items: center;
}

.health-cost img {
  padding-right: 10px;
}

p.pa-cover-ask {
  font-size: 29px;
}

span.under-line-highlight {
  text-decoration: underline;
}

.want-help a.button-1 {
  width: 155px;
}

.child-ratio a.button-1 {
  top: 0;
}

.marine-table-white table tr,
.marine-table-white table td {
  white-space: normal;
}

.marine-table-white .table > tbody {
  vertical-align: middle;
}

.marine-table-white th,
.marine-table-white td {
  border: 1px solid #ccc !important;
}

.marine-compare-box {
  margin-top: 30px;
}

.buy-animal {
  margin-top: -7px;
}

.buy-animal-add {
  margin-top: -6px;
}

.ratio a.pet-peace {
  width: 215px;
}

.ratio-pet-mind {
  margin-top: -20px;
}

.pa-table a.button-1 {
  white-space: nowrap;
}

.tab-cancer-cover .ratio a.button-1 {
  top: 15px;
}

.invetment-rider-sec {
  margin-bottom: 25px;
}

span.minimum-txt {
  display: flex;
  align-items: center;
}

span.minimum-txt img {
  padding-right: 12px;
}

.child-ratio-btn a.button-1 {
  top: 44px;
}

.erection-ratio-btn a.button-1 {
  left: 31px;
}

.professional-ratio a.button-1 {
  top: 9px;
}

.shop-quote-btn-txt a.button-1 {
  left: 32px;
}

.faq-custom .accordion-body {
  color: #222222;
  line-height: 30px;
}

h3 button.accordion-button {
  color: #222222;
}

.travel_message_box {
  height: 72px;
}

.ask-query-expert:before {
  left: 5px;
}

h2.ask-query-expert {
  padding-left: 18px;
}

/*about pages cta button color fix start css*/
.input-box-common-fixes input[type=text],
.input-box-common-fixes input[type=email],
.input-box-common-fixes input[type=checkbox],
.input-box-common-fixes .form-check-input {
  border-color: #8b8f93 !important;
}

.input-box-common-fixes .form-field input,
.input-box-common-fixes .form-field select,
.input-box-common-fixes .form-field textarea {
  border: 1px solid #8b8f93;
  height: 42px !important;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.6);
}

.input-box-common-fixes input[type=text],
.input-box-common-fixes .form-select {
  height: 42px !important;
  font-size: 14px;
}

.input-box-common-fixes #ask_expert_form .form-field {
  height: 50px;
}

.input-box-common-fixes ul.dise.dise-list {
  margin-left: 15px;
}

.input-box-common-fixes .ask-question-txt-fixes {
  height: auto !important;
}

.input-box-common-fixes .from-p-tx {
  padding: 30px;
}

.career-detail-fixes .bg-description {
  background-color: #f4f7fe;
}

.career-submit:hover {
  background-color: #25ab4e;
  color: #ffffff;
}

.contact-us-fixes label {
  color: #222222;
}

.contact-us-fixes .submit-btn,
input.submit-btn {
  background-color: #042A58;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  width: 170px;
  height: 48px;
  border: unset;
}

/*about pages cta button color fix end css*/
/*Read More and Read Less*/
.block_content_wrapper_firstfold .char-count .extra-text {
  display: none;
}

.block_content_wrapper_firstfold .char-count .extra-text.show-extra {
  display: inline;
}

.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
  font-weight: normal;
}

.block_content_wrapper_firstfold .char-count.text-white .text-hide-link {
  color: #ffffff;
  text-decoration: underline;
}

.travel_readmore_extra_txt {
  position: relative;
  z-index: 9;
}

/*Read More and Read Less*/
.more-extra-txt {
  display: none;
}

button.read-add-txt {
  color: #0d6efd;
  font-weight: 300;
  border: none;
  background: none;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  padding-left: 0;
}

.extra-read-tx {
  width: 170px;
  border-radius: 8px;
  background: #3d3693 !important;
  color: #fff !important;
  height: 48px;
  justify-content: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  position: relative;
  transition: all 0.3s ease;
  top: 26px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.child-read-txt {
  display: block;
  top: 0;
}

.child-benefits-read-text {
  top: 46px;
}

.criteria-box:hover button {
  color: #fff;
  transition: all 0.3s ease;
}

.single-future-box.choose-plan-box:hover button {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.retirement-read-txt {
  top: 50px;
}

button.hlth_cover_box {
  height: 40px;
  background: #397F5E !important;
  border-radius: 6px;
  border: 0;
  color: #fff;
  padding: 11px;
  font-size: 16px;
  position: relative;
  left: 33px;
  top: -16px;
  width: unset;
  line-height: 0;
}

button.hlth_notcover_box {
  height: 40px;
  background: #AD0000 !important;
  border-radius: 6px;
  border: 0;
  color: #fff;
  padding: 11px 15px;
  font-size: 16px;
  position: relative;
  left: 33px;
  line-height: 0;
  width: unset;
  top: -29px;
}

.travel-benefit-read {
  margin-left: 112px;
}

.travel-type-read {
  margin-left: 31px;
}

.travel-claim-read {
  position: static;
}

.pro-indemnity-read {
  top: unset;
}

.travel-img-alignment img {
  width: 80%;
}

.top-reasion-tab img {
  width: 70%;
}

button.pro-indemnity-read {
  top: 0px;
}

.fire-renewal .step-hight .choose-plan-box {
  height: auto;
  width: 100%;
}

/*blog sticky table changes start */
.gridtable tbody {
  display: block;
  max-height: 393px;
  overflow-y: scroll;
}

.gridtable thead,
.gridtable tbody tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.gridtable thead {
  position: relative;
}

/*blog sticky table changes end--------------------------------------------------------------- */
/*-----------------accordian start css-------------------*/
.care_txt .faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
  line-height: normal;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  width: 100%;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #4E4B52;
}

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.care_txt_auote {
  margin-top: 20px;
  background: #eff5f5;
  border-radius: 6px;
}

.faq-drawer__content_quote {
  border: 1px solid #fff;
  background: #fff;
}

.health_mobile_quote_bg .quote_mobile_view {
  width: 50%;
  background: #ffffff;
  padding: 18px 10px 18px 10px;
}

.quote_product_img img {
  width: 50%;
  border: 1px dotted #818384;
  border-radius: 1px;
  margin-bottom: 6px;
}

.cover_color {
  color: #818384;
  font-weight: 500;
  font-size: 16px;
}

button.quote_close_button {
  border: unset;
  background: transparent;
  float: right;
  font-size: 15px;
}

.quote_span_box {
  display: flex;
}

span.add_highlight_color {
  color: #818384;
  font-size: 16px;
  font-weight: 500;
}

.price_cover {
  display: flex;
}

.price_value_box {
  margin-left: -2px;
}

.detail_fix {
  padding: 0px 10px 10px 10px !important;
}

.show_quote_txt {
  border-radius: 2px;
  background-color: #fff;
}

.category_txt_fix {
  padding-left: 8px;
}

span.price_icon_fix {
  margin-top: 5px;
}

.show_quote_txt p {
  font-size: 13px;
  font-weight: 500;
}

span.value_txt {
  padding-left: 0px !important;
}

.quote_bg_add {
  background-color: #fff;
}

.faq-drawer__txt:after {
  left: -18px;
}

.faq-drawer__title_txt:after {
  left: -6px;
  top: -28px;
}

.txt_q_mrgin {
  padding: 10px;
}

.add_plus_icon i {
  border: 2px dotted #818384;
  border-radius: 50px;
  margin: auto;
  position: relative;
  padding: 30px;
}

button.add_compare_button {
  background-color: #fff;
  color: #0d9ee7;
  font-weight: 600;
}

/*-----------------accordian end css-------------------*/
.quote_serch_btn {
  padding-left: 11px;
}

.insurer_product_icon_box {
  width: 30%;
  box-shadow: 0 6px 16px rgba(37, 56, 88, 0.1);
  margin-right: 15px;
  margin-bottom: 32px;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
}

.insurer_quote_box {
  margin-top: 20px;
}

.insurer_quote_box {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-overflow-style: none;
  width: calc(100% + 32px);
  margin: 28px -16px 0;
  padding: 0 16px;
}

.insurer_product_icon_box:nth-child(3n+3) {
  margin-right: 0;
}

.insurer_product_icon_box p {
  font-size: 12px !important;
  margin: auto;
}

.insurer_product_icon_box img {
  width: 80%;
}

.offcanvas-body-compre-quote {
  overflow-y: unset;
}

.back_compare_arrow {
  display: flex;
}

a .back_compare_arrow {
  color: #222;
  line-height: 1.2;
}

.back_compare_arrow span.back_quote_txt {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

.compare_src_DIV {
  background-color: #e0edf5;
  padding: 10px 9px;
}

.back_compare_arrow span i {
  font-size: 20px;
}

/*health quote css end*/
.back_button_header_fix {
  z-index: 99999999;
}

.serch_view {
  border: unset;
  width: 85%;
}

.add_plan_plus {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote_serch_btn i {
  padding-left: 10px;
}

.input_group_srch {
  height: 50px;
}

.select_img_bx {
  display: flex;
}

.select_img_bx img {
  height: auto;
  width: 30%;
}

.select_img_bx p {
  padding: 10px;
  font-size: 17px !important;
  font-weight: 600;
}

hr.divider {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 0;
}

.compare_btn_y_now {
  width: 170px;
  border-radius: 3px;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  justify-content: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  position: relative;
  transition: all 0.3s ease;
  top: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
  line-height: 35px;
}

.compare_btn_y_now a {
  color: #fff !important;
  font-size: 16px;
  height: 48px;
}

.care_compare_header {
  margin-top: unset !important;
}

.care_txt {
  margin-top: -10px;
}

hr.compare_botton_divider {
  color: #d1d1d1;
}

.tool_box_show {
  display: flex;
}

.text_f_weight {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  justify-content: center;
}

/*Updated compare mobile design section css start*/
.home_read_ok {
  border-radius: 8px;
  background: #07a1ec;
  border: 0;
  color: #fff;
  padding: 11px 22px;
}

.compare_responsive_radio_grup .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compare_responsive_radio_grup input[type=radio] {
  display: none;
}

.compare_responsive_radio_grup label {
  position: relative;
  padding-left: 30px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}

.compare_responsive_radio_grup label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: background-color 0.3s;
}

.compare_responsive_radio_grup input[type=radio]:checked + label:before {
  background-color: #fff;
}

.compare_responsive_radio_grup input[type=radio]:focus + label {
  color: #ff6f00;
}

.compare_responsive_radio_grup input[type=radio]:checked + label {
  color: #07a1ec;
  border: 1px solid #07a1ec;
}

/* Neon Style */
.compare_responsive_radio_grup input[type=radio] + label:before {
  box-shadow: 0 0 3px #07a1ec;
}

.compare_responsive_radio_grup input[type=radio]:checked + label:before {
  box-shadow: 0 0 0 #07a1ec, 0 0 4px #07a1ec, 0 0 2px #07a1ec;
}

.compare_responsive_radio_grup input[type=radio]:hover + label:before {
  background-color: #07a1ec;
}

.compare_responsive_radio_grup input[type=radio]:focus + label:before {
  background-color: #ff6f00;
}

.compare_select_cover_radio p {
  font-weight: 500;
  margin-top: 8px;
}

.compare_responsive_radio_grup label {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 37px;
}

.bold_paragraph_compare p {
  font-size: 16px !important;
  font-weight: 600;
}

.health_mobile_quote_bg input[type=checkbox] {
  display: none;
}

.compare_txt_value p {
  margin-top: unset !important;
}

.show_compare_premium_value {
  display: ruby-text;
  width: 325px;
}

.show_compare_premium_value p i {
  font-size: 13px;
}

.add_pd_fix_tx label {
  padding: 6px 25px;
}

.compare_sticky {
  z-index: 99;
}

.tooltib_compare_text {
  width: 100% !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  color: #222 !important;
  text-align: left !important;
  border-radius: 6px;
  padding: 13px !important;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  bottom: 43px;
  left: 0px !important;
  top: -102px !important;
  height: 125px !important;
  z-index: 99 !important;
}

.tooltip_t_compare {
  background: #e5e9ee;
  padding: 0px;
  border-right: unset;
}

.option_txt {
  margin-top: 0;
}

.category_divider:after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #d1d1d1;
  position: absolute;
  left: 203px;
  top: 7px;
}

.coverage_hedaing_h {
  margin-top: 10px;
}

.compare_category_highlight {
  color: #222;
  font-weight: 600;
  font-size: 20px;
}

.compare_category_highlight:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  top: 27px;
}

.compare_category_highlight:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 255px;
  background-color: #ccc;
  top: 29px;
}

/*---------------------------------------------------------------------------------------*/
/*=======relaince slide css start=======*/
.discountContainer ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -5px;
  padding: 5px 0 25px 0px;
  scroll-behavior: smooth !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 10px;
  cursor: col-resize;
}

/* .discountItem {
    border: 1px solid skyblue;
    height: 85px;
    width: 200px;
    border-radius: 15px;
    padding: 10px;
    white-space: wrap;
} */
.discountItem p {
  margin-top: 3px;
  line-height: 22px;
  padding-left: 14px;
  font-size: 15px;
}

.relaince_compare_slider {
  border: 1px solid #d1d1d1;
  padding: unset !important;
  min-height: 150px;
  height: auto;
  overflow: hidden;
}

.relaince_compare_slider::before {
  background-color: unset !important;
}

.relaince_compare_slider:hover p {
  color: #222 !important;
}

.discount_box {
  line-height: 30px;
  padding-left: 0px;
  font-weight: 600;
  background: #31a95b;
  color: #fff;
  position: relative;
  top: -8px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.discount_box span {
  padding-left: 6px;
}

.discountItem span {
  padding: 16px 15px;
  font-weight: 600;
  font-size: 18px;
}

.discount_box span {
  font-size: 14px;
}

.owl_carousel_relaince_slider {
  margin-top: 28px;
}

.relaince_compare_slider {
  box-shadow: unset;
}

.discount_box1 {
  color: #31a95b;
  margin-top: 7px;
}

.reliance_step_slider .slidenav:hover {
  background: #36b37e;
}

.reliance_step_slider .slidenav {
  border-radius: 25px;
}

/*=======relaince slide css end=======*/
.accordion-button:not(.collapsed) {
  color: #222;
}

/*end------------------------------------------------------------------*/
/*---------new css add form start----------*/
.heading-box {
  border: 1px solid #ecf3fa !important;
  background: #ecf3fa;
  border-radius: 8px;
  padding: 8px;
}

.one-section-form h2 {
  margin-bottom: unset;
}

.term-new-design .gender_box {
  border-radius: 5px;
  filter: grayscale(1);
}

.term-new-design .gender_box img {
  border: unset;
}

.one-section-form .future_txt {
  font-size: 22px;
  font-family: "Jost", sans-serif;
}

.one-section-form .highlight_inv_hd {
  font-size: 22px;
}

/*---------new css add form end-------------------------------------------------------------*/
/* heart of the matter */
.blog-serch-icon .btn-serch {
  border: unset;
  background-color: unset;
  float: right;
}

/*.blog-serch-icon .modal-dialog{position: relative;top:40%;}*/
.blog-serch-icon #exampleModal {
  background-color: rgba(21, 17, 17, 0.31);
}

.blog-serch-icon .modal-content {
  background: transparent;
  border: unset;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  color: #ffffff !important;
  background-color: #0b9ef0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #ffffff !important;
  background-color: #0b9ef0 !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 15px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  padding: 0px 11px;
  height: auto !important;
  min-height: 36px !important;
  position: relative;
  top: 3px;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #8b8f93 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #8b8f93 !important;
}

.health-one-section .future_txt {
  font-size: 22px;
  font-family: "Jost", sans-serif;
}

.blog-serch-icon #search-btn {
  display: block !important;
}

/*end-------------------------------------------------------------------------------------------------*/
/*desktop blog serch bar start css*/
.search-container-blog {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
  float: right;
}

.search-container-blog span.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.search-container-blog .searchbutton {
  position: absolute;
  font-size: 25px;
  padding: 12px;
  background: #0552b1;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  line-height: 13px;
  top: -3px;
  border: unset;
}

.search-container-blog .search {
  position: absolute;
  left: 49px;
  background-color: white;
  outline: none;
  border: none;
  padding: 12px;
  font-size: 14px;
  width: 180px;
  border-radius: 3px;
  height: 80%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
}

.search-container-blog .search:focus {
  width: 192px;
  padding: 0 16px 0 0;
}

.search-container-blog .expandright {
  left: auto;
  right: 49px; /* Button width-1px */
  top: -3px;
}

.search-container-blog .expandright:focus {
  padding: 0 0 0 16px;
}

.serh-bar-mobile {
  display: none;
}

/*desktop blog serch bar end css*/
.btn-serch {
  display: none;
}

.blog-detail-sec th p {
  color: #fff;
}

.mobile-heading-1 {
  display: none;
}

.blog-sticky {
  position: sticky;
  top: 68px;
}

.slidenav.left-nav i {
  font-family: "FontAwesome";
}

.slidenav.right-nav i {
  font-family: "FontAwesome";
}

.timeline-badge i {
  font-family: "FontAwesome";
}

/*whataps chat css start*/
/* .whataps-box img{width: 16%;float: right; } */ /*-------whataps img hide-------*/
.whataps-box {
  position: fixed;
  bottom: 40%;
  right: 20px;
  display: block;
  z-index: 99999999;
}

/*whataps chat css end*/
.header-left i {
  font-family: "FontAwesome";
}

.benefits_child_edu .factor-policy-icon img {
  padding: 5px;
}

/* talk to expert icon css start--- */
.whataps-box {
  right: 0 !important;
}

/* .whataps-box button.expert-button{ border-top-right-radius: 0; border-bottom-right-radius: 0;} */
.whataps-box button.expert-button {
  border-radius: 23px 0px 0px 23px;
  font-size: 16px;
  transition: 0.5s;
  position: fixed;
  right: -138px;
}

.whataps-box button.expert-button:hover {
  right: 0px;
  background: #044283;
}

.talk-text {
  color: #FFFFFF;
}

.expert-dialog .modal-body .error {
  float: none !important;
}

.expert-dialog .form_wrapper .input_field > span {
  height: 44% !important;
  top: 9px !important;
  z-index: 99;
}

.expert-dialog .form_wrapper .input_field > span > i {
  padding-top: 0px !important;
}

/* talk to expert icon css end--- */
/* ------------------------------OTP Resend css start---------------------------- */
.otp-res:not(:disabled), .otp-res:not(:disabled) {
  cursor: pointer;
  color: #1a3d8f !important;
  font-weight: 500 !important;
  background: white !important;
}

.otp-res {
  border: none !important;
  background-color: #fff !important;
  color: #95c6f7 !important;
  width: auto !important;
  padding: 0px 6px;
  vertical-align: baseline;
}

h5.otp-heading {
  font-size: 15px;
}

#otp_generate .btn:first-child:active {
  background-color: #fff !important;
}

/* ------------------------------OTP Resend css start---------------------------- */
.modal-chat {
  width: 50%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  position: fixed;
  bottom: -475px;
  right: 20px;
  transition: 1s;
  z-index: 1;
  border: 1px solid #0b9ef0;
  border-radius: 2px;
}

.modal-chat .content {
  text-align: center;
  width: auto;
  padding: 0px;
  box-sizing: border-box;
  color: white;
}

.modal-chat .hide {
  position: absolute;
  z-index: 9999;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #222;
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

.modal-chat .hide:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.btn-expert {
  position: absolute;
  bottom: -8px;
  right: -68px;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  border: 2px solid #0b9ef0;
  z-index: 3;
  background: #0b9ef0;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.btn-expert:hover {
  background-color: #0b9ef0;
}

.btn-expert img {
  height: 32px;
  width: 32px;
}

span.talk-msg {
  position: fixed;
  right: 42px;
  bottom: 24px;
  border: 1px solid #fff;
  padding: 6px 30px;
  border-radius: 15px;
  background: #fff;
  color: #1fab4d;
  z-index: -1;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  font-size: 14px;
  font-weight: 500;
}

.expert-submit-box button {
  padding: 14px 40px;
  border: 1px solid #0b9eee;
  background-color: #0b9eee;
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
  font-weight: 500;
}

#traveller_age_1-error, #traveller_age_2-error, #traveller_age_3-error, #traveller_age_4-error, #traveller_age_5-error, #traveller_age_6-error, #traveller_age_7-error, #traveller_age_8-error, #traveller_age_9-error, #traveller_age_10-error {
  bottom: 11px;
}

.expert-mg-bx {
  background-color: #096faa;
}

.talk-box {
  background-color: #fff;
  padding: 17px 20px;
}

button.expert-button {
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  display: flex;
}

.whataps-box span {
  display: inline-block;
}

.whataps-box span.constant-tilt-shake {
  animation: tilt-shaking 0.3s infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ring-box {
  padding: 0px 4px;
}

.btn-close-expert {
  float: inline-end;
}

.expert-btn-design {
  position: relative;
  top: 32px;
}

.expert-img-icon img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-ask-expert .modal-dialog {
  transform: none;
  height: auto;
}

.modal-ask-expert {
  margin-bottom: -15px;
  padding-bottom: 0;
  margin-top: -16px;
  margin-left: -4px;
}

.expert-dialog {
  margin-top: 108px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}

.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper label {
  font-size: 12px;
}

.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}

.form_wrapper .col_half {
  width: 50%;
  float: left;
}

.form_wrapper .input_field {
  position: relative;
  margin-bottom: 5px;
}

.form_wrapper .input_field > span {
  position: absolute;
  left: 0;
  top: -6px;
  color: #222;
  height: 100%;
  border-right: 2px solid #222222;
  text-align: center;
  width: 40px;
}

.form_wrapper .input_field > span > i {
  padding-top: 23px;
}

.form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}

.form_wrapper input[type=text], .form_wrapper input[type=phone], .form_wrapper input[type=email], .form_wrapper input[type=password] {
  width: 100%;
  padding: 20px;
  height: 35px;
  border: 1px solid #8b8f93;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.form_wrapper input[type=text]:hover, .form_wrapper input[type=email]:hover, .form_wrapper input[type=password]:hover {
  background: #fafafa;
}

.form_wrapper input[type=submit]:hover {
  background: #e1a70a;
}

.form_wrapper input[type=submit]:focus {
  background: #e1a70a;
}

.form_wrapper input[type=checkbox], .form_wrapper input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form_container .row .col_half.last {
  border-left: 1px solid #cccccc;
}

.checkbox_option label {
  margin-right: 1em;
  position: relative;
}

.checkbox_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: -2px;
  border: 2px solid #cccccc;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

.checkbox_option label:after {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 7px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 7px;
  display: none;
}

.checkbox_option input:hover + label:before {
  border-color: #000000;
}

.checkbox_option input:checked + label:before {
  border-color: #000000;
}

.checkbox_option input:checked + label:after {
  -moz-animation: check 0.8s ease 0s running;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  display: block;
  width: 7px;
  height: 20px;
  border-color: #000000;
}

.radio_option label {
  margin-right: 1em;
}

.radio_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 100%;
  vertical-align: -3px;
  border: 2px solid #cccccc;
  padding: 0.15em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

.radio_option input:hover + label:before {
  border-color: #000000;
}

.radio_option input:checked + label:before {
  background-color: #000000;
  border-color: #000000;
}

.select_option {
  position: relative;
  width: 100%;
}

.select_option select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 52px;
  cursor: pointer;
  border: 1px solid #8b8f93 !important;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

/* .input_field.select_option{} */
.product-field {
  position: absolute !important;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  text-align: center;
  width: 30px;
}

span.text-name {
  position: relative;
  left: 12px;
  top: 10px;
  background: #fff;
  z-index: 1;
  padding: 2px 10px;
  font-size: 15px;
}

.expert-mg-bx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_wrapper .row > div {
  padding: 15px 15px;
}

.ask-expert-progress {
  display: none;
}

button.expert-otp {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1b53d4;
  color: #fff;
  border-radius: 3px;
  background-color: #1b53d4;
  padding: 10px 36px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ex-img-bx {
  width: 15%;
  display: flex;
  justify-items: center;
}

.inputs input.expert-round {
  width: 50px !important;
  height: 50px;
  padding-left: unset;
}

.ex-img-bx img {
  border: 1px solid #096faa;
  background: #096faa;
  border-radius: 50px;
  padding: 10px;
}

.expert-validate {
  opacity: 0.4 !important;
}

.ex-img-bx h6.pointer-c {
  color: #0d6efd;
}

.form-right-box.pa-form-right {
  padding: 12px 6px;
  border-radius: 8px;
  border: 1px solid #a1b8cf;
}

.rng_txt {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  padding-bottom: 8px;
  opacity: 0.8;
  padding-left: 30px;
  line-height: 22px;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
}

.form-control {
  font-size: 14px !important;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
}

.rng_inner_hd {
  font-size: 14px;
  font-weight: 600;
  color: #0461c1;
  margin-bottom: 0;
}

.discount_strip {
  background: #d3f4e5;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #0a8807;
  font-weight: 600;
  position: absolute;
  padding: 0 12px;
  top: 0;
  right: -9px;
  border-radius: 0 8px;
  width: auto !important;
}

.discount_strip span {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  border-top: 8px solid #68b08f;
  border-right: 9px solid transparent;
  right: 0;
}

.input-container {
  position: relative;
  margin: 1rem 0 !important;
  height: 48px;
}

.offcanvas form.canvas_addon input[type=checkbox] {
  bottom: 0 !important;
  margin-right: 10px;
  border: 1px solid #a5aaaf;
  padding: 8px !important;
}

.container-fluid.sec_pd {
  padding: 0 80px;
}

span.slidenav {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: var(--body-color);
  padding-top: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
}

input::placeholder {
  color: rgba(34, 34, 34, 0.6) !important;
  font-size: 14px !important;
}

.form-field select {
  color: rgba(34, 34, 34, 0.6) !important;
  font-size: 14px !important;
}

.results-num1 {
  font-size: 1.35rem !important;
}

.form-right-box .proposal_form_new #progressbar {
  margin-left: 30px;
}

/*features setting*/
.l_hgt_btn {
  line-height: 18px !important;
}

.canvas_ftrs .title_frs {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.canvas_ftrs .accordion-button {
  padding: 0 0 0 0;
}

.canvas_ftrs button:before {
  content: "\f00c";
  width: 20px;
  height: 20px;
  color: #222;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0 8px 0 0;
  font-size: 12px;
  background: #e0edf5;
  border-radius: 50%;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  font-family: FontAwesome;
}

.canvas_ftrs .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.canvas_ftrs .accordion-button::after {
  --bs-accordion-btn-icon-width: 0.85rem;
}

.canvas_ftrs .accordion-body {
  padding-left: 28px;
}

.tabbox .tab-pane {
  line-height: 30px;
}

.canvas_ftrs .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.modal.call_schedule .disabled {
  background: #F3F2F2 !important;
  pointer-events: none;
}

input[type=radio]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/*motor hdfc ergo proposal css-------------------------------------*/
.checkbox_wrap_all {
  display: flex;
  gap: 12px;
}

.inner__chkall {
  display: flex;
  flex-direction: column;
  width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  display: block;
  border: 0 !important;
}

input[type=range]:focus {
  outline: none;
  box-shadow: none !important;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #555;
}

input[type=range]::-webkit-slider-thumb {
  border: 0;
  height: 14px;
  width: 14px;
  background: #0b9eee;
  -webkit-appearance: none;
  margin-top: -4px;
  border-radius: 50%;
}

.modal-backdrop.show {
  z-index: 99999999 !important;
}

.pln_mre.pa__pln__more {
  bottom: -15px;
}

/* care health addon – scoped safely */
/* Card container */
.addon-card {
  padding: 14px 16px;
}

/* Main layout */
.addon-card .addon-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Checkbox */
.addon-card .addon-check {
  padding-top: 4px;
}

/* Content */
.addon-card .addon-content {
  flex: 1;
}

/* Header */
.addon-card .addon-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

/* Title */
.addon-card .addon-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0b3c8a;
}

/* Dropdown */
.addon-card .sub_addons_calc {
  width: 130px;
  font-size: 0.85rem;
  padding: 4px 8px;
}

/* Description */
.addon-card .addon-desc {
  font-size: 0.85rem;
  color: #5f6b7a;
  line-height: 1.4;
}

.addon-card .addon-desc span {
  display: block;
  font-style: italic;
  color: #7a8594;
}

/* Price */
.addon-card .addon-price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e53935;
  white-space: nowrap;
  padding-top: 4px;
}

/* Label + select inline */
.addon-card .form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.addon-card .form-check select.form-select {
  width: 130px;
  margin-left: 8px;
}

/* Mobile */
@media (max-width: 576px) {
  .addon-card .addon-header {
    flex-wrap: wrap;
  }
  .addon-card .sub_addons_calc {
    width: 120px;
  }
  .addon-card .addon-price {
    font-size: 0.9rem;
  }
}
/*------------------new motor form design 28may 2024--------------------------------*/
.modal.brand_modal {
  --bs-border-radius-lg: 1.2rem;
}

.modal.brand_modal .modal-header {
  background: #f4f7fc;
}

.motor {
  position: relative;
}

.moto-index {
  position: relative;
  z-index: 999;
}

.motor-frm-bg {
  background: #f0f0f8;
}

.motor-frm-bg h1 {
  color: #253858;
}

.proceed_new_car a {
  font-weight: 400;
}

.damage {
  background: rgba(216, 216, 227, 0.3);
  padding: 5px 40px;
  max-width: 468px;
  margin: auto;
  border-radius: 11px;
  color: #222222;
}

.info_motor_txt {
  background: rgba(216, 216, 227, 0.3);
  color: #222222;
  border-radius: 12px;
  padding: 8px 18px;
  font-size: 16px;
}

.title_comp {
  font-family: jost;
  font-size: 18px !important;
  font-weight: 500;
  color: #253858;
}

.title_comp span {
  color: #2594d2;
  font-weight: 900;
  font-size: 20px;
}

.input_box_area {
  max-width: 580px;
  position: relative;
  margin: auto;
  z-index: 1;
}

.input_box_area .error {
  float: none;
}

.input_box_area .form-control {
  height: 54px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 0 !important; /*margin-top: 36px;*/
}

.input_btn_wraper {
  position: absolute;
  width: auto;
  right: 3px;
  top: 3px;
}

.input_btn_wraper .view-pan-loading {
  position: absolute;
  z-index: 66;
  top: 18px;
  color: #fff;
  left: 2px;
}

.input_btn_wraper .button-1 {
  border-radius: 6px;
  background: #24603F;
  padding: 0 20px;
  height: 48px;
}

.input_btn_wraper .button-1:after {
  background: #ff7d6a;
  display: none;
}

.proceed_new_car {
  margin: auto;
  text-align: center;
}

.proceed_new_car .button-1 {
  border-radius: 6px;
  background: #024f94;
  padding: 0 20px;
}

.proceed_new_car .button-1 i {
  background: none;
  color: #fff;
}

.info_motor_txt img {
  padding-right: 2px;
}

.motor:before {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/bike_left.svg);
  background-size: 14%;
}

.motor:after {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/motor-Insurance.svg);
  background-size: 16%;
}

.building {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  height: 34%;
  background-position: right center;
  background-repeat: repeat-x;
  background-image: url(../img/motor/building.svg);
  background-size: contain;
  opacity: 0.5;
}

.proceed_new_car .button-1:hover i {
  background: none;
  color: #fff;
}

.input-srch-bx {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.srch_box {
  border-radius: 10px;
  padding: 16px 12px 16px 50px;
  height: auto;
  width: 100%;
  border: 1px solid #c7ccd2;
}

.input-srch-bx i {
  position: absolute;
  left: 30px;
  top: 18px;
}

.back-btn {
  background: #e4e4ec;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.back-btn i {
  line-height: 30PX;
}

.modal.brand_modal {
  --bs-modal-width: 690px;
}

.brand_holder_mr {
  max-width: 640px;
  margin: auto;
}

.brand_mr {
  border: 1px solid #e3e8ed;
  border-radius: 12px;
  padding: 4px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand_holder_mr label {
  width: 100%;
}

.city_location input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label.city_location.active {
  background-color: #08a1ee;
  color: #ffffff;
}

.city_location2 {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dee5e5;
  color: #191a1a;
  padding: 6px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}

.city_location2 input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label.city_location2.active {
  background-color: #08a1ee;
  color: #fff;
}

.brand_holder_mr .city_location {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e8ed;
  color: #191a1a;
  padding: 10px;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.brand_holder_mr .city_location:hover {
  box-shadow: 0 6px 16px 0 rgba(11, 74, 172, 0.086);
  background: #3d3693;
  color: #fff;
}

.car_model_data li label:hover {
  cursor: pointer;
  background: #08a1ee;
  color: #fff;
}

.tab_control ul {
  justify-content: center;
}

.tab_control .nav-pills .nav-link {
  border-radius: 40px;
  margin-right: 12px;
}

.tab_control .nav-link {
  background: #ededf5;
  font-weight: 400 !important;
}

.brand_holder_mr label {
  font-size: 14px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #08a1ed;
}

.brand_holder_mr .ui-widget-content li.ui-menu-item {
  padding: 0;
}

.down_arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #253838;
  border-bottom: 1px solid #253838;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
}

label.city_location.city_loc.active .down_arrow {
  transform: translateY(-50%) rotate(-135deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.brand_mr P {
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 35%;
  max-width: 100%;
  width: 80px;
  white-space: nowrap;
  margin-bottom: 0;
}

.brand_mr {
  cursor: pointer;
}

.brand_mr:hover {
  filter: grayscale(0);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  box-shadow: 0 6px 16px 0 rgba(11, 74, 172, 0.086);
}

.brand_holder_mr .city_location {
  box-shadow: 0 6px 16px 0 rgba(11, 74, 172, 0.066);
}

.trm_polc {
  font-size: 12px;
  margin: auto;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 18px;
}

.color_chng {
  color: #253858 !important;
  font-weight: 500 !important;
}

.pdb20 {
  padding-bottom: 20px;
}

.rto__scroll {
  height: 304px;
  overflow-y: scroll;
}

div#vehicle-brand .brand_holder_mr {
  height: 384px;
  padding-right: 10px;
  overflow-x: hidden;
}

ul#brand-model-varient {
  justify-content: start;
}

.variant_holder {
  height: 364px;
  overflow-x: hidden;
  padding-right: 8px;
}

.show_all_brands {
  width: 170px !important;
  margin: auto !important;
  text-align: center !important;
  cursor: pointer;
}

form#vehicle-detail-form {
  height: 100%;
}

.show_btn {
  border: 1px solid #c7ccd2 !important;
}

.brand_gp {
  gap: 0.5rem 1.2rem;
}

.mrg__btm {
  margin-bottom: 30px !important;
}

.vc__dtl-btn {
  height: 38px !important;
  border-radius: 6px;
}

.car__own_wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.car__own__inner {
  border: 1px solid rgba(37, 56, 88, 0.16);
  padding: 6px;
  align-items: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 215px;
  cursor: pointer;
}

.kyc_dtls_hold {
  padding-left: 16px;
}

.tick_hold {
  max-width: 36px;
  font-size: 32px;
}

.inpt__hide {
  opacity: 0;
}

.car__own__inner.active {
  border: 1px solid #08a1ed !important;
}

.car__own__inner i {
  color: #c3c5c5;
}

.car__own__inner.active i {
  color: #07a1ec;
}

.list__kyc li {
  position: relative;
  padding: 0 0 6px 30px;
}

.list__kyc li:before {
  content: "\f05d";
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #07a1ec;
  position: absolute;
  left: 0;
}

/*file upload css---------------------------*/
.drop-zone {
  max-width: 220px;
  height: 170px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  color: #07a1ec;
  border: 2px dashed #d8d9da;
  border-radius: 10px;
  flex-wrap: wrap;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  opacity: 0;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 14px;
}

.file__upload__wrp {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.upload_title {
  font-size: 16px;
  font-weight: 500;
}

span.drop-zone__prompt small {
  color: #abacae;
  font-size: 12px;
}

@media (max-width: 767px) {
  .input_box_area .form-control {
    margin-top: 0;
  }
  .motor-frm-bg h1 {
    font-size: 22px !important;
  }
  .building {
    bottom: -16px;
  }
  .title_comp span {
    font-weight: 500;
  }
  .drop-zone {
    max-width: inherit;
    height: 152px;
    font-size: 15px;
  }
}
/*------------------new motor form design 28may 2024 end--------------------------------*/
/*----------------------------------Motor Insurance page k-------------------------------------------------------*/
form#car_form #tnc_val-error {
  position: absolute;
  margin-top: 23px;
  padding-bottom: 12px;
  left: 20px;
}

.bg-blue {
  background: #024f94;
}

.bg-light {
  background: #eff5f5 !important;
}

.banner-form-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-image: url(../img/bg2.png);
}

.banner-form-area h1 {
  color: #fff;
}

.banner-form-area p {
  color: #fff !important;
}

.banner-form-area h1 {
  font-size: 2.3rem;
}

.banner-form-area ul {
  margin: 0;
  padding: 0;
}

.banner-form-area ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 62px;
  padding-left: 50px;
  position: relative;
}

.banner-form-area ul li.affordable:before {
  content: "";
  background-image: url(../img/icon/affordable.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}

.banner-form-area ul li.superfast:before {
  content: "";
  background-image: url(../img/icon/superfast.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}

.banner-form-area ul li.support:before {
  content: "";
  background-image: url(../img/icon/support.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}

.form-holder {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  width: 26%;
  height: auto;
  z-index: 2;
}

.form-holder:before {
  content: "";
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  left: -12px;
  top: 12px;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}

input[type=checkbox] {
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  padding: 10px;
  width: unset !important;
  position: relative;
  bottom: 6px;
}

.single-field span {
  line-height: 18px;
}

.get-appointment-form h4 {
  color: #0d7bb4;
}

.text-up {
  z-index: 2;
}

.vehicle-bigbox {
  border-radius: 24px;
  border: 1px dashed #2e2f2f;
  padding: 20px;
  background: #fff;
}

.vehicle-bigbox.car-insurance:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/car-insurance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.vehicle-bigbox.bike-insurance:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/bike-insurance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.vehicle-bigbox a {
  font-weight: 500;
}

.vehicle-bigbox .button-1 {
  height: 32px;
  display: inline-flex;
  align-items: center;
  background: #e0eded;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  padding: 0px 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #424b5c;
  z-index: 1;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #ccc;
}

.vehicle-bigbox .button-1 i {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vehicle-bigbox .button-1:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  background: var(--primary-color);
  z-index: -1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vehicle-bigbox .button-1:hover:after {
  left: 0px;
}

.vehicle-bigbox .button-1:hover {
  color: #fff;
}

.scrollbar {
  height: 370px;
  width: 100%;
  overflow: auto;
  padding: 0 20px 0 0;
}

#scrollbar1::-webkit-scrollbar {
  width: 6px;
}

#scrollbar1::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

#scrollbar1::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #2b3c67;
}

h4 {
  margin-bottom: 8px;
  font-size: 20px;
}

.vehicle-bigbox.financial:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/financial.png);
  background-repeat: no-repeat;
  background-position: center;
}

.vehicle-bigbox.financial-1:before {
  background-image: url(../img/icon/motor/third_party_liability.webp);
}

.vehicle-bigbox.financial-2:before {
  background-image: url(../img/icon/motor/personal_accident.webp);
}

.vehicle-bigbox.financial-3:before {
  background-image: url(../img/icon/motor/peace-of-mind.webp);
}

.vehicle-bigbox.financial-4:before {
  background-image: url(../img/icon/motor/compliance_law.webp);
}

/*---------# Feature One------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}

.feature-one__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.feature-one__inner img {
  border-radius: 20px;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--insur-bdr-radius);
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-one__single:hover {
  transform: translateY(-10px);
}

.feature-one__single-inner {
  position: relative;
  display: block;
  padding: 132px 20px 32px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

/*count number comment by akankaha*/
.feature-one__single-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #0E7BAA;
  border-radius: var(--insur-bdr-radius);
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

/*count number comment by akankaha*/
.feature-one__single-inner2 {
  position: relative;
  display: block;
  padding: 32px 20px 32px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__single-inner2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #388f27;
  border-radius: var(--insur-bdr-radius);
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.feature-one__single:hover .feature-one__single-inner2:before {
  transform: translate3d(0px, 0, 0px);
}

.feature-one__single:hover .feature-one__single-inner:before {
  transform: translate3d(0px, 0, 0px);
}

.feature-one__icon {
  position: absolute;
  left: -40px;
  top: -90px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
  width: 197px;
  height: 197px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__icon2 {
  margin: auto;
}

.feature-one__single:hover .feature-one__icon {
  background-image: -moz-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(27, 188, 228) 100%);
}

.bg1 {
  background: #f0f0f0;
}

.feature-one__icon span {
  color: #fff;
  position: relative;
  display: inline-block;
  top: 107px;
  left: 81px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover span {
  color: #fff;
}

.feature-one__icon2 span {
  font-size: 64px;
  color: #000;
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__count {
  position: absolute;
  top: 50px;
  right: 54px;
  height: 45px;
  width: 56px;
  text-align: center;
}

/*motor nuber counting comment by akankaha*/
.feature-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0e4e8;
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  /* counter-increment: count; */
  /* content: counters(count, ".", decimal-leading-zero);  */
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*motor nuber counting comment by akankaha*/
.feature-one__single:hover .feature-one__count:before {
  -webkit-text-stroke: 1px var(--insur-primary);
}

.feature-one__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 400ms;
  transform: translateX(100%);
  z-index: -1;
}

.feature-one__single:hover .feature-one__shape {
  transform: translateX(0%);
}

.feature-one__shape img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.09;
}

.feature-one__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 34px;
}

.feature-one__title a {
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: #ffffff;
}

.feature-one__text {
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: #ffffff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  background-image: -moz-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(6, 63, 212) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(6, 63, 212) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(2, 79, 148) 0%, rgb(6, 63, 212) 100%);
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: 500;
  color: #1e1b39;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.tabbox {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 40px 20px 53px;
  color: #222222;
}

.Buy ul {
  position: relative;
  list-style: none;
}

.Buy ul:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  border-top: 1px dashed #000;
}

.Buy ul li {
  position: relative;
  width: 24%;
  padding-top: 40px;
  text-align: center;
  display: inline-block;
}

.Buy ul li:before {
  width: 50px;
  content: " ";
  background: #0d80b8;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  color: #fff;
  height: 50px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  border-radius: 50%;
}

.ads {
  background-image: url(../img/Car-Banner-04.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ads h2 {
  color: #ffffff;
}

.ads a.button-1 {
  width: 222px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border: none;
  color: #000;
}

.bestmotor ul li {
  position: relative;
  padding-left: 50px;
  line-height: 40px;
  padding-bottom: 12px;
  padding-right: 14px;
  display: inline-block;
  color: #222222;
}

.bestmotor ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0d80b8;
  content: " ";
  border-radius: 50%;
  color: #ffffff;
  font-weight: 500;
}

.bestmotor ul li span {
  position: absolute;
  left: 17px;
  top: 0;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}

.Renew {
  border-top: 1px solid #c1c6c6;
}

.border-rnwl {
  border: 1px solid #dbdcdc;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav {
  display: inherit !important;
}

.owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -72px;
  right: 0;
}

/*new ratings css---------------------------------------------*/
.rating {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.rating .star {
  position: relative;
  float: left;
  width: 1.4rem;
  height: 1.2rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  border: 0;
  background: transparent;
  color: #ccc;
}

.rating .star:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content: "\f006";
}

.rating .star--full:before {
  content: "\f005";
  color: #ffa000;
}

.rating .star--half:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content: "\f089";
  color: #ffa000;
}

/*new ratings css end---------------------------------------------*/
/*motor insurance 7 jan 2025----------------------------------------------------------*/
.green_bdr a {
  color: #222;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  left: 10px;
  top: 14px;
}

.green_bdr a:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -16px;
  top: 10px;
  line-height: 0;
  font-size: 12px;
}

.types_motor_ins .lip_box .ft_head {
  position: absolute;
  left: 18px;
  top: -19px;
  background: #fff;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

.bnft_lip .lip_box {
  padding: 30px;
}

.types_motor_ins .lip_box {
  padding: 30px;
}

.types_motor_ins .lip_box .ft_head {
  position: absolute;
  left: 18px;
  top: -19px;
  background: #fff;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

.types_motor_ins {
  padding: 40px 0;
}

.reasons {
  font-size: 18px;
  font-weight: 600;
}

.price_value {
  font-size: 22px;
  font-weight: 500;
}

.price_value span {
  font-size: 28px;
  font-weight: 600;
}

.grdnt_box p {
  color: #222;
}

.grdnt_box {
  background: rgb(227, 227, 255);
  padding: 40px;
  border-radius: 14px;
}

.bst_mtr_box {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
}

.bst_mtr_box ul.buy_highlights li {
  padding-bottom: 0;
}

.bst_mtr_box ul.buy_highlights li:after {
  display: none;
}

.hw_vic table tr td {
  white-space: normal;
}

.sec_bg2 {
  background: #e8f2fb;
}

.vic_stp ul.buy_highlights li {
  padding-bottom: 24px;
}

.disabled {
  background: none !important;
}

.reneval_motr ul.buy_highlights li:before {
  width: 24px;
  height: 24px;
  top: 4px;
}

.reneval_motr ul.buy_highlights li span {
  width: 32px;
  height: 32px;
  top: 0;
}

.reneval_motr ul.buy_highlights li:after {
  left: 18px;
}

.reneval_motr ul.buy_highlights li {
  padding-top: 0;
}

.title_td {
  font-size: 14px !important;
  font-weight: 600;
}

.does a {
  color: #222;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  left: 10px;
}

.does a:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -16px;
  top: 10px;
  line-height: 0;
  font-size: 12px;
}

.does a:hover {
  color: #1b4ab8;
  transition: 0.25s;
}

.fctr_white_box .reason_buy_vc ul li:before {
  background: url(../img/motor/buy_sprite.svg) no-repeat 0 0;
  background-size: 80%;
  background-position: 6px 6px;
}

.fctr_white_box .reason_buy_vc li.point_2:before {
  background-position: 6px -169px;
}

.fctr_white_box .reason_buy_vc li.point_3:before {
  background-position: 6px -77px;
}

.fctr_white_box .reason_buy_vc li.point_4:before {
  background-position: 6px -254px;
}

.chkvio {
  background-image: url(../img/motor/check-vehicle-insurance-online.svg);
  background-repeat: no-repeat;
  width: 340px;
  height: 560px;
  position: absolute;
  z-index: 1;
  right: 0;
  background-position: bottom right;
  background-size: 90%;
  bottom: 0;
}

.car-add {
  background-image: url(../img/motor/Car-image.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-position: center right;
  background-size: 18%;
}

.mtr_spl_ftrs_wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.mtr_spl_ftrs {
  display: flex;
  justify-content: space-between;
}

.ins_cover_table table, .ins_cover_table td, .ins_cover_table tr {
  white-space: normal !important;
}

@media (max-width: 1200px) {
  .understanding_liw .lip_white_box {
    padding: 40px 34px;
  }
  .chkvio {
    display: none;
  }
  .factor_affecting .lip_white_box {
    padding: 40px 10px 40px 40px;
  }
}
@media (max-width: 1024px) {
  .understanding_liw .lip_white_box {
    padding: 40px 22px;
  }
}
@media (max-width: 991px) {
  .understanding_liw .lip_white_box {
    padding: 40px 28px;
  }
}
@media (max-width: 767px) {
  .bst_mtr_box ul.buy_highlights li {
    width: 100%;
    margin: 6px 0;
  }
  .bst_mtr_box .small_title2 {
    font-size: 16px !important;
    font-weight: 600;
  }
  .types_motor_ins .lip_box .ft_head {
    font-size: 17px;
    top: -14px;
  }
}
@media (max-width: 576px) {
  .personal_details .brand_holder_mr {
    overflow-x: hidden;
    height: 461px;
    padding-right: 20px;
  }
  .modal.brand_modal .modal-body {
    height: 480px;
  }
  .motr_bnf_i.wy_consider_lip .type_content {
    margin-left: 0;
    padding-top: 67px;
  }
  .renew_online.wy_consider_lip .type_content {
    margin-left: 0;
    padding-top: 67px;
  }
  .grdnt_box {
    padding: 16px;
  }
  .bst_mtr_box {
    padding: 16px;
  }
  .row.brand_gp .p-0 {
    padding: 0 4px !important;
  }
}
/*motor insurance end 7 jan 2025----------------------------------------------------------*/
/*motor List page css start here-----------------------------------------------------*/
.motor_list_page input[type=checkbox] {
  bottom: 0px;
  margin-right: 10px;
  border: 1px solid #a5aaaf;
  padding: 8px;
}

.bdr_rds {
  border-radius: 8px;
}

.motor_list_page .form-check label {
  font-size: 14px;
}

.motor_list_page .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.motor_list_page .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.motor_list_page .accordion-button {
  font-size: 14px !important;
  font-weight: 600;
  padding: 7px 0;
}

.motor_list_page .accordion-item {
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  padding: 5px;
}

.motor_list_page .accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: none;
}

.addon-sb-txt {
  font-size: 13px !important;
  opacity: 0.7;
}

.motor_list_page .hlth_list_title_box .form-check {
  margin-bottom: 10px;
}

.motor_list_page .hlth_list_title_box .form-check:last-child {
  margin-bottom: 0 !important;
}

.right_end_box {
  background: #fff;
  padding: 10px;
}

.brand_title {
  font-size: 15px !important;
  font-weight: 600;
}

.small_brand_dtl {
  font-size: 13px;
  color: #0766ac;
  padding-right: 3px;
  font-weight: 500;
  line-height: 20px;
}

.small_brand_dtl:last-child {
  padding-right: 0;
}

.edit_car {
  font-size: 12px;
  color: #054f9c;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #011372;
}

.line {
  border-bottom: 1px solid #dee2e6;
  width: 94%;
  margin: auto;
  text-align: center;
}

.brand_nrm_tx {
  font-size: 14px;
}

.brand_dtls_bx .button-1 {
  height: 26px;
  border-radius: 20px;
  font-size: 12px;
  background: #011372;
  display: inline-block;
  word-break: break-all;
  padding: 0px 8px;
  width: 80px;
  text-align: center;
}

.common_box {
  border: 1px solid #35c9ad;
  border-radius: 12px;
  background: #f0fcff;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
}

.sm_img_ctn img {
  width: 48px;
  height: 48px;
  background: #f1fcff;
  border: 1px solid #3d9194;
  border-radius: 50%;
  line-height: 48px;
  padding: 2px;
}

.sm_txt_head {
  font-size: 14px;
  font-weight: 600;
  color: #075fa7;
  display: block;
}

.policy-cont {
  font-size: 18px;
}

.mot_footer_row {
  background: #d0e6ee;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 6px 0;
}

.motr_lst_bx {
  border: 1px solid #ccd2d8;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fff;
  padding: 15px 15px 0;
  text-align: left;
  font-size: 14px;
}

.devide_bx {
  border-top: 1px solid #dee2e6;
  padding: 18px 0;
  margin-top: 8px;
}

.mot_footer_row .button-1 {
  height: 26px;
  border-radius: 20px;
  font-size: 12px;
  background: #011372;
  display: inline-block;
  word-break: break-all;
  line-height: 24px;
  color: #fff;
  padding: 0 15px !important;
  cursor: pointer;
}

.mot_footer_row ul li {
  margin: 0 !important;
  line-height: 10px !important;
  margin-left: 8px !important;
}

.offcanvas.cashless_garages {
  --bs-offcanvas-zindex: +999999999;
}

.offcanvas.cashless_garages {
  --bs-offcanvas-width: 640px;
}

.rgt_ofcv_footer {
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 16px rgba(37, 56, 88, 0.1);
  padding: 16px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.motr_lst_bx .price_center {
  display: flex !important;
  align-items: center;
}

.cashless_garages .tab-content {
  font-size: 14px;
}

.garg .nav-tabs .nav-link {
  border-radius: 20px;
  border: 1px solid #CCD2D8;
  padding: 4px 12px;
  margin-right: 6px;
}

.garg .nav-tabs {
  margin-bottom: 24px;
}

.gargaes_bx {
  border-bottom: 1px solid #CCD2D8;
}

.offcanvas.cashless_garages .offcanvas-body {
  overflow-y: scroll !important;
  height: 90vh;
}

.modal.select_idv {
  --bs-modal-width: 420px;
}

.modal.select_idv .modal-header, .modal.edit_car .modal-header, .modal.policy_expire .modal-header, .modal.ncb .modal-header {
  background: #e7e9ec;
}

.idv_amnt_ct {
  display: inline-block;
  position: relative;
}

.idv_amnt_ct input {
  border: 0 !important;
  border-bottom: 1px solid #0d54a8 !important;
  color: #222 !important;
  font-size: 14px;
  padding-left: 14px !important;
  height: 24px;
  border-radius: 0;
}

span.idv_amnt_ct:before {
  position: absolute;
  content: "\e1bc";
  font-family: "FontAwesome";
  left: 0;
  top: 3px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}

.modal.select_idv, .modal.edit_car, .modal.policy_expire, .modal.ncb, .modal.claim_po {
  --bs-modal-width: 440px;
}

.car_dtls_sml span {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding-right: 4px;
}

.garg.vehicle_type .nav-tabs .nav-link {
  padding: 8px 22px;
}

.modal.policy_expire .form-select {
  font-size: 14px;
  border: 1px solid #8b8f93 !important;
}

.ncb_confirm_wrap {
  border: 1px solid #ccd2d8;
  border-radius: 12px;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#should_i table tr td {
  white-space: normal;
  font-size: 13px;
  vertical-align: middle;
  border: 1px solid #ccd2d8 !important;
}

.rgt_sticky {
  position: sticky !important;
  top: 64px;
}

h5.modal-title {
  font-size: 16px;
}

.modal.motr_fltr label {
  float: inherit;
}

.modal.ncb thead {
  background: rgba(91, 155, 213, 0.4);
  font-weight: 600;
  border-radius: 12px;
}

.select_idv .motr_lst_bx {
  padding: 15px !important;
}

.select_idv .motr_lst_bx .form-check-inline {
  margin-bottom: 0;
}

.edit_icn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.garg p {
  font-size: 14px !important;
}

.cnf_bx {
  border: 1px solid #ccd2d8;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fff;
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

.box {
  display: none;
}

.curs_pnt {
  cursor: pointer;
  background: #e7e9ec;
  padding: 3px 12px;
  border-radius: 20px;
  color: #062534;
}

.btn-close {
  background: #bfbfc0 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border-radius: 40px;
  font-size: 12px;
}

#vehicle_registration_no {
  font-size: 14px !important;
}

.modal#load-vehicle-informations {
  overflow-y: hidden !important;
}

.car_dtls_sml h5.modal-title {
  text-wrap: wrap;
}

div#choose_idv .accordion-button {
  font-size: 14px !important;
  font-weight: 600;
  padding: 5px;
  border: 0;
}

div#choose_idv .accordion-item {
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}

div#choose_idv .card-body {
  padding: 10px;
  font-size: 14px;
}

div#choose_idv .accordion-button:not(.collapsed) {
  background: transparent !important;
}

.modal#load-vehicle-informations .input-container {
  height: auto !important;
}

.modal#load-vehicle-informations .modal-dialog-scrollable .modal-body {
  height: 400px;
}

.brand_holder_mr::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999999999 !important;
}

/*.covered_mtor .accordion-button::after {--bs-accordion-btn-icon-width: 0.95rem;}*/
.covered_mtor button {
  font-size: 14px !important;
  font-weight: 600;
}

.covered_mtor .accordion-item:not(:first-of-type) {
  border: 1px solid #dee2e6;
}

.box_policy {
  padding: 36px 16px 16px 16px;
  background: #FFF;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0px 6px 16px 0px rgba(90, 118, 114, 0.16);
  position: relative;
  border: 1px solid #5519de;
  border-radius: 8px;
  min-height: 120px;
}

.small_bx_free {
  position: absolute;
  content: "";
  left: 18px;
  top: -17px;
  width: 50px;
  height: 40px;
  color: #777;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-top: 0;
  border-bottom: 0;
}

.box_policy p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
}

.green {
  color: #269d12;
  font-size: 20px;
}

.red {
  color: #d53e1c;
  font-size: 20px;
}

.covered_mtor i {
  font-size: 24px;
}

.covered_mtor button.accordion-button {
  background: #f0fcff;
  border: 1px solid #35c9ad;
}

.offcanvas.cashless_garages ul.nav-tabs {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.offcanvas.cashless_garages ul li {
  margin-bottom: 0;
}

a.prePid.button-1 {
  background: #011372;
  color: #fff;
}

.modal.edit_car .modal-header {
  align-items: inherit;
}

.premium_all_motr .premium_dtl_row span {
  font-size: 14px;
}

.proposal_bg {
  background: #f8f8f9;
}

ul.mtr_prv_sl_fr .loc_nrm_txt {
  opacity: 0.8;
}

.mob_car_rv_dtl_hold {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
}

.mob_car_rv_dtl {
  background: #fff;
  border: 1px solid #ccd2d8;
  border-radius: 12px;
}

.more_footer {
  background: #f5f8fe;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 12px 12px;
  color: #0b9eee;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.dtl_hold span.loc_nrm_txt {
  opacity: 0.8;
}

.prsn_dtls_pd {
  margin-top: 24px;
}

.fetch_data {
  border-bottom: 1px solid rgba(51, 56, 70, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.fetch_data .inner {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.sm_brnd {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(51, 56, 70, 0.1);
  border-radius: 8px;
  padding: 2px;
}

.ftch_data_info {
  text-align: left;
  margin-bottom: 12px;
}

.modal_nm {
  font-size: 14px;
  color: #222;
}

.vc_numbr {
  font-size: 15px;
  font-weight: 500;
}

.hlf_data {
  font-size: 12px;
  margin-bottom: 10px;
}

.ftch_data_info .hlf_data div:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.fl_typ {
  color: #707381;
}

/*.bdr_ftch{border-right: 1px solid #d0d8e6;}*/
.vc_dtls_lst {
  border-radius: 16px;
  border: 1px solid rgba(51, 56, 70, 0.1);
  background: #f5f8ff;
  padding: 10px;
}

.nt_car {
  font-size: 13px;
}

.vc_dt_hd {
  font-size: 14px;
  text-align: center;
  padding-bottom: 12px;
  font-weight: 600;
}

.prm__brk__datalist ul {
  padding-right: 4px !important;
}

.modal.brand_modal .modal-body {
  margin-bottom: 40px;
}

.dnt1 {
  font-size: 12px;
}

/*ncb modify--------------------------------*/
.modal.ncb {
  --bs-modal-width: 420px;
  --bs-border-radius-lg: 1.2rem;
}

.ncb_vl_box {
  border: 1px solid rgba(37, 56, 88, 0.1);
  box-shadow: none;
  border-radius: 100px;
  height: 36px;
  padding: 8px 25px;
  line-height: 36px;
  font-size: 14px;
  color: #253858;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.ncb_all_wraper ul li {
  margin-right: 6px;
  margin-bottom: 12px;
  display: inline-block;
}

.ncb_head {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 22px;
}

.customRadioBtn input[type=radio]:checked ~ .ncb_vl_box {
  border-color: #0065FF;
  background-color: rgba(242, 247, 255, 0.5);
}

/*prev insurer-----------------------------*/
.prv_insur {
  --bs-modal-width: 420px;
}

.prv_insr_bd {
  border: 1px solid #C7CCD2;
  border-radius: 8px;
  margin-bottom: 12px;
}

.mtr_ftrs_hold {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.mtr_ftrs_hold > span {
  border: 1px solid rgba(37, 56, 88, 0.12);
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
}

/* Left addon filter modal--------------------------------------------------------*/
.modal.left_addon {
  --bs-modal-width: 420px;
  --bs-border-radius-lg: 1.2rem;
}

.modal.left_addon .modal-header {
  background: #e7e9ec;
}

.modal.left_addon .avoid_flt label {
  float: inherit !important;
}

.addon_scroll {
  height: 480px;
  overflow-y: scroll;
}

/*Ex showroom--------------------------------------------------------*/
.modal.ex_showroom {
  --bs-modal-width: 420px;
  --bs-border-radius-lg: 1.2rem;
}

.title_popup {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.modal.ex_showroom .modal-footer {
  background: #f4f7fc;
  padding: 10px 14px !important;
  font-size: 14px;
  justify-content: center;
}

/*    .modal.ex_showroom a{font-size: 12px; text-align: center;text-decoration: underline;display: block;}*/
.price_hold {
  position: relative;
  border: 1px solid rgba(37, 56, 88, 0.4);
  margin: 14px 0;
  border-radius: 8px;
}

.price_hold input {
  border: none !important;
  padding: 12px 93px 12px 16px;
  font-size: 1.6rem;
  height: auto;
}

/*delivary modal--------------------------------------------------------*/
.modal.delivery_details .modal-header {
  background: #f4f7fc;
}

.modal.delivery_details {
  --bs-modal-width: 520px;
  --bs-border-radius-lg: 1.2rem;
}

.ddnt {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

/*review details page-----------------------------------------*/
.review_details {
  background: #e5efff;
}

.rvw_wraper {
  background: #fff;
  border-radius: 8px;
  padding: 24px 24px 10px 24px;
}

.rvw_wraper h5 {
  position: relative;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-left: 38px;
}

.rvw_wraper h5:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(8, 101, 255, 0.9);
  left: 230px;
  top: 15px;
}

.rvw_wraper h5:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/star.png) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.rvw_wraper:last-child {
  padding-bottom: 24px;
}

.rvw_wraper ul li {
  display: inline-block;
  width: 24%;
  padding-right: 1.33%;
}

.rvw_wraper ul li:last-child {
  padding-right: 0;
}

.label_data {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}

.fill_data {
  font-size: 16px;
  font-weight: 600;
}

.rvw_wraper p {
  line-height: 22px;
  margin-bottom: 0;
}

.motor_Proposal .input-container span {
  text-transform: capitalize;
}

.motor_Proposal input:placeholder {
  text-transform: capitalize;
}

.why_should {
  font-size: 16px !important;
  font-weight: 500;
}

.po_expr {
  font-size: 14px;
  color: #222;
}

.all_edit i {
  color: #126cd1;
  font-size: 12px;
  padding-left: 8px;
}

.all_edit button {
  border: 0;
  background: transparent;
}

.all_edit {
  float: right;
}

button.all_edit {
  border: 0;
  background: transparent;
}

.vc_numbr button {
  border: 0;
  background: transparent;
}

/*new premium bbeakage code-------------*/
/*.adn__list__all{max-height: 130px;overflow: auto;}*/
.offcanvas.prm__breakup .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.offcanvas.prm__breakup .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.offcanvas.prm__breakup .accordion-header button {
  font-size: 14px !important;
  font-weight: 600;
  padding: 7px 0 !important;
}
.offcanvas.prm__breakup .accordion-item {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.data__wrap__all {
  padding: 0px 30px 100px 30px;
}

.top__wrap__prm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.idv__cover {
  color: rgba(37, 56, 88, 0.6);
  font-size: 0.785rem;
}

.cnv__heading {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.thm_txt__color {
  color: #0065FF;
}

.nrm__txt {
  color: rgba(37, 56, 88, 0.9);
  font-size: 0.785rem;
}

.prm__heading {
  font-size: 20px;
  font-weight: 600;
  color: #0065FF;
}

.detail__listing {
  border-bottom: 1px solid rgba(37, 56, 88, 0.1);
  text-align: left;
}

.sub__heading_cnv {
  font-size: 14px;
  font-weight: 600;
}

.scrl_cnv__data {
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

div#premium .data__wrap__all {
  padding: 0px 10px 100px 10px;
}

span.hlth_plan_price.process:before {
  display: none;
}

.ofc_see_lft_dtls_mtr {
  flex: 0 0 726px;
  padding-right: 10px;
}

.tab_data__wraper {
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

.offcanvas.dts_see.prm__breakup {
  height: 96%;
}
.offcanvas.dts_see.prm__breakup .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.offcanvas.dts_see.prm__breakup .accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: none;
}
.offcanvas.dts_see.prm__breakup .tab-content p {
  text-align: left;
}

.ofc_see_rght_dtls .accordion-button::after {
  margin-left: unset;
}

.txt__color {
  color: #0b9eee;
}

.adn__total__value {
  position: absolute;
  right: 0;
  top: 10px;
}

.prm__brk__datalist ul {
  max-height: 300px;
  overflow: auto;
  padding-right: 10px !important;
}

/*media query start--------------------------------------------*/
@media (max-width: 1400px) {
  .edit_car {
    font-size: 10px;
  }
  .row.mot_footer_row a.button-1 {
    padding: 0 8px !important;
  }
  .edit_car {
    white-space: nowrap;
  }
  .sm_img_ctn img {
    width: unset;
    height: unset;
  }
}
@media (max-width: 1200px) {
  .rvw_wraper h5:after {
    width: 74%;
  }
}
@media (max-width: 1024px) {
  .sm_img_ctn img {
    width: unset;
    height: unset;
  }
  .edit_car {
    font-size: 10px;
    padding: 4px 5px;
  }
  .info_motor_txt {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hlth_list_left_side {
    display: none;
  }
  .rvw_wraper h5:after {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .edit_car {
    font-size: 10px;
    padding: 4px 5px;
  }
  .row.mot_footer_row a.button-1 {
    padding: 0 8px !important;
  }
  .rvw_wraper h5:after {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .row.mot_footer_row a.button-1 {
    padding: 0 8px !important;
  }
  .km_yr .form-check-inline {
    margin-right: 0.5rem;
  }
  .devide_bx span {
    font-size: 13px;
  }
  .sm_img_ctn img {
    width: 40px;
    height: 40px;
  }
  .offcanvas.cashless_garages .tab-content .tab-pane {
    font-size: 14px;
    line-height: 24px;
  }
  .offcanvas.cashless_garages button {
    font-size: 14px;
  }
  .garg .nav-tabs > li {
    border: 0;
  }
  .garg .nav-tabs .nav-link {
    font-size: 12px;
  }
  .offcanvas.cashless_garages {
    height: 90vh;
    margin: auto;
  }
  .edit_car {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offcanvas.cashless_garages .tab-content .form-check {
    display: inline-flex;
  }
  .offcanvas.cashless_garages .tab-content .tab-pane {
    text-align: left;
  }
  .rvw_wraper ul li {
    width: 49%;
    margin-bottom: 12px;
  }
}
@media (max-width: 676px) {
  .rvw_wraper ul li {
    width: 49%;
    margin-bottom: 12px;
  }
  .rvw_wraper h5:after {
    width: 54%;
  }
}
@media (max-width: 567px) {
  .rvw_wraper ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  .rvw_wraper h5:after {
    left: 200px;
    width: 28%;
  }
  .rvw_wraper {
    padding: 14px 24px 10px 14px;
  }
  .offcanvas.cashless_garages button {
    font-size: 10px;
  }
  .motor_Proposal .nav-link {
    padding: 4px 8px !important;
  }
  .motor_Proposal form#car_detail_form .button-1 {
    font-size: 12px;
    height: 40px;
  }
}
/*proposal right box data css-------------------------------*/
.txt_hdg1 {
  font-size: 14px;
}

form#care_health_proposal_form .addon-holder input[type=checkbox] {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
}

@media (max-width: 1024px) {
  form#care_health_proposal_form .addon-holder input[type=checkbox] {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
  }
}
/*motor proposal form css start here------------------------------------*/
.motor_Proposal {
  color: #222;
}

.data_box_mtr {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #cbd9d9;
  text-align: left;
}

.mtr_mn_title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.title_border {
  border-bottom: 1px solid #b9d8d8;
}

.mtr_sb_title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.mtr_prv_sl_fr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.mtr_prv_sl_fr li:last-child {
  margin-right: 0;
}

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

.bld_txt_prm {
  font-weight: 600;
  color: #0b9eee;
  font-size: 14px;
  line-height: 30px;
}

.total_prm_rw {
  border-top: 1px solid #b9d8d8;
  border-bottom: 1px solid #b9d8d8;
}

.total_prm_amnt {
  font-size: 17px !important;
  font-weight: 600;
}

.total_prm_amnt_nrm {
  font-size: 17px !important;
  font-weight: 700 !important;
}

.premium_dtl_row i {
  font-size: 14px;
  font-weight: 500;
  font-family: "FontAwesome";
}

.stick {
  position: sticky !important;
  top: 64px;
}

.floating-control option {
  color: #222;
}

/*.floating-control{color: rgba(34, 34, 34, 0.6);}*/
.motor_Proposal .button-1 {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.total_prm_vl {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.total_prm_vl i {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  float: right;
  margin-top: 6px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

div#primiumCalculation .data_box_mtr {
  position: sticky;
  top: 40px;
}

.motor_Proposal .input-container span {
  text-transform: capitalize;
}

.motor_Proposal input:placeholder {
  text-transform: capitalize;
}

/*media query start--------------------------------------------*/
@media (max-width: 1400px) {
  ul.mtr_prv_sl_fr li {
    margin-right: 66px;
  }
  ul.mtr_prv_sl_fr li {
    margin-right: 0;
    width: 24%;
    margin-bottom: 10px;
    border-bottom: 1px solid #b9d8d8;
    padding-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  ul.mtr_prv_sl_fr li {
    margin-right: 0;
    width: 24%;
    margin-bottom: 10px;
    border-bottom: 1px solid #b9d8d8;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .bld_txt_prm {
    font-size: 14px;
    white-space: nowrap;
  }
  .premium_dtl_row span {
    font-size: 14px;
  }
  .data_box_mtr {
    padding: 15px;
  }
  .motor_Proposal .form-stepper-horizontal {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .edit_car {
    font-size: 10px;
    padding: 4px 5px;
  }
  ul.mtr_prv_sl_fr li:nth-child(5), ul.mtr_prv_sl_fr li:nth-child(6), ul.mtr_prv_sl_fr li:nth-child(7), ul.mtr_prv_sl_fr li:nth-child(8) {
    border-bottom: 1px solid #b9d8d8;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .motor_Proposal .form-stepper-horizontal {
    width: 98%;
  }
  .data_box_mtr {
    padding: 15px;
  }
  .motor_Proposal .form-stepper .label {
    font-size: 0.7rem;
  }
  .motor_Proposal .input-container span {
    font-size: 0.8rem;
  }
  .motor_Proposal .input-container {
    height: 50px;
  }
  .motor_Proposal .button-1 {
    font-size: 14px;
  }
  ul.mtr_prv_sl_fr li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 10px;
  }
  ul.mtr_prv_sl_fr li:nth-child(5), ul.mtr_prv_sl_fr li:nth-child(6), ul.mtr_prv_sl_fr li:nth-child(7), ul.mtr_prv_sl_fr li:nth-child(8) {
    border-bottom: 1px solid #b9d8d8;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .proposal_form_new #progressbar {
    display: flex !important;
  }
  .proposal_form_new ul#progressbar li {
    width: 100% !important;
  }
}
/*motor proposal page css end here-----------------------------------------------------*/
/*landing health page form---------------------------------------------------*/
.landing_hlth_form {
  text-align: center;
  position: relative;
}

.landing_hlth_form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

.landing_hlth_form fieldset:not(:first-of-type) {
  display: none;
}

/* .landing_hlth_form input:focus, .landing_hlth_form textarea:focus {-moz-box-shadow: none !important;-webkit-box-shadow: none !important;
box-shadow: none !important;border: 1px solid #673AB7;outline-width: 0;} */
.landing_hlth_form .action-button {
  width: 150px;
  background: #3d3693;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 14px 5px;
  margin-top: 20px;
}

.landing_hlth_form .action-button:hover, .landing_hlth_form .action-button:focus {
  background-color: #3d3693;
}

.landing_hlth_form .action-button-previous {
  width: 150px;
  background: #3d3693;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 8px;
  cursor: pointer;
  padding: 14px 5px;
  margin-top: 20px;
}

.landing_hlth_form .action-button-previous:hover, .landing_hlth_form .action-button-previous:focus {
  background-color: #3d3693;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

.progress {
  height: 14px;
}

.progress-bar {
  background-color: #359145 !important;
}

.protection {
  font-size: 24px;
  font-family: Jost, sans-serif;
}

h1.discount_up {
  font-size: 32px;
  font-family: Jost, sans-serif;
  font-weight: 600;
}

h1.discount_up span {
  color: #1fab4d;
}

.select_members {
  font-weight: 500;
}

.custom-checkbox-text {
  padding: 6px 7px;
}

.landing_hlth_form input.pa-border-add:checked + span.pa-border {
  background: #f1fff8;
  color: #1fab4d;
  border: 2px solid #1fab4d;
}

.landing_hlth_form input.pa-border-add:checked + span.number-drop-border {
  background: #f1fff8;
  color: #1fab4d;
  border: 2px solid #1fab4d;
}

.landing_hlth_form .input-number-decrement, .landing_hlth_form .input-number-increment {
  background: #1fab4d;
  color: #fff;
}

.landing_hlth_form .more-member-dropdown button {
  color: #1fab4d;
}

.trm_condn {
  font-size: 12px;
}

.age_steping {
  max-width: 540px;
  margin: auto;
}

.age_head {
  font-size: 26px;
  font-weight: 500;
  font-family: jost;
}

.landing_hlth_form select.input-field-height {
  height: 48px !important;
}

.landing_hlth_form .input-container input[type=text], .landing_hlth_form .input-container input[type=email] {
  height: 40px !important;
}

.landing_hlth_form input[type=checkbox] {
  bottom: unset;
  margin-right: 10px;
  border: 1px solid #a5aaaf;
  padding: 8px;
}

.landing_hlth_form .city-selector {
  background: #d6e8fc;
  padding: 5px 9px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer;
  border: 1px solid #5f9ad5;
  color: #222;
  font-size: 14px;
  font-family: "DM Sans";
}

.landing_hlth_form .city-selector.active {
  background: #3d3693;
  color: #fff;
}

.landing_hlth_form .label-font-size {
  font-size: 20px;
}

.landing_hlth_form .label-center {
  margin-left: 0;
}

/*investment calculator-------------------------------------------------------------------------------*/
.comn_bg {
  background: #deecfa;
}

.white_box {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
}

.white_box_right {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 12px;
}

.title_sub {
  font-size: 24px;
  font-weight: 600;
  border-left: 4px solid #3a95f1;
  padding-left: 10px;
  margin-bottom: 0;
}

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

.lft_wrp_main p {
  font-size: 14px;
  margin-bottom: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98vh;
}

.range-box {
  width: auto;
}

.track {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  margin: 0;
  background: transparent;
  border-radius: 15px;
  outline: none;
}

.track::-ms-track {
  cursor: pointer;
  color: transparent;
  background: transparent;
  border-color: transparent;
}

.track::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  background: #5aa9f7 !important;
  border: none !important;
  border-radius: 5px;
}

.track::-moz-range-thumb {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  background: #5aa9f7 !important;
  border: none !important;
  border-radius: 5px;
}

.track::-ms-thumb {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  background: #5aa9f7 !important;
  border: none !important;
  border-radius: 5px;
}

.scale {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: darkblue;
}

.point {
  position: relative;
}

.point::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% + 1px);
  width: 1px;
  height: 8px;
  background-color: blue;
}

.value-wrapper {
  min-width: 120px;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  color: darkblue;
  border: 1px solid darkblue;
  border-radius: 5px;
}

.value {
  margin: 0;
  font-weight: 600;
}

.white_box input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #5aa9f7;
}

.invest_amnt {
  background: #3a95f1;
  border-radius: 15px 0px 0px 0px;
  height: 73px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.get_amnt {
  background: #3fb766;
  border-radius: 0px 15px 0px 0px;
  height: 73px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.cal_inv_ic_holder {
  background: #fff;
  border-radius: 20px;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px;
}

.cal_inv_amnt {
  font-size: 20px;
  font-weight: 600;
  font-family: jost;
}

.invst_cal {
  position: relative;
  z-index: 1;
}

.invst_cal:before {
  content: "";
  background-image: url(../img/calculator/bottom_strip.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 112px;
  position: absolute;
  z-index: -1;
  bottom: -110px;
}

.calc_frm_wraper {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  max-width: 1020px;
  margin: auto;
}

.calc_frm_wraper button {
  padding: 8px 10px;
  border: 1px solid #3d3693;
  background-color: #3d3693;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
}

.cal_tenure {
  border-radius: 6px;
  padding: 5px 12px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}

.cal_tenure label {
  font-size: 14px;
  cursor: pointer;
}

.hdn_inpt {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.cal_tenure:has(input:checked) {
  border: 1px solid #3a95f1;
  font-weight: 600;
}

.white_box {
  height: 470px;
}

.white_box_right {
  height: 470px;
}

@media (max-width: 991px) {
  .value-wrapper {
    min-width: 88px;
  }
  .title_sub {
    font-size: 20px;
  }
  .cal_tenure.form-check-inline {
    margin-right: 0.2rem;
  }
  .value-wrapper {
    padding: 0 20px;
  }
  .cal_tenure {
    padding: 5px 8px;
  }
}
@media (max-width: 768px) {
  .title_sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cal_inv_ic_holder {
    margin-right: 10px !important;
  }
  .cal_tenure label {
    font-size: 12px !important;
  }
  .cal_tenure.form-check-inline {
    margin-right: 0.2rem;
  }
  .white_box {
    padding: 10px !important;
  }
  .value {
    font-size: 14px !important;
  }
  .calc_frm_wraper {
    padding: 15px !important;
  }
  .white_box {
    height: auto;
  }
  .white_box_right {
    height: auto;
  }
}
/*investment calculator end-------------------------------------------------------------------------------*/
/*claim confirmation modal start--------------------------------------------------------------------------------*/
.modal.claim_confirmation, .modal.confirm_details {
  --bs-modal-width: 520px;
  --bs-border-radius-lg: 1.2rem;
}

.modal.claim_confirmation .modal-header, .modal.confirm_details .modal-header {
  background: #F4F7FC;
}

.cnf_bx:has(input:checked) {
  background: #EBF4F8;
}

.clm_cnfrm {
  display: flex;
  justify-content: space-between;
}

.btn_bg {
  background: #011372;
}

/*motor modal fixes------------------------------------*/
.edt__btn {
  color: #126cd1;
}

.all_edit_close i {
  font-size: 12px;
}

/*motor reliance addon fix-----------------------*/
.chk_adjust input[type=checkbox] {
  bottom: 0;
}

/*car insurance---------------------------------------------*/
.car {
  position: relative;
}

.car .input_box_area .form-control {
  margin-top: 9px;
}

.car:before {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/Car-img-one.svg);
  background-size: 18%;
}

.car:after {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/Car-img-two.svg);
  background-size: 20%;
}

.bike {
  position: relative;
}

.bike .input_box_area .form-control {
  margin-top: 9px;
}

.bike:before {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/Bike.svg);
  background-size: 18%;
}

.bike:after {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../img/motor/Scootyy.svg);
  background-size: 20%;
}

.bike_table_scroll table tr th {
  background: #1c4ab9;
}

.fix-text {
  text-transform: capitalize;
}

/*motor list page fixes 27 jan 2026-----------*/
/* ===== Key Features – Clean Responsive UI ===== */
.kf-wrapper {
  border-radius: 12px;
  padding: 4px 16px;
  background: #fff;
}

.policy_section .devide_bx {
  padding: 9px 0 !important;
  border-top: 0;
}

.kf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kf-item {
  font-size: 12px;
  color: #333;
  line-height: 14px !important;
  background: #eff5f5;
  border: none;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  display: inline-block;
  margin-bottom: 8px !important;
  margin-right: 4px;
}

.sm_txt_head {
  font-size: 13px;
}

.kf-item i {
  color: #3fb766;
}

.default__addon .kf-item {
  background: transparent;
}

/* Mobile */
@media (max-width: 576px) {
  .kf-list {
    grid-template-columns: 1fr;
  }
}
.mot_footer_row a {
  margin-top: 0;
  display: inline-block;
  text-align: center;
  color: #053d90;
  font-weight: 700;
  cursor: pointer;
}

.ftrs__line {
  position: relative;
}

.ftrs__line:after {
  content: "";
  width: 86%;
  display: inline-block;
  background: #ccc;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 76px;
}

/*motor fixes 24jan 2026-------------------------*/
/*life Insurance 21 dec 2024 css--------------------------------------------------------------------------------------------*/
/*banner css start*/
.Life_top_banner_area {
  background: #deecfa;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 999;
}

.key_highlights {
  margin: 0 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
}

.key_highlights li {
  text-align: center;
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.key_highlights li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  right: 0;
}

.key_highlights li span {
  font-size: 16px;
  font-weight: 600;
  font-family: jost;
  line-height: 22px;
  padding-bottom: 5px;
}

.key_highlights li span.nm {
  font-size: 16px;
  font-weight: normal;
  font-family: "DM Sans";
  line-height: 22px;
}

.key_highlights li:last-child:before {
  display: none;
}

.lic_top_left_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key_highlights li span img {
  width: 80%;
}

/* .tab-slider--nav{width: 100%;float: left; margin: 20px 0;} */
.tab-slider--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d4d3d3;
  z-index: 1;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #0d3083;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}

.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 18px;
  font-weight: normal;
  color: #0d3083;
  text-align: center;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  font-family: jost;
  transition: color 250ms ease-in-out;
}

.tab-slider--trigger.active {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: jost;
}

.tab-slider--body {
  margin-bottom: 20px;
}

.form_right_all .button-1 {
  background: #1b4ab8;
}

.form-control {
  height: 38px;
}

.pr_mnth {
  font-weight: 600;
  color: #0d4fc8;
  font-size: 18px;
}

ul.tab-slider--nav {
  display: flex;
}

/*life insurance policies*/
.lip_box {
  border: 1px solid #0d4fc8;
}

.lip_box h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -19px;
  background: #fff;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
}

.small_title2 {
  font-size: 16px;
  font-weight: 600;
}

.small_bl_heading {
  font-size: 20px;
  font-weight: 500;
  color: #1b4ab8;
  font-family: jost;
}

.data_hold {
  border-right: 1px solid #1b4ab8;
  padding-right: 16px;
}

.data-info li {
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin: 14px 0;
  position: relative;
  padding-left: 60px;
}

.data-info li:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgb(218, 230, 240) url(../img/life-insurance/lip_icn.svg) no-repeat 0 0;
  left: 0;
  top: -3px;
  border-radius: 50%;
  background-size: 70%;
}

.data-info li.point_1:before {
  background-position: 9px 9px;
}

.data-info li.point_2:before {
  background-position: 9px -35px;
}

.data-info li.point_3:before {
  background-position: 9px -80px;
}

.data-info li.point_4:before {
  background-position: 9px -127px;
}

.data-info li.point_5:before {
  background-position: 9px -170px;
}

.data-info li.point_6:before {
  background-position: 9px -214px;
}

.data-info li.point_7:before {
  background-position: 8px -256px;
}

.data-info li.point_8:before {
  background-position: 9px -306px;
}

.data-info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sec_bg {
  background: #f8f8fa;
}

table.border-blue {
  border: 1px solid #c4c3c8 !important;
}

.border-blue tbody, td, tfoot, th, thead, tr {
  border: inherit !important;
}

tr.blu_bg {
  background: #1c4ab9;
  color: #fff;
}

.border-blue tbody tr {
  background: #fff;
}

.border-blue td, .border-blue th {
  letter-spacing: 0;
}

.border-blue th {
  padding: 16px;
}

.border-blue td {
  padding: 12px 16px;
  vertical-align: middle;
}

.cta_part {
  padding: 40px 0;
  background: #1c4ab9;
  position: relative;
}

.cta_part:before {
  content: "";
  background-image: url(../img/life-insurance/element1.webp);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.cta_part:after {
  content: "";
  background-image: url(../img/life-insurance/element2.webp);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.add_bld_txt {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  font-family: jost;
}

.cta_part .button-1 {
  background: #0d3083;
  height: 48px;
  padding: 0px 16px;
  font-size: 18px;
  border-radius: 8px;
}

.cta_part .button-1:after {
  background: #0c7d2e;
  border-radius: 8px;
  padding: 0px 16px;
}

.cta_part .container:before {
  content: "";
  background-image: url(../img/life-insurance/element3.webp);
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.cta_part .container:after {
  content: "";
  background-image: url(../img/life-insurance/element3.webp);
  position: absolute;
  top: -28px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cta_up {
  position: relative;
  z-index: 2;
}

p.add_bld_txt span {
  color: #6dedef;
}

/*What Is A Life Insurance Policy*/
.what_lip {
  background: #e8f2fb;
  padding: 40px 0;
}

.key {
  background: #1b4ab8;
  height: 2px;
  width: 500px;
  display: table;
  position: relative;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

.key span {
  position: absolute;
  left: 0;
  right: 0;
  background: #e8f2fb;
  display: table;
  top: -16px;
  margin: auto;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1b4ab8;
  font-family: jost;
}

.lip_white_box {
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 20px;
}

.icon_cer {
  background: #eeeff2;
  border-radius: 50%;
  border: 8px solid #1b4ab8;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 9px;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small_title {
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

.type_white_box {
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  border: 1px solid #e8e8e8;
}

span.type_icon {
  width: 70px;
  height: 70px;
  background: #d1dbf1;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.type_content {
  margin-left: 88px;
}

.type_content a {
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
  color: #222;
}

.typlip {
  padding: 40px 0;
}

/*Benefits & Features Of Life Insurance*/
.bnft_lip .lip_box .ft_head {
  position: absolute;
  left: 18px;
  top: -19px;
  background: #fff;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

.bnft_lip .lip_box {
  padding: 30px;
}

.button-all {
  background: #0d3083;
  height: 48px;
  padding: 0px 26px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 0 !important;
  max-width: 140px !important;
  margin: auto;
  margin-top: 26px !important;
  cursor: pointer;
  white-space: nowrap;
}

.button-all:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  background: #0c7d2e;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}

.button-all:hover:after {
  left: 0px;
}

.button-all-vw {
  background: #0d3083;
  height: 44px;
  padding: 0px 16px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 0 !important;
  max-width: 120px;
  margin: auto;
  cursor: pointer;
  white-space: nowrap;
}

.button-all-vw:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  background: #0c7d2e;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}

.button-all:hover:after {
  left: 0px;
}

/*Understanding How Life Insurance Works*/
.understanding_liw {
  background: #e8f2fb;
  padding: 40px 0;
}

.understanding_liw .icon_cer {
  right: 0;
  margin: auto;
  bottom: 7px;
  top: unset;
  z-index: 3;
}

.understanding_liw .bhnd_clr_one .cl_frst {
  background: #00a0af;
  position: absolute;
  width: 91%;
  height: 34%;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  right: 0;
  margin: auto;
  bottom: 39px;
}

.understanding_liw .lip_white_box {
  z-index: 2;
  position: relative;
  padding: 40px 28px;
}

.bhnd_clr_one .icon_cer {
  background: #00a2b1;
  border: 0;
}

.bhnd_clr_two .icon_cer {
  background: #1a47b0;
  border: 0;
}

.understanding_liw .bhnd_clr_two .cl_frst {
  background: #1a47b0;
  position: absolute;
  width: 91%;
  height: 34%;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  right: 0;
  margin: auto;
  bottom: 39px;
}

.bhnd_clr_three .icon_cer {
  background: #1e860a;
  border: 0;
}

.understanding_liw .bhnd_clr_three .cl_frst {
  background: #1e860a;
  position: absolute;
  width: 91%;
  height: 34%;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  right: 0;
  margin: auto;
  bottom: 39px;
}

/*How To Buy Life Insurance Online With Okbima?*/
ul.buy_highlights li {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 30px;
  padding-top: 5px;
  padding-left: 60px;
}

ul.buy_highlights li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1b4ab8;
  left: 25px;
  top: 20px;
}

.buy_lf_ins_ok {
  padding: 40px 0;
  z-index: 1;
}

ul.buy_highlights li:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 6px;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
  background: #1b4ab8;
}

ul.buy_highlights li:last-child:after {
  display: none;
}

ul.buy_highlights li span {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  background: #fff;
  left: 2px;
  border: 1px solid #1b4ab8;
  border-radius: 50%;
  top: -4px;
}

ul.buy_highlights li ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 6px;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
  background: #1b4ab8;
}

ul.buy_highlights li ul li {
  padding: 10px 0 0 24px;
}

ul.buy_highlights li ul li:after {
  display: none;
}

.nm_count {
  position: absolute;
  z-index: 3;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  top: 7px;
}

.nm_count:nth-of-type(2n + 1) {
  left: 17px;
}

.cntr {
  left: 20px !important;
}

ul.buy_highlights li:last-child {
  padding-bottom: 0;
}

.img_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Who Should Consider Life Insurance*/
.consider_lip .lip_box {
  padding: 30px;
}

.consider_lip {
  padding: 40px 0;
}

.consider_lip .lip_box .ft_head, .compare_lip .lip_box .ft_head {
  position: absolute;
  left: 18px;
  top: -19px;
  background: #f8f8f9;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

/*Why Should Consider Life Insurance*/
.wy_consider_lip {
  padding: 40px 0;
}

.wy_consider_lip span.type_icon {
  width: 130px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wy_consider_lip .type_white_box {
  padding: 38px 26px;
  display: flex;
  align-items: center;
}

.wy_consider_lip .type_content {
  margin-left: 146px;
}

/*Importance Of Life Insurance At Different Life Stages*/
.imp_lip_lf_stage {
  padding: 40px 0;
}

.lip_comparison {
  padding: 40px 0;
}

/*Dos And Don’ts For Life Insurance*/
.compare_lip {
  padding: 40px 0;
}

.compare_lip .lip_box {
  padding: 30px;
}

.lip_box.green_bdr {
  border: 1px solid #63a447;
}

.lip_box.red_bdr {
  border: 1px solid #ef4054;
}

ul.does li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 2px;
  background-size: contain;
  border-radius: 50%;
}

ul.does li:before {
  background: url(../img/life-insurance/right.svg);
}

ul.does li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
}

ul.does li:last-child {
  margin-bottom: 0;
}

ul.dnt li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 2px;
  background-size: contain;
  border-radius: 50%;
}

ul.dnt li:before {
  background: url(../img/life-insurance/wrong.svg);
}

ul.dnt li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 20px;
}

ul.dnt li:last-child {
  margin-bottom: 0;
}

/*exclusions*/
.exclusions {
  padding: 40px 0;
}

/*Advantages Of Buying Life Insurance Online */
.advantages {
  padding: 40px 0;
}

.advantage_box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
}

.title_box {
  background: #d1dbf1;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  display: block;
  padding: 12px 0 12px 26px;
  border: 1px solid #e8e8e8;
}

.cnt_box {
  padding: 26px;
}

.small_title.blue {
  color: #0d3083;
}

/*Essential Documents For Insurance Claims*/
.essential_doc {
  background: #e8f2fb;
  padding: 40px 0;
  position: relative;
}

.essential_doc:before {
  content: "";
  background-image: url(../img/life-insurance/element1.webp);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.essential_doc:after {
  content: "";
  background-image: url(../img/life-insurance/element2.webp);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

/*Payout Options In Life Insurance*/
.payout_options {
  padding: 40px 0;
}

.payout_options ul li:after {
  display: none;
}

.payout_options ul li {
  padding-top: 0;
}

/*Common Life Insurance Terms*/
.life_terms {
  padding: 40px 0;
}

.life_terms .lip_box h2 {
  position: absolute;
  left: 18px;
  top: -19px;
  background: #f8f8f9;
  display: table;
  margin: auto;
  padding: 0 13px;
  width: auto;
  font-weight: 500;
  font-family: jost;
  font-size: 20px;
}

.cntr_ten {
  left: 14px !important;
}

.life_terms li:after {
  display: none;
}

/*Factors Influencing Life Insurance Premiums*/
.factors_lip {
  padding: 40px 0;
  background: #e8f2fb;
}

.fctr_white_box {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.fctr_blu_box {
  background: #1b4ab8;
  position: absolute;
  width: 91%;
  height: 14%;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  right: 0;
  margin: auto;
  top: -5px;
}

.fctr_blu_box_btm {
  background: #1b4ab8;
  position: absolute;
  width: 91%;
  height: 14%;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  right: 0;
  margin: auto;
  bottom: -6px;
}

.fctr_white_box ul li {
  position: relative;
  line-height: 30px;
  margin: 0 20px 26px 0;
  position: relative;
  padding-left: 74px;
}

.fctr_white_box ul li:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../img/life-insurance/factor_sprite.svg) no-repeat 0 0;
  left: 0;
  top: -3px;
  border-radius: 50%;
  background-size: 80%;
}

.fctr_white_box li.point_1:before {
  background-position: 6px 6px;
}

.fctr_white_box li.point_2:before {
  background-position: 6px -82px;
}

.fctr_white_box li.point_3:before {
  background-position: 6px -255px;
}

.fctr_white_box li.point_4:before {
  background-position: 6px -342px;
}

.fctr_white_box li.point_5:before {
  background-position: 6px -434px;
}

.fctr_white_box li.point_6:before {
  background-position: 6px -522px;
}

.fctr_white_box li.point_7:before {
  background-position: 6px -611px;
}

.fctr_white_box li.point_8:before {
  background-position: 6px -696px;
}

.fctr_white_box ul li:last-child {
  margin-bottom: 0;
}

/*Customer Ratings & Reviews*/
.heading_curve h2 {
  background: #1b4ab8;
  border-radius: 0 0 20px 20px;
  padding: 20px 40px;
  color: #fff;
  display: inline-flex;
  line-height: 1;
}

.pd_40 {
  padding: 0 0 40px 0;
}

.disclaimer {
  padding: 40px 0;
}

.disclaimer p {
  font-size: 14px !important;
}

.faq_lif {
  padding: 40px 0;
  background: #e8f2fb;
}

.disclaimer2 p {
  font-size: 12px !important;
  line-height: 24px !important;
}

.disclaimer2 {
  padding: 40px 0;
  background: #fff;
}

@media (max-width: 1200px) {
  .understanding_liw .lip_white_box {
    padding: 40px 34px;
  }
}
@media (max-width: 1024px) {
  .understanding_liw .lip_white_box {
    padding: 40px 22px;
  }
}
@media (max-width: 991px) {
  .tab-slider--nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fctr_white_box {
    padding: 40px 20px;
  }
  .understanding_liw .lip_white_box {
    padding: 40px 28px;
  }
  .img_hide {
    display: none;
  }
  .data_hold {
    border-right: 0;
  }
  .pd_li {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .fctr_white_box {
    padding: 10px;
  }
  .wy_consider_lip .type_white_box {
    padding: 18px 10px;
    align-items: start;
  }
  .wy_consider_lip span.type_icon {
    width: 75px;
    height: 58px;
    padding: 16px;
  }
  .wy_consider_lip .type_content {
    margin-left: 94px;
  }
  .type_content a {
    font-size: 16px;
  }
  .consider_lip .lip_box .ft_head, .compare_lip .lip_box .ft_head {
    font-size: 17px;
    top: -16px;
  }
  .small_title2 {
    font-size: 15px !important;
    font-weight: 500;
  }
  .add_bld_txt {
    font-size: 20px !important;
  }
  .data-info li {
    line-height: 30px;
  }
  .icon_cer {
    width: 66px;
    height: 66px;
    padding: 10px;
    border: 4px solid #1b4ab8;
  }
  .lip_white_box {
    padding: 24px;
  }
  .bnft_lip .lip_box .ft_head {
    font-size: 17px;
  }
  ul.buy_highlights li {
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 48px;
  }
  .tab-slider--trigger {
    padding: 10px 22px;
  }
  .data-info li:before {
    width: 30px;
    height: 30px;
    background-size: 68%;
  }
  .data-info li.point_1:before {
    background-position: 4px 4px;
  }
  .data-info li {
    line-height: 22px;
    padding-left: 42px;
  }
  .data-info li.point_2:before {
    background-position: 5px -21px;
  }
  .data-info li.point_3:before {
    background-position: 5px -73px;
  }
  .data-info li.point_4:before {
    background-position: 5px -124px;
  }
  .data-info li.point_5:before {
    background-position: 4px -100px;
  }
  .data-info li.point_6:before {
    background-position: 4px -124px;
  }
  .data-info li.point_7:before {
    background-position: 4px -149px;
  }
  .data-info li.point_8:before {
    background-position: 4px -177px;
  }
  ul.buy_highlights li:before {
    width: 26px;
    height: 26px;
  }
  ul.buy_highlights li span {
    top: -4px;
    left: 2px;
    width: 34px;
    height: 34px;
  }
  .cntr {
    left: 16px !important;
  }
  .nm_count:nth-of-type(2n + 1) {
    left: 15px;
  }
  ul.buy_highlights li:after {
    left: 19px;
  }
  .nm_count {
    font-size: 16px;
    top: 3px;
  }
  .cntr_ten {
    left: 11px !important;
  }
  .understanding_liw .lip_white_box {
    padding: 20px;
  }
  .consider_lip .lip_box {
    padding: 15px 30px;
  }
  .cnt_box {
    padding: 15px;
  }
  .bnft_lip .lip_box {
    padding: 20px;
  }
  .button-all-vw {
    height: 38px;
    padding: 0px 10px;
    font-size: 16px;
  }
  .typlip span.type_icon {
    padding: 14px;
  }
  .img_hide {
    display: none;
  }
  .key {
    width: 100%;
  }
  .lip_box img {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 376px) {
  .data-info li {
    width: 49%;
    padding-right: 8px;
    font-size: 14px;
  }
}
/*life Insurance 21 dec 2024 css end--------------------------------------------------------------------------------------------*/
/*blog section css start here--------------------------------------------------------*/
/*------scroll css start-------*/
/*----deatil section css end------*/
/*------blog table scroll css start-------*/
/* Track */
/* Handle */
/* Handle on hover */
/*blog section css end here--------------------------------------------------------*/
/*end-----------------------------------------------------------------*/
/* .pagination-detail li{display:inline-block} */
/*end-------------------------------------------------------------------------*/
/* blog listing start */
/*------------- blog listing end------------------------------------------------*/
/*------------------ Blog start-------------------- */
/*end-----------------------------------------------------------*/
/*blog admin tool fix k 21dec-23-------------------------------------*/
/* .blog-content-left ol li:before {counter-increment: step-counter;content: counter(step-counter);} */
/*-auto ol counting stop*/
.inner_blg_box {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 3.464px 17px 0px rgba(106, 105, 194, 0.25);
  margin-bottom: 30px;
  border-bottom: 2px solid #0552b1;
}

.blog-grid-text {
  padding: 5px 20px;
}
.blog-grid-text span {
  font-size: 12px;
  padding-right: 40px;
  color: #222;
  font-weight: 200;
}
.blog-grid-text span i {
  color: #234dc3;
  padding-right: 8px;
}

.blog_thumb_img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.blog_thumb_img img {
  width: 100%;
  transition: 2s;
}
.blog_thumb_img:hover img {
  transform: scale(1.1);
}

.btn-check:checked + .btn {
  color: var(--bs-btn-active-color);
  background-color: #0552b1 !important;
  color: #fff !important;
  border-color: var(--bs-btn-active-border-color);
}

.btn.active {
  color: var(--bs-btn-active-color);
  background-color: #0552b1 !important;
  color: #fff !important;
  border-color: var(--bs-btn-active-border-color);
}

.btn.show {
  color: var(--bs-btn-active-color);
  background-color: #0552b1 !important;
  color: #fff !important;
  border-color: var(--bs-btn-active-border-color);
}

.btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: #0552b1 !important;
  border-color: var(--bs-btn-active-border-color);
}
.btn:not(.btn-check) + .btn:active {
  color: #fff !important;
  background-color: #0552b1 !important;
  border-color: var(--bs-btn-active-border-color);
}

#blog_filter .btn {
  background: #fefefe;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-right: 12px;
  display: inline-block;
  float: left;
  margin-bottom: 12px;
  font-size: 15px;
}

.grid_column {
  display: none;
}

.show {
  display: block !important;
}

.blog_grid_pg h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
.blog_grid_pg .search-bar {
  border: 1px solid #07a1ec;
  height: 39px;
  background: #e0edf5;
  border-radius: 7px;
  width: auto;
}

.change-text {
  border: 1px solid #ccc;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-radius: 2px;
}

.blog_paragraph .blog-readmore {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff !important;
  white-space: nowrap;
  padding: 7px 22px;
  border-radius: 4px;
  width: 30%;
}

.blog_search .search-bar {
  background: #ffffff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.blog_search .search-bar input {
  font-size: 16px;
  border: none;
  outline: none;
  width: 400px;
}

ul.isotope-filter-list {
  border: 1px solid #ccc;
  border-top: none;
  padding: 6px 8px;
}

.blog_mob_filter {
  display: none;
}

.blog-arrow {
  font-weight: 500;
}
.blog-arrow i {
  font-size: 13px;
}

.wrap-blog {
  position: relative;
  top: -7%;
  right: 21%;
  width: 0px;
  height: 42px;
  background: #0552b1;
  line-height: 0;
  padding-right: 46px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  float: right;
}
.wrap-blog input.blog_src_fix {
  line-height: 35px;
  border: unset;
  background: #e0edf5;
}
.wrap-blog .input {
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: sans-serif;
  font-size: 18px;
  color: #fff !important;
  font-style: italic;
  transition: all 0.3s ease;
  position: relative;
}
.wrap-blog .input.active {
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
}
.wrap-blog input::placeholder {
  color: #fff !important;
}

.wrap-blog.fa {
  color: #fff !important;
  position: absolute;
  right: 17px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
}

.wrap-blog.active {
  width: 250px;
  padding-left: 25px;
  transition: all 0.5s ease;
}

i.serch-icon-blog::before {
  color: #fff !important;
  position: relative;
  top: -9px;
  left: 15px;
}

.blog-left-part {
  border: 1px solid #fff;
  padding: 20px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 10px;
}
.blog-left-part h2 {
  font-size: 20px !important;
  font-weight: 500;
}
.blog-left-part h3 {
  font-size: 18px !important;
  font-weight: 600;
}
.blog-left-part::-webkit-scrollbar {
  height: 5px !important;
}
.blog-left-part table {
  width: 100%;
}
.blog-left-part .blog-content > div {
  overflow-x: auto;
}
.blog-left-part .blog-content > table {
  width: 100%;
}
.blog-left-part th {
  padding: 5px 14px;
  background: rgba(91, 155, 213, 0.4) !important;
}
.blog-left-part th p {
  color: #0c0c0c !important;
  margin-bottom: 0;
}
.blog-left-part td {
  padding: 4px 13px;
}
.blog-left-part .top_ins_compnies thead {
  border: 1px solid #CCD2D8 !important;
}
.blog-left-part tr:nth-child(even) {
  background: rgba(221, 235, 247, 0.9) !important;
}

.blog-detail-table td {
  color: #222222;
}
.blog-detail-table::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}
.blog-detail-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.blog-detail-table::-webkit-scrollbar-thumb {
  background: #888;
}
.blog-detail-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.blog-detail-table::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

.blog-content h1 {
  font-size: 22px;
  font-weight: 500;
  padding: 0px 19px;
}

.blog-txt-add {
  padding: 0 45px 0 45px;
}
.blog-txt-add:before {
  content: "\f10d";
  position: absolute;
  font-size: 40px;
  font-family: "FontAwesome";
  color: #e5e5e5;
  left: 16px;
  top: -4px;
  opacity: 0.6;
}
.blog-txt-add p {
  font-weight: 500;
}

.blog-divider {
  border: 1px dashed #0a73ae;
  margin-bottom: 15px;
}

.blog-tabs .nav-tabs .nav-link {
  font-family: "DM Sans", sans-serif;
}

.include_gst {
  font-size: 11px;
  display: block;
  line-height: 14px;
  padding-top: 4px;
}

.lyt_blu {
  color: #0b9ef0;
}

.loc_hd {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.loc_nrm_txt {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.edt_btn .button-1 {
  height: 36px;
  background: #eff5f5;
  color: #096ea7;
  font-size: 14px;
  font-family: jost;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #bfc5cb !important;
}
.edt_btn .button-1:after {
  border-radius: 6px;
}
.edt_btn a span:after {
  content: "\f044";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  padding-left: 8px;
  right: 0;
}
.edt_btn a:hover span {
  color: #fff !important;
}

.blog-right-part {
  border: 1px solid #fff;
  padding: 20px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 10px;
}

.search-container {
  width: 480px;
  display: block;
  margin: 0 auto;
}

input#search-bar {
  margin: 20px auto;
  width: 65%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  border: unset;
  outline: none;
  border-radius: 3px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
}
input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus .search-icon {
  position: relative;
  float: right;
  width: 50px;
  height: 45px;
  top: 18px;
  right: 14px;
  background: #0552b1;
  padding: 11px;
}

button.serch-submit {
  border: unset;
  background-color: unset;
}

.blog-content-right {
  width: 100% !important;
  height: auto;
  background: #fff;
  padding: 30px 20px;
  float: right;
  margin-top: 30px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 10px;
  width: 28%;
  height: auto;
  background: #fff;
  padding: 30px 20px;
  float: right;
}
.blog-content-right li {
  border-bottom: 1px solid #d1d1d1;
  padding: 13px 0px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 13px 0px;
  padding-left: 20px;
  position: relative;
}
.blog-content-right li a {
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.blog-content-right li::before {
  content: "\f101";
  height: 2px;
  position: absolute;
  left: 0;
  top: 37%;
  width: 10px;
  font-family: "FontAwesome";
  color: #0552b1;
  font-size: 11px;
  background-color: unset;
}
.blog-content-right h2 {
  border-bottom: 1px solid #0552b1;
  padding-bottom: 10px;
  font-size: 20px !important;
  font-weight: 600;
}
.blog-content-right .main-title {
  font-size: 28px;
  color: #0a74a9;
  text-align: left;
  padding: 20px 0px 10px 0px;
  margin: 0px;
}

.recent-post-box {
  border: 1px solid #fff;
  padding: 20px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 10px;
}
.recent-post-box h3 {
  border-bottom: 1px solid #0552b1;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.right-recent-post img {
  border-radius: 6px;
  margin: 15px auto;
}

p.blog-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 15px;
}

span.recent-blog-date {
  font-size: 11px;
  color: #595959;
  line-height: 0;
  position: relative;
  bottom: 13px;
  margin-left: 15px;
  font-weight: 400;
}

.blog-privious {
  border: 1px solid #0552b1;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff !important;
  background: #0552b1;
  width: 125px;
  font-size: 16px;
  text-align: center;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
}
.blog-privious i {
  margin: 3px 6px;
}

.btn-blog {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 10px;
}

.b-border-bx img {
  border: 1px solid #e0edf5;
  border-radius: 4px;
}

.next-btn-blog {
  display: flex;
  justify-content: end;
}

.blog-serch-icon #search-btn {
  position: relative;
  top: 0;
  background-color: rgb(5, 82, 177);
  padding: 10px;
  border-radius: 4px;
  color: #FFF;
  float: right;
  right: 35px;
}
.blog-serch-icon #search-btn:hover {
  background-color: #0b9eee;
  cursor: pointer;
}
.blog-serch-icon #search-overlay {
  display: none;
}
.blog-serch-icon .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
  z-index: 99999999;
}
.blog-serch-icon .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}
.blog-serch-icon .centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
  text-align: -webkit-center;
}
.blog-serch-icon #search-box {
  position: relative;
  width: 75%;
  margin: 0;
}
.blog-serch-icon #search-box input[type=text] {
  width: 100%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 16px;
}
.blog-serch-icon #search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}
.blog-serch-icon #search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}
.blog-serch-icon #search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 100px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #0552b1;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
.blog-serch-icon #close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}
.blog-serch-icon #close-btn:hover {
  color: #777;
  cursor: pointer;
}
.blog-serch-icon i {
  font-size: 18px;
}

.pagination-detail {
  margin: 7px 0 35px;
  justify-content: center !important;
  margin: 7px 0 35px;
  justify-content: center !important;
}

.pagination {
  list-style: none;
  border-radius: 0.25rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pagination a {
  color: #0a74a9;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #0552b1;
  border-color: #0552b1;
}

.page-link {
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2ee;
}

.section.blog-box {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background: #f3f3f3;
}

.blog-content-left {
  width: 70%;
  height: auto;
  background: #fff;
  padding: 30px 20px;
  float: left;
}
.blog-content-left .main-title {
  text-align: left;
}
.blog-content-left i {
  margin-right: 10px;
  color: #0a74a9;
  font-size: 13px;
}
.blog-content-left u {
  font-size: 14px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin-right: 15px;
}
.blog-content-left ul {
  list-style: disc;
  padding-left: 15px;
}
.blog-content-left textarea {
  width: 100% !important;
  height: auto !important;
  min-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.blog-content-left span {
  display: inline-flex;
}
.blog-content-left input[type=checkbox] {
  bottom: 0 !important;
}
.blog-content-left img {
  padding-bottom: 8px;
}

.blog-text-left p {
  line-height: 30px;
}
.blog-text-left img {
  width: 100%;
  height: auto;
}
.blog-text-left table {
  white-space: normal;
  border: 1px solid #ccc !important;
}
.blog-text-left tr {
  white-space: normal;
  border: 1px solid #ccc !important;
}
.blog-text-left td {
  white-space: normal;
  border: 1px solid #ccc !important;
}

.search input[type=search] {
  width: 60%;
  display: inline-block;
}
.search .btn {
  border: 1px solid #0a74a9;
  padding: 6px 10px;
  border-radius: 6px;
  background: #0a74a9;
  color: #fff !important;
  height: auto;
  width: 35%;
  margin-left: 3%;
  margin-top: -3px;
  font-size: 16px;
}

.categories-blog {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px 0px;
  border-top: 1px solid #0a74a9;
  border-bottom: 1px solid #0a74a9;
}
.categories-blog li {
  width: 100%;
  height: auto;
  margin: 0px 2%;
  float: left;
}
.categories-blog li a {
  text-decoration: none;
  color: #0a74a9;
}
.categories-blog li a:hover {
  color: #449d44;
}

.blog-detail {
  margin: 20px 0px;
  width: 100%;
  height: auto;
}
.blog-detail .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0px;
}
.blog-detail label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  clear: both;
}
.blog-detail input {
  width: 100%;
  height: auto;
  min-height: 40px;
  border: 1px solid #b2b9c0;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.blog-detail .textarea {
  width: 100%;
  height: auto;
  min-height: 40px;
  border: 1px solid #b2b9c0;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
}
.blog-detail .submit {
  background-color: #0552b1;
  border: 1px solid #0552b1;
  color: #fff !important;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  margin-top: 25px;
}

.blog-name {
  float: left;
  width: 33%;
  display: block;
  margin: 20px 1px;
  font-size: 16px;
  font-weight: 500;
}

section.blogodd:nth-child(odd) {
  background: #f3f3f3;
}
section.blogodd:nth-child(even) {
  background: rgb(255, 255, 255);
}

.blogodd h2:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #0d9ee7;
  position: absolute;
  width: 100%;
  left: 0;
  top: 42px;
}

.blog-page {
  max-width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 40px 0 0 0;
}
.blog-page .container {
  width: 100%;
}
.blog-page i {
  margin-right: 5px;
  color: #0a74a9;
  font-size: 13px;
}
.blog-page u {
  font-size: 14px;
  color: #999;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin-right: 15px;
}

.health-title h2:before {
  content: "";
  display: inline-block;
  width: 11px;
  background: #0d9ee7;
  height: 30px;
  position: absolute;
}
.health-title h2 span {
  padding-left: 20px;
  font-size: 18px;
}
.health-title .button-1 {
  position: absolute;
  right: 22px;
  top: 9px;
  height: 40px;
  border: 1px solid #ccc;
  background: #0d9ee7;
  color: #fff !important;
}

.life-title h2:before {
  content: "";
  display: inline-block;
  width: 11px;
  background: #00c173;
  height: 30px;
  position: absolute;
}
.life-title h2 span {
  padding-left: 20px;
}
.life-title .button-1 {
  position: absolute;
  right: 22px;
  top: 9px;
  height: 40px;
  border: 1px solid #ccc;
}

img.blog-img {
  margin-top: 15px;
  max-width: 100%;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.top_ins_compnies tr {
  border: 1px solid #CCD2D8 !important;
}

.blog-single-item {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.blog-single-item .thumbnail img {
  width: 100%;
}
.blog-single-item .content {
  padding: 30px;
  padding-top: 27px;
}
.blog-single-item .content .auth {
  margin-bottom: 7px;
}
.blog-single-item .content .auth span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--body-color);
}
.blog-single-item .content .auth span:first-child {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.blog-single-item .content .auth span:first-child:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background: var(--body-color);
  opacity: 0.15;
  bottom: 1px;
  right: 0px;
}
.blog-single-item .content h3 {
  margin-bottom: 30px;
}
.blog-single-item .content h3 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2E2626;
}
.blog-single-item .content h3 a:hover {
  color: var(--primary-color);
}
.blog-single-item a.button-1 {
  height: 44px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding-left: 20px;
  color: var(--headding-color);
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
.blog-single-item a.button-1:hover {
  color: #fff !important;
}
.blog-single-item a.button-1:hover i {
  color: var(--primary-color);
  background: #fff;
}
.blog-single-item a.button-1 i {
  width: 38px;
  height: 38px;
  background: var(--headding-color);
  margin-left: 12px;
  font-size: 10px;
}
.blog-single-item a.blog-btn {
  color: var(--headding-color);
}
.blog-single-item a.blog-btn:hover {
  color: var(--primary-color);
}
.blog-single-item a.blog-btn i {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .blog-right-part .search-container {
    width: 271px;
  }
}
@media (max-width: 1200px) {
  .blog-right-part .search-container {
    width: 353px;
  }
}
.breadcumb-area {
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcumb-area h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;
}
.breadcumb-area ul li {
  display: inline-block;
  color: var(--primary-color);
  font-family: "DM Sans";
  font-size: 24px;
  line-height: 36px;
  padding: 0px 10px;
  position: relative;
}
.breadcumb-area ul li a {
  color: var(--primary-color);
}
.breadcumb-area ul li::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: -7px;
  color: var(--primary-color);
  display: inline-block;
}
.breadcumb-area ul li:last-child:after {
  display: none;
}

.button-1.cov_under {
  background: #07a1ec;
  color: #fff;
}

.crumb {
  background: #e0edf5;
  width: 100%;
  height: auto;
  padding: 5px;
  color: #222;
}

.breadcrumb-insure::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-insure li {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 5px 0px;
}
.breadcrumb-insure a {
  color: #222;
}

ul.breadcrumb-insure li::after {
  content: "»";
  margin: 0 0.6em;
  color: #000;
  display: inline-block;
  padding-left: 4px;
}
ul.breadcrumb-insure li:last-child:after {
  display: none;
}
ul.breadcrumb-insure li:first-child:after {
  display: none;
}

li.current::after {
  display: none;
}

.claim_pd_slider .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin-bottom: 8px;
  margin: auto;
}
.claim_pd_slider .owl-theme .owl-nav {
  width: 100%;
  top: -6px;
}
.claim_pd_slider button.owl-prev {
  float: left;
}
.claim_pd_slider button.owl-next {
  float: right;
}
.claim_pd_slider .owl-dots {
  display: block;
}
.claim_pd_slider .slidenav.left-nav i {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
.claim_pd_slider .slidenav.right-nav i {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}

.off_bg {
  background: #f7f7f9;
}

.claim_title {
  font-size: 44px;
  line-height: 48px;
  font-family: jost;
}

.txt_blue {
  color: #3e9ed6;
}

.txt_green {
  color: #1da94c;
}

.claim_process .nav-tabs {
  justify-content: center;
}
.claim_process .nav-tabs .nav-link.active {
  background: #037edb;
}
.claim_process .nav-tabs .nav-link {
  margin-right: 8px;
  border: 1px solid #c1d1e1;
}
.claim_process .nav-tabs > li {
  border: 0;
}

.step_box {
  background: #fff;
  position: relative;
  padding: 50px 30px 30px 30px;
  border: 1px solid #c1d1e1;
  border-radius: 8px;
}
.step_box .step {
  position: absolute;
  background: #1098DA;
  border-radius: 12px 0 12px 0;
  padding: 6px 40px;
  left: -12px;
  top: 0;
  color: #fff;
}
.step_box .step span {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  border-top: 11px solid #0756a4;
  border-left: 12px solid transparent;
  left: 0;
}

.all_sb_heading {
  font-size: 18px;
  font-weight: 600;
}

ul.checklist li {
  line-height: 30px;
}
ul.checklist li:before {
  content: "\f14a";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 pro";
  margin-right: 12px;
}

div#document .step_box {
  padding: 30px;
}

.comp_box {
  background: #fff;
  position: relative;
  padding: 30px;
  border: 1px solid #c1d1e1;
  border-radius: 8px;
}
.comp_box div:nth-child(1) {
  border-left: 0;
  border-top: 0;
}
.comp_box div:nth-child(2) {
  border-left: 0;
  border-top: 0;
}
.comp_box div:nth-child(3) {
  border-left: 0;
  border-top: 0;
}
.comp_box div:nth-child(4) {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.comp_box div:nth-child(5) {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.comp_box div:nth-child(6) {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.comp_box div:nth-child(7) {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.comp_box div:nth-child(8) {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.all_bdr_cbox {
  border: 1px solid #c1d1e1;
}

.claim_faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.claim_faq .accordion-button {
  padding: 0.5rem 0.8rem;
}

.claim_Banner {
  border-bottom: 1px solid #ccc;
}
.claim_Banner span.ft_head {
  position: absolute;
  left: 18px;
  top: -13px;
  background: #f7f7f9;
  display: table;
  margin: auto;
  padding: 0 6px;
  width: auto;
  font-weight: 400;
  font-family: jost;
  font-size: 16px;
}
.claim_Banner .lip_box {
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #0d4fc8;
  text-align: center;
}

.blue_box_top {
  padding: 20px;
  background: #09a0ee;
  color: #fff;
  border-radius: 12px;
}

.pd-50 {
  padding-right: 50px;
}

.email_box.claim {
  border-radius: 10px;
  border: 1px solid #c2d2e2;
  padding: 20px 30px;
}

.insurer_list_box {
  background: #fff;
  position: relative;
  padding: 50px 30px 30px 30px;
  border: 1px solid #c1d1e1;
  border-radius: 8px;
}

.request_title {
  font-size: 24px !important;
  font-weight: 300;
  font-family: jost;
  opacity: 0.9;
}

.call_box {
  width: 34px;
  height: 34px;
  background: #deecfa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.center_call {
  display: flex;
  align-items: center;
}
.center_call > span {
  color: #037edb;
}

.shdw {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.active__current {
  border-radius: 6px;
  border: 2px solid #07a1ec !important;
  padding: 10px 0;
  font-weight: 500;
}

.green_shape {
  position: relative;
  background: #19B24D;
  display: inline-block;
  color: #fff;
  padding: 2px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  margin-left: 5px;
}
.green_shape:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 11px solid #19B24D;
  border-right: 12px solid transparent;
  left: -5px;
  transform: rotate(45deg);
  top: 12px;
}

.need_txt {
  font-size: 30px;
  line-height: 38px;
  font-family: "Jost";
}

.need_txt_bld {
  font-weight: 600;
}

.claim_bx_wrap {
  border: 1px solid #042A58;
  padding: 10px;
  border-radius: 6px;
}
.claim_bx_wrap div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.claim_all_pd a {
  font-weight: 400;
  color: #222;
}

.ab-banner h1 {
  color: #fff !important;
  font-weight: 500;
}

form#ask_expert_form input,
form#ask_expert_form select option,
form#ask_expert_form textarea {
  font-family: "DM Sans", sans-serif !important;
  width: 100%;
}

.term-left.irda img {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  display: block;
  box-shadow: 0px 3px 10px 3px #e6e6e6;
}

/*career css------------------------*/
.mid-container-two {
  max-width: 670px;
}

.box-two-about {
  text-align: center;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  padding: 6px 11px;
  border-radius: 48px;
}
.box-two-about li {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
}
.box-two-about li a {
  padding: 6px 23px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
}
.box-two-about li a.active {
  color: #fff;
  background: #3d3693;
  cursor: pointer;
}
.box-two-about li a.active:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.box-two-about a:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.about-sect h3.heading-mis {
  font-size: 48px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #253858;
}

p.para-mis {
  font-size: 16px;
}

.mission-content {
  padding: 0 104px 0px 28px;
  margin: 70px 0 0 0;
}

.mission-img {
  position: relative;
  left: 122px;
  border-radius: 20px;
  border: 2px solid #ebf7fa;
  width: 400px;
}

.mission-img-two {
  position: relative;
  width: 300px;
  border-radius: 30px;
  bottom: 144px;
  background-color: #e7f9f5;
}

.vision-content {
  padding: 0 104px 0px 28px;
  margin: 70px 0 0 0;
}

.vision-img {
  position: relative;
  border-radius: 20px;
  border: 2px solid #ebf7fa;
  width: 400px;
}

.vision-img-two {
  position: relative;
  width: 337px;
  border-radius: 30px;
  bottom: 115px;
  right: -249px;
}

.about-icon ul li::before {
  content: none !important;
}

.about-margn {
  margin: -74px 0px;
}

ul.dot {
  list-style: disc;
}

.box-about-mobile {
  width: 100%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  display: none;
}
.box-about-mobile li.about-mobile-item a {
  border-radius: unset;
  border: unset;
  padding: 12px;
  background: unset;
}

.box-about li.about-mobile-item a.active i {
  color: #024e92 !important;
  cursor: pointer;
}

.box-footer li a.active i {
  color: #024e92 !important;
  cursor: pointer;
}
.box-footer li.about-mobile-item a {
  background: unset;
}

.about-mobile-item a.active span {
  color: #024e92 !important;
  cursor: pointer;
}

li.about-mobile-item span {
  color: #222;
  display: block;
}
li.about-mobile-item a i {
  color: #222;
}

.tooltip_t {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 14px;
  border-right: 1px solid #ccc;
}
.tooltip_t .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #5579f8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  bottom: 43px;
  left: -18px;
}
.tooltip_t:hover .tooltiptext {
  visibility: visible;
}
.tooltip_t a i {
  color: #000;
}
.tooltip_t a.active i {
  color: #024e92;
}
.tooltip_t:last-child {
  border-right: 0;
}

.tolltib_box {
  width: 100%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: none;
  background: #fff;
}

.term_left_leagl {
  padding: 40px 0px 30px 0;
}

.box-footer {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

.box-footer.privacy-alignment-fix {
  margin-top: -53px;
}

.term-left li {
  line-height: 24px;
  color: #222;
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.perposal-box .datepickertd {
  padding: 15px;
}

th {
  padding: 15px;
  text-align: left;
  color: #2b404a;
  font-size: 16px;
  font-style: normal;
  padding: 15px;
  letter-spacing: 1px;
}

td {
  text-align: left;
  color: #2b404a;
  font-size: 16px;
  font-style: normal;
  padding: 15px;
  letter-spacing: 1px;
}

table {
  border-collapse: collapse;
  white-space: normal;
}
table tr {
  white-space: unset;
}
table td {
  white-space: unset;
}

.isnp-btn .active {
  background-color: #0a74a9;
  color: #ffffff;
}

button.isnp-page-btn {
  padding: 7px;
  border: 1px solid #0a74a9;
  border-radius: 4px;
  font-size: 15px;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}
.our-team .team-wrap {
  padding: 0 40px;
}
.our-team .container-fluid {
  padding: 0 50px;
}

.team-img {
  position: relative;
  overflow: hidden;
  background: #eff5f5;
}
.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}
.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}
.team-img:hover .overlay {
  opacity: 1;
}

.team-member {
  position: relative;
  overflow: hidden;
  background: #eff5f5;
}

.team-title {
  margin: 18px 0 7px;
}
.team-title span {
  text-align: left;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-details p {
  color: #fff;
}
.team-details .socials i {
  color: #fff;
  background: #0d95d9;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}
.socials a:hover i {
  color: #fff;
  background-color: #0d95d9;
}
.socials i {
  line-height: 67px;
  font-size: 45px;
  padding-left: 2px;
  width: 65px;
  height: 65px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-wrap-m {
  margin-top: 50px;
}

.team_name_box {
  margin-top: 1px;
  padding: 7px 0 12px 0px;
}
.team_name_box span {
  padding: 10px 0px 10px;
}

.team_line {
  line-height: 1;
}

.commercial_add_content {
  padding: 40px 0 40px 16px;
  font-size: 32px;
}

span.designation-name {
  font-size: 20px;
}

.content {
  padding: 40px 0px;
}

.job-apply {
  background-color: #f0f4fd;
  padding: 15px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.career-font {
  font-size: 14px;
}

.apply-circle {
  border-radius: 50%;
  border: 1px solid #666666;
  padding: 4px 6px 4px 6px;
  background-color: white;
}

.apply-flex {
  display: flex;
  align-items: center;
}

.job-apply-form {
  background-color: #f0f4fd;
  padding: 17px 30px 10px;
  border-radius: 10px;
}

.ediction-ok {
  height: 38px;
  display: block;
  border-radius: 8px;
  border-color: rgba(34, 34, 34, 0.6) !important;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 10px;
}

.job-border {
  border-bottom: 4px solid #0B9EEE;
}

.car-detail-section {
  padding: 1%;
}

.job-btn {
  background-color: #024f94;
  border-radius: 6px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  text-wrap: nowrap;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ----------------------------New Contact us css end---------------------------- */
.cont-img {
  position: relative;
  max-width: 585px;
}

.cont-img-one {
  position: absolute;
  bottom: 78px;
  right: 46px;
  z-index: 2;
}

.cont-img-two {
  position: absolute;
  bottom: 46px;
  left: 90px;
  z-index: 3;
}

.cont-img-three {
  position: absolute;
  bottom: 267px;
  left: 152px;
  z-index: 1;
  -webkit-animation: rotateme 30s linear infinite;
  animation: rotateme 30s linear infinite;
}

.cont-img-four {
  position: absolute;
  bottom: 205px;
  left: 55px;
  z-index: 2;
}

.cont-img-five img {
  -webkit-animation: rotateme 30s linear infinite;
  animation: rotateme 30s linear infinite;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.contact-card-item {
  border: 2px solid #f5f5f5;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  padding: 23px 20px;
  margin-bottom: -86px;
  z-index: 2;
  position: relative;
}

.contact-card {
  background: #F7F7F7;
  padding: 26px 9px 30px 93px;
  position: relative;
  transition: 0.4s;
}
.contact-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-card .contact-icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-clr {
  font-size: 24px;
  color: #042a58;
}

.cont-heading {
  font-size: 28px;
  color: #024f94;
  margin-bottom: 14px;
}

/*travel insurance list page fixes----------------------------------------*/
.fr_trv_lyt {
  font-size: 12px;
  color: #312f2f;
}

.fr_bld_trv {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  background: #e1edf8;
  padding: 3px 8px;
  line-height: 20px;
  border-radius: 6px;
}

.coverg_frts {
  font-size: 16px;
  font-weight: 600;
}

.fr2_bld_trv {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  background: #ebf5ee;
  padding: 3px 8px;
  line-height: 20px;
  border-radius: 6px;
}

.rsp_td_data td, .rsp_td_data th {
  font-size: 14px;
  padding: 0.2rem 0.2rem;
}

.rsp_td_data tr:nth-child(even) {
  background: rgba(221, 235, 247, 0.9);
  border: 1px solid #1098DA !important;
}

/* travel insurance form dessign fixes css 17june 2024 start----------------------------------------*/
#travel_form .edit_box select {
  margin-bottom: 0 !important;
}

#travel_form .edit_box .form-check .form-check-input {
  padding: 8px;
  width: unset !important;
  position: relative;
  bottom: 2px;
}

#travel_form label {
  font-size: 14px;
}

#travel_form .edit_box label.error {
  clear: both;
}

form#updateForm label {
  font-size: 14px;
}

form#updateEnquiry .form-select {
  font-size: 14px;
}

div#trv_editsrch_Modal input[type=checkbox] {
  padding: 8px !important;
}

.offcanvas.upd_trv_dtl p {
  font-size: 14px !important;
}

div#trv_editsrch_Modal label {
  font-size: 14px;
  line-height: 24px;
  clear: both;
}

div#trv_editsrch_Modal .edit_box {
  padding: 0.6rem 0.5rem;
  border: 1px solid #d5d6dc !important;
}

form#updateForm .edit_box {
  border: 1px solid #8b8f93 !important;
}

.canv_btn button {
  height: 48px !important;
}

.offcanvas {
  z-index: 9999999999 !important;
}

div#trv_editsrch_Modal .form-select {
  height: 26px;
  line-height: 14px;
  color: #222 !important;
}

.edit_box.active {
  background: #0b9ef0;
  color: #fff;
}

.ed-bx-bdr .edit_box {
  border: 1px solid #8b8f93 !important;
  padding: 0.6rem 0.5rem;
}

.ed-bx-bdr .edit_box .form-select {
  height: 24px;
  line-height: 11px;
  color: #222 !important;
}

.offcanvas .rdo_hide input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.canv_btn .button-1 {
  color: #fff;
  background: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #fff !important;
  background-color: #25ab4e !important;
}

.inputs input {
  font-size: 16px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(0.375rem + 6px) !important;
}

div#trv_editsrch_Modal.modal {
  --bs-modal-width: 760px;
}

.msrt_bt {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
}

.ofcnv_title {
  border-left: 4px solid #0b9ef0;
  padding-left: 8px;
}

div#trv_editsrch_Modal .input-container input[type=text] {
  border: 1px solid #d5d6dc !important;
}

div#trv_editsrch_Modal .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #d5d6dc !important;
}

.offcanvas h3.hlth_list_title {
  font-size: 14px;
}

label.trv_sm_bd {
  font-weight: 600;
  padding-bottom: 10px;
}

div#trv_editsrch_Modal .edit_box, form#travel_form .edit_box {
  margin-bottom: 0;
}

div#trv_editsrch_Modal .modal label {
  float: unset !important;
}

#travel_form label.error {
  font-size: 12px;
}

.offcanvas-header {
  box-shadow: 0 1px 4px rgba(37, 56, 88, 0.16);
}

@media (max-width: 1024px) {
  .travel_lst_box a.button-1 {
    padding: 4px 10px !important;
  }
}
/* travel insurance new dessign  css start--------------------------------------------------*/
.compare-plan.travel-add {
  position: relative;
  z-index: 99;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0px 10px 44px rgba(0, 0, 0, 0.09);
  border: 1px solid #cbd9d9;
}

.top_ins_compnies table td {
  vertical-align: middle;
}

.travel_what {
  position: relative;
  z-index: 11;
}

.travel_what:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/world-map.webp);
  background-repeat: no-repeat;
  background-position: right center;
  top: 0;
}

.travel-image-wrapper-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  margin-top: -33px;
}

.travel-image-wrapper-1 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -32px;
  margin-left: 32px;
}

.travel-image-wrapper-1 .image-wrapper.style-1 {
  width: 224px;
  bottom: 0;
  margin-left: 108px;
  margin-bottom: -88px;
}

.travel-image-wrapper-1 .image-wrapper.style-2 {
  width: 140px;
  bottom: 0;
  right: 0;
  margin-bottom: -106px;
  margin-right: 332px;
  animation: flipInX 2s linear infinite alternate;
}

.travel-image-wrapper-1 .image-wrapper.style-3 {
  width: 340px;
  top: 0;
  right: 0;
  margin-top: -46px;
  margin-left: 85px;
}

.travel-image-wrapper-1 .image-wrapper {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #ffffff;
  overflow: hidden;
}

.type-travel ul.check-add-retirement-box li p {
  padding-left: 0;
}

.type-travel .ratio a.button-1 {
  top: inherit;
  margin-top: 20px;
  margin-left: 33px;
}

.buy-travel img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.why-travel {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.buy-travel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/travel-element-1.webp);
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
}

.buy-travel {
  position: relative;
}

.buy-travel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/travel-element-2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  bottom: 0;
}

.travel-online .ratio a.button-1 {
  top: inherit;
}

.icon-wrapper {
  background-color: #ffffff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.content_travel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
}

.info-holder-benefits {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}

.travel-benefits .ratio a.button-1 {
  top: inherit;
  margin-left: 112px;
}

.travel-benefits:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/travel/cloud.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.3;
  bottom: 0;
  top: 0;
}

.travel-benefits .container {
  position: relative;
  z-index: 11;
}

.travel-benefits {
  position: relative;
}

.travel-benefits table tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #ccc !important;
}

.features-plan tr:nth-child(even) {
  background: rgba(219, 245, 245, 0.3) !important;
}

.Covers_travel .choose-plan-box {
  height: 200px;
}

.marine_desk {
  height: unset !important;
}

.top_ins_compnies a.button-1 {
  width: 132px;
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 32px;
}

.top_ins_compnies a.button-1:after {
  border-radius: 6px;
}

.buy_travel_ok .process__single-4 {
  margin-top: 34px;
}

.buy_travel_ok .process__single-2 {
  margin-top: 94px;
}

.buy_travel_ok .process__single-3 {
  margin-top: 8px;
}

.buy_travel_ok a.button-1 {
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 38px;
}

.buy_travel_ok a.button-1:after {
  border-radius: 6px;
  border: 0;
  color: #fff;
  height: 38px;
}

.policy-work.premium_trv ul.check-add-retirement-box li p {
  padding-left: 10px;
}

.policy-work.premium_trv p {
  display: inline-block;
}

ul.check-add-retirement-box li p {
  padding-left: 14px;
}

/*need to update in style.css---------------------------------------------------------------------------------------*/
.bst_travel_comp .service-grid.style3:not(:nth-child(4n)) {
  border-right: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+2)) {
  border-top: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+4)) {
  border-left: 0;
}

.bst_travel_comp .service-grid.style3:not(:nth-child(2n)) {
  border-right: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3 {
  border-top: 1px solid rgba(18, 18, 18, 0.2);
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+8)) {
  border-top: 0 !important;
}

.bst_travel_comp .service-grid_content {
  margin: auto;
  text-align: center;
}

.bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+4)) {
  border-top: 0;
}

.bst_travel_comp .service-grid {
  padding: 20px;
}

.bst_travel_comp a.button-1 {
  width: 132px;
  border-radius: 6px;
  background: #3d3693;
  border: 0;
  color: #fff;
  height: 32px;
}

.renew_travel .tabbox {
  border: 1px solid #ccc;
}

.renew_travel .tabbox:after {
  border-radius: 6px;
}

/* -----travel new css start ----------- */
#mainContent #progressbar .prog-width {
  width: 19.4% !important;
}

#mainContent #progressbar .reli-width {
  width: 19.4% !important;
}

/* -----bug fixes css start ----------- */
#illness_question_row_1_1 .error {
  margin-top: 0 !important;
}

#showisSportsAcitivity1 .error {
  margin-top: 3px !important;
}

#showisSportsAcitivity1 input[type=checkbox] {
  padding: 8px;
}

.medical-point {
  list-style-type: disc;
  padding: 17px 17px 0 !important;
  line-height: 2;
  font-size: 15px;
}

.medi-error .error {
  margin-top: 5px !important;
}

.health-reli .error {
  margin-top: 0 !important;
}

.medi-check {
  font-size: 15px;
}

.medi-error p {
  font-size: 16px !important;
}

.medical-prac .medi-check input[type=checkbox] {
  bottom: 9px !important;
}

.no-act .nav-link.active {
  background-image: none !important;
}

#mainContent #progressbar .prog-width {
  width: 19.4% !important;
}

#mainContent #progressbar .reli-width {
  width: 19.4% !important;
}

.sticky-travel {
  position: sticky;
  top: 0;
  height: 408px;
}

.no-bottom {
  bottom: -3px !important;
}

.trvel-rep::before {
  display: none;
}

.child-left {
  left: 0px !important;
}

.off-border {
  border: 1px solid #ebe3e3;
  border-radius: 11px 11px 0 0;
}

.policy-check-bottm input[type=checkbox] {
  padding: 8px !important;
  bottom: -3px !important;
}

.policy-check-lab .form-check-input {
  margin-left: -24px !important;
}

.personal-error .error {
  float: none !important;
}

#wrongNumberEdit:hover {
  color: #1a3d8f !important;
}

.feet-font {
  font-size: 16px !important;
}

.input-blk {
  float: right;
}

.joint-term {
  float: none !important;
  display: block;
}

.wrkmen.industry-list-neww li {
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 !important;
}

.invst-font-weight {
  font-weight: 500 !important;
}

a.login-focus:focus {
  border: 1px solid black !important;
}

.select-arrow {
  background-position: right 23px center;
}

.common-bottom {
  bottom: unset !important;
}

@media (max-width: 567px) {
  .medical-prac .medi-check input[type=checkbox] {
    bottom: 31px !important;
    right: -6px;
  }
  .sticky-travel {
    height: 408px;
  }
  .policy-check-bottm input[type=checkbox] {
    padding: 8px !important;
    bottom: -3px !important;
  }
  .policy-check-lab .form-check-input {
    margin-left: -24px !important;
  }
  .hdfc-gap {
    gap: 3px !important;
    font-size: 13px;
  }
  .hdfc-font {
    font-size: 12px !important;
  }
  .hlt-modl-pad {
    padding: 4px !important;
  }
  .policy-txt-wrp {
    width: 150px;
  }
  .documents-rqrd ul.check-add-retirement-box:before {
    left: 8px;
  }
  .documents-rqrd ul.check-add-retirement-box:before {
    display: none;
  }
  .input-blk {
    display: block;
    float: none;
  }
  .health-feature-font {
    font-size: 22px;
  }
  .all-1-btn {
    height: 39px !important;
    padding: 0px 13px !important;
    border-radius: 6px !important;
  }
  .female-margin {
    margin-left: 8px;
  }
}
/* -----travel new css end ----------- */
.future-bg {
  background: #3d3693;
}

ul.cancer-type-list li {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #0799e1;
  padding: 35px;
  width: 19%;
  margin: auto;
}

ul.travel-type-step li {
  padding: 25px;
  width: 21%;
}

ul.cancer-type-list {
  display: flex;
}

.toggle-title.lic-in {
  cursor: pointer;
  text-align: center;
  position: inherit;
  right: inherit;
}

.toggle-title.lic-in i {
  font-size: 1.2em;
  width: 2.25em;
  background: #2d529f;
  border-radius: 100%;
  height: 2.25em;
  color: #fff;
  line-height: 42px;
  position: inherit;
}

.dc__rqrd {
  position: relative;
  z-index: -1;
}

/*term new design css start---------------------------------------------------*/
.mobile-view {
  display: none;
}

.gst_all {
  color: #0B9EF0;
  font-size: 12px;
  display: block;
  padding-top: 6px;
  padding-bottom: 10px;
  text-align: center;
}

.ratio-ib .ratio a.button-1 {
  top: 1px;
}

.termadd_box.secure {
  display: block;
}

.termadd_box {
  background: #d3e3f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.term-keyfeatures .single-future-box.choose-plan-box {
  height: 310px;
}

.content_v_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.term-info {
  padding: 20px 20px 20px 80px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ccd2d8;
  border-radius: 0;
  position: relative;
}

.term-info:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0px;
  font-size: 100px;
  color: #b7dbfb;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 0.9375rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.term-info:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.term-info:not(:last-child) {
  margin-bottom: 10px;
}

.term-title {
  font-weight: 600;
}

.pd-rght {
  padding-right: 120px;
}

.pd-left {
  padding-left: 120px;
}

.term-info {
  position: relative;
  counter-increment: my-awesome-counter;
}

.term-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/term/term-man.webp);
  background-position: bottom center;
  background-size: contain;
  opacity: 0.4;
}

.term-type .plan-icon-holder {
  width: 90px;
  height: 90px;
  background: #0f97da;
  border-radius: 10px;
  padding: 6px;
  margin-bottom: 8px;
}

.term-type .plan-icon-holder {
  position: relative;
  display: block;
}

.plan-icon-holder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, var(--insur-base, #015fc9) 0%, var(--insur-primary, #0ce0ff) 100%);
  border-radius: 10px;
  background-color: var(--insur-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.icon-area:hover .plan-icon-holder:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.plan-icon-holder:hover {
  transform: translateY(-1px);
  background-color: #024f94;
}

.plan-icon-holder img {
  transform: translate(-10px, -10px);
  top: 20px;
  left: 20px;
  position: absolute;
}

.benefits-item a {
  font-weight: 700;
  color: #0a74a9;
}

.benefits-item:hover a {
  color: #222;
}

ul.check-add-retirement-box li {
  position: relative;
}

ul.check-add-retirement-box li:before {
  content: " ";
  width: 25px;
  background-color: #024f94;
  height: 25px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -2px;
  z-index: 100;
  border-radius: 4px;
}

ul.check-add-retirement-box li:after {
  content: "\f00c";
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  top: 1px;
  position: absolute;
  left: 4px;
  z-index: 999;
}

ul.check-add-retirement-box li p {
  padding-left: 14px;
}

.reason-buy a {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
  display: inline-block;
  /*    color: #0a74a9;*/
}

.reason-buy {
  position: relative;
}

.reason-buy:before {
  content: "";
  background-image: url(../img/term/element3.webp);
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 28%;
}

.choose-plan-box {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #0799e1;
  padding: 16px 30px;
  padding-bottom: 20px;
}

.choose-term-plan .accordion-button {
  padding: 8px !important;
  border: 1px solid #e7e7e7;
}

.ratio a.button-1 {
  width: 170px;
  border-radius: 8px;
  background: #042A58;
  border: 0;
  color: #fff;
  top: 24px;
}

.choose-term-plan .list-group-item.active {
  z-index: 2;
  background-color: #eff5f5 !important;
  border-color: #dee2e6 !important;
  color: #222222 !important;
  font-size: 16px;
  line-height: 30px;
}

.choose-plan-box li.list-group-item {
  font-size: 16px;
  line-height: 30px;
}

.ratio a.button-1:after {
  border-radius: 8px;
}

.future-bg {
  background: #3d3693;
}

.future-bg .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
  opacity: 0.2;
  background-size: 100%;
}

.family-future:before {
  content: "";
  background-image: url(../img/term/element5.webp);
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
}

.family-future:after {
  content: "";
  background-image: url(../img/term/element6.webp);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2;
}

.family-img img {
  width: 60%;
}

.family-img.inv_bst img {
  width: unset;
}

.family-price {
  font-weight: 700 !important;
  font-size: 24px !important;
}

.family-title {
  font-weight: 500;
  font-size: 44px;
  font-family: "Jost";
}

.family-title span {
  font-weight: 800;
  font-size: 44px;
  font-family: "Jost";
}

.family-future .lt-text {
  position: relative;
  z-index: 8;
}

.service-grid.style3 {
  --space-x: 40px;
  --space-y: 40px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

.service-grid.style3:not(:nth-last-child(-n+2)) {
  border-top: 0;
}

.service-grid.style3:not(:nth-child(2n)) {
  border-right: 1px solid rgba(18, 18, 18, 0.1);
}

.service-grid.style3:not(:nth-last-child(-n+4)) {
  border-left: 1px solid rgba(18, 18, 18, 0.1);
}

.service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
}

.service-grid.style3 .icon {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
}

/*--------------------------------------------------------------
# payment Process
--------------------------------------------------------------*/
.payment_process {
  position: relative;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}

.process-shape-1 img {
  width: auto;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}

.process__single:hover .process__icon:before {
  transform: scaleX(1);
}

.process__bottom {
  position: relative;
  display: block;
}

.process__contact {
  position: relative;
  display: block;
}

.process__input-box {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.process__single-2 {
  margin-top: 100px;
}

.process__single-3 {
  margin-top: 20px;
}

.process__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #015fc9;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
  opacity: 0.1;
}

/*-----------lic online--------------------*/
.single-future-box.choose-plan-box {
  margin-bottom: 20px;
}

.lic_online:before {
  content: "";
  background-image: url(..//img/term/element2.webp);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  background-size: 15%;
}

.single-future-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  z-index: 99;
}

.single-future-box.active {
  background-color: #4b9ae1;
}

.single-future-box.active h3 {
  color: #fff;
}

.single-future-box.active p {
  color: #fff;
}

.single-future-box.active::before {
  border-color: #fff;
}

.single-future-box.active::after {
  border-color: #fff;
}

.single-future-box:hover {
  transform: translateY(-5px);
}

.single-future-box {
  background-color: #fff;
  border: 1px dashed #ccc;
}

.single-future-box:before {
  opacity: 0;
}

.single-future-box:after {
  opacity: 0;
}

.single-future-box.active {
  border: 1px solid var(--optionalColor);
}

.single-future-box.active::before {
  opacity: 1;
}

.single-future-box.active::after {
  opacity: 1;
}

.single-future-box:hover {
  background-color: #024f94;
  border-color: #024f94;
  color: #fff;
}

.single-future-box:hover h3 {
  color: #fff;
}

.single-future-box:hover p {
  color: #fff;
}

.single-future-box {
  padding: 17px;
  transition: all 0.3s ease;
}

.single-future-box h3 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

/*----------documents required css start---------*/
.documents-rqrd ul li {
  position: relative;
}

.documents-rqrd ul.check-add-retirement-box:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 10px;
  background-color: #024f94;
}

.documents-rqrd:before {
  content: "";
  background-image: url(../img/term/policy-icon.webp);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.4;
}

.documents-rqrd:after {
  content: "";
  background-image: url(../img/term/element1.webp);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10%;
  opacity: 0.6;
}

/*----------factor policy css start---------*/
.factor-policy-icon {
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #079fea;
  background: #fff;
  margin: auto;
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
}

/*-----------term key features css--------------------*/
.term-keyfeatures .owl-carousel .owl-item img {
  width: auto;
}

.term-keyfeatures button.owl-prev span,
.term-keyfeatures button.owl-next span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: var(--body-color);
  padding-top: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
  font-size: 26px;
}

.term-keyfeatures .factor-policy-icon {
  width: 90px;
  height: 90px;
}

/*----------term ads slider new css-------------------*/
.termadd_box {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 280px;
  border-radius: 24px;
  text-align: center;
  padding: 36px;
  border: 1px dashed #ccc;
}

.termadd_box .term-add-title {
  font-size: 32px !important;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  font-family: "Jost", sans-serif;
}

.term-addn .owl-carousel .owl-item img {
  width: auto !important;
  margin: auto;
  text-align: center;
}

.term-add-box1bg {
  background: #91b2dd;
}

.term-add-box2bg {
  background: #e6c5d6;
}

.term-add-box3bg {
  background: #c6b5d9;
}

.term-addn button.owl-prev span,
.term-addn button.owl-next span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: var(--body-color);
  padding-top: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
  font-size: 26px;
}

.termadd_box .button-1:after {
  background-color: #2c449e;
}

.termadd_box .button-1 {
  border: 1px solid #0171bb;
  padding: 18px 13px;
}

.pd_80 {
  padding-top: 80px;
}

.term-addn .owl-theme .owl-nav {
  top: -72px;
}

.claim-process .step {
  position: absolute;
  background: #042A58;
  border-radius: 0 0 0 12px;
  padding: 6px 20px;
  right: 0;
  top: 0;
  border-bottom-left-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

/*term new design css end k-------------------------------------*/
ul.check-add-retirement-box li {
  position: relative;
  padding-left: 34px;
  color: #222;
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  margin-bottom: 8px;
}

.ngtv-margin-life-plan {
  margin-top: -110px;
}

.buyonline-ins:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 0;
  background-color: #024f94;
}

.buyonline-ins {
  margin-left: 18px;
}

.buyonline-ins p {
  position: relative;
  padding: 0px 0 0 13px;
}

.buyonline-ins p:before {
  content: " ";
  width: 20px;
  background-color: #024f94;
  height: 20px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 100;
  border-radius: 50%;
}

.buyonline-ins p:after {
  content: "\f00c" !important;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: -17px;
  z-index: 1000;
  font-family: "FontAwesome";
  color: #fff;
}

.border-plc {
  border: 1px solid #dbdcdc;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.term-number-code {
  padding-left: 40px !important;
}

.input-field-height {
  height: 40px !important;
}

.scroll-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: none;
  z-index: 99;
}

.scroll-area i {
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.trm__filter {
  padding-left: 40px;
}

.child-read-txt {
  display: block;
  top: 0 !important;
}

@media (max-width: 576px) {
  .trm__filter {
    padding-left: 11px;
  }
}
/*----------------child ins new design css start k-------------------------------------*/
.child-inv-plan .step {
  position: absolute;
  background: #042A58;
  border-radius: 7px 0 12px 12px;
  padding: 6px 32px;
  left: 0;
  top: 0;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.term-type.factor-cons ul li {
  list-style: disc;
  margin-left: 16px;
}
.term-type.factor-cons .plan-icon-holder img {
  top: 24px;
  left: 24px;
}
.term-type.factor-cons:before {
  opacity: 0.1;
}

.v_aln_ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.child-edu ul.check-add-retirement-box li:before {
  top: 1px;
}
.child-edu ul.check-add-retirement-box li:after {
  top: 1px;
}

.single-future-box.choose-plan-box:hover a {
  color: #fff;
}

.eligibility_criteria_child-box {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fff;
  position: relative;
  padding: 30px;
  height: auto;
}
.eligibility_criteria_child-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #0672A7;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.eligibility_criteria_child-box .ts-title {
  z-index: 9;
  position: relative;
}
.eligibility_criteria_child-box p {
  z-index: 9;
  position: relative;
}
.eligibility_criteria_child-box:hover p {
  color: #fff;
}
.eligibility_criteria_child-box:hover:before {
  height: 100%;
  border-radius: 0 0 5px 5px;
}

.eligibility_criteria_child button.owl-prev span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: var(--body-color);
  padding-top: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
  font-size: 26px;
}
.eligibility_criteria_child button.owl-next span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: var(--body-color);
  padding-top: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
  font-size: 26px;
}
.eligibility_criteria_child .owl-theme .owl-nav {
  top: -52px;
}

.pd-rght-child-edu-sc {
  padding-right: 84px;
}

.pd-rght-child-edu-lt {
  padding-left: 84px;
}

.term-addn.child-add .termadd_box {
  padding: 16px;
}

.col-md-6.child-mobile-view {
  display: none;
}

.retirement-benefits:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-repeat: no-repeat;
  background-position: center;
}

.info-box:hover p {
  color: #ffffff;
}

.retirement-read-txt {
  top: 50px !important;
}

.plan-add {
  background-color: #09599F !important;
  padding: 40px 0px;
  height: 243px;
}

.info-box {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  text-align: left;
  padding: 30px;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease;
  min-height: 372px;
  border: 1px solid #ddd;
  height: auto;
}

.Flexibility:before {
  background-image: url(../img/retirement/flexibilities.webp);
}

.Protection:before {
  background-image: url(../img/retirement/Protection.webp);
}

.Credibility:before {
  background-image: url(../img/retirement/credibility.webp);
}

/*-------Retirement benefits section css end--------*/
.Guaranteed-Income:before {
  background-image: url(../img/retirement/guaranteed-income.webp);
}

.Tax-Benefits:before {
  background-image: url(../img/retirement/tax-benefits.webp);
}

.Investment-Growth:before {
  background-image: url(../img/retirement/investment-growth.webp);
}

.Retirement-Corpus:before {
  background-image: url(../img/retirement/retirement-corpus.webp);
}

.Protection:before {
  background-image: url(../img/retirement/protection.webp);
}

.top_ins_compnies th {
  background-color: #3d3693;
  color: #ffffff;
}

.retirement-table th,
.retirement-table tr {
  line-height: 30px;
  vertical-align: middle;
}

.retirement_insurance_form .form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

/*------------Retirement scroll css start-------------*/
.retirement-table::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray;
}

/* Track */
.retirement-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

/* Handle */
.retirement-table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.retirement-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.retirement-table::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/*------------Retirement scroll css end-------------*/
.col-md-12.retirement-plan-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.choose-plan-box-retire {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  border-radius: 10px !important;
  border: 1px solid #e7e7e7 !important;
  border-bottom: 4px solid #0799e1 !important;
  padding: 25px 40px;
}

section.white-section-add {
  margin-top: -97px;
}

.info-box-add {
  border: 1px solid #e6e6e6;
}

/* .check-add-retirement-box.box-bx {
    margin-top: -15px !important;
} */
/* .button-1.btn-bx{top:-7px !important;} */
.col-md-6 .criteria-box-h {
  background-color: #fff;
  border: 1px solid #fff;
}

/* .info-box-retirement {
    height: 330px;
} */
.col-md-4.old-couple-retirement {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*------------retirement plan add css end-------*/
.choose-plan-box-retirement {
  margin-bottom: unset !important;
}

.retirement_ulips a.button-1 {
  top: -10px;
}

ul.number-list li {
  display: flex;
  margin-top: 15px;
}

ul li .add-number {
  font-size: 65px !important;
  color: #b7dbfb;
  font-weight: 900 !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

li .list-content-add {
  margin-left: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}

li .add-number-width {
  width: 13%;
}

.col-md-4.add-new-retirement img {
  width: 75%;
  float: right;
}

.benefit-box:hover {
  border-bottom: 6px solid #09a1ef;
}

.option-img img {
  width: 100% !important;
  margin: auto;
}

.retire-info .info-box {
  text-align: center !important;
  margin: auto;
}

.retire-info .info-box img {
  text-align: center !important;
  margin: auto;
}

.retire-info .info-box:hover .default-img {
  display: none !important;
}

.retire-info .info-box img.hover-img {
  display: none;
}

.info-box:hover .hover-img {
  display: inline-block !important;
}

.circle-box {
  border: 1px dashed #000;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 20px;
  border-radius: 68px;
  outline: 0;
}

.info-box-add:hover {
  background-color: #0f97da;
}

.info-box-add:hover .circle-box {
  border: 1px dashed #fff;
}

.section-devider {
  border: 1px solid #E6ECF2;
  height: 1px;
}

ul.check-add-retirement li {
  position: relative;
  padding-left: 33px;
  margin-top: 20px;
}

ul.check-add-retirement {
  position: relative;
}

ul.check-add-retirement li:before {
  content: " ";
  width: 25px;
  background-color: #1098da;
  height: 25px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -11px;
  z-index: 100;
  border-radius: 4px;
}

ul.check-add-retirement.brpp li:after {
  content: "\f00c";
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  top: 4px;
  position: absolute;
  left: 4px;
  z-index: 999;
}

ul.check-add-retirement:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 0;
  background-color: #1098da;
}

ul.check-add-retirement li i {
  position: absolute;
  left: -6px;
  top: 1px;
  z-index: 999999999;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
}

/*----------line checkbox css start---------*/
.back-img-add:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/element1.png);
  background-size: 10%;
}

.back-img-add h2:before {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: -136px;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/term/policy-icon.png);
  background-size: 10%;
}

/*----------line checkbox css end---------*/
ul.check-add-retirement-box {
  position: relative;
}

ul.check-add-retirement-box li {
  position: relative;
  padding-left: 34px;
  color: #222;
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  margin-bottom: 8px;
}

ul.check-add-retirement-box li i {
  position: absolute;
  left: 3px;
  top: 1px;
  z-index: 999999999;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
}

.col-md-6 .criteria-box {
  border: 1px solid #ccd2d2;
  padding: 18px;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.col-md-6 .criteria-box:hover {
  background-color: #024f93;
}

.col-md-6 .criteria-box:hover p {
  color: #ffffff;
}

b.weight-title {
  font-weight: 700;
}

.add-element:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -142px;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../img/term/element2.webp);
  background-size: 25%;
}

/*----------line checkbox css start---------*/
.back-img-add:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/term/element1.webp);
  background-size: 10%;
}

.back-img-add h2:before {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: -136px;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/term/policy-icon.webp);
  background-size: 10%;
}

.mid-container.position-add {
  z-index: 4;
  position: relative;
}

.ratio.expert a.button-1 {
  top: 21px;
}

.factor_cip .factor-policy-icon {
  width: 80px;
  height: 80px;
}

.feature_c_plan .ratio a.button-1 {
  top: 11px;
}

.eligibility .cancer-service-wrap:after {
  top: 54%;
}

ul.cancer-type-list {
  display: flex;
}

ul.cancer-type-list li {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #0799e1;
  padding: 35px;
  width: 19%;
  margin: auto;
}

li.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.col-md-7.item-investment {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.back-img-add-cancer:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 102px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/cancer/cancer-element-1.webp);
  background-size: 100%;
  opacity: 0.4;
}

.cancer-shape-1:before {
  bottom: 238px;
}

.choose-plan-box-health-txt:hover {
  background: #024f93;
  color: #fff;
}

.choose-plan-box-health {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #0799e1;
  padding: 35px !important;
}

.choose-plan-box-health-txt:hover p {
  color: #fff !important;
}

.health-shape-1:before {
  content: "";
  position: absolute;
  bottom: 139px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/cancer/helath-shape-2.webp);
  background-size: 100%;
  opacity: 0.6;
}

.cancer-shape-1:before {
  bottom: 192px;
}

.choose-plan-box-cancer {
  margin-bottom: unset !important;
}

.can-top {
  margin-top: -11px !important;
}

.can-top-two {
  margin-top: -11px !important;
}

/* .msg-error .error{bottom: 0px !important;} */
.can-border {
  border: 1px solid #8b8f93 !important;
}

/* .new-con-margin{margin: 9px 0 !important;} */
.new-con-margin .select_type_pet span {
  margin-top: 17px !important;
}

@media (max-width: 767px) {
  .term-new-design .gender_box {
    width: 48% !important;
  }
  .gender_error_fix {
    display: flex;
  }
  /* .cencer-height .input-container {height: 40px;} */
  .can-top {
    margin-top: 3px !important;
  }
  .new-con-margin {
    margin: 9px 0 !important;
  }
}
.checktandc {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.invst_main_page .button {
  padding: 14px 30px;
  border: 1px solid #3d3693;
  background-color: #3d3693;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.container.position-add {
  z-index: 4;
  position: relative;
}

/*------======CAR INSURANCE CSS START=======-----*/
/*------------------------------------------new ----------------------css*/
/*------======CAR INSURANCE CSS END=======-----*/
/*-------------------------------- car Insurance-----------------------------------  */
.types_item_bx h3 {
  padding-left: 15px;
}

.car_ask_content {
  padding: unset;
}

.car_button_1 {
  width: 35%;
}

.car_cover_not_cover_btn {
  font-size: 27px !important;
}

.secure_car_bx img {
  width: 50%;
}

.get_quote_now_btn {
  width: 55% !important;
  height: 48px !important;
}

.hlth_condition_rq__content {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hlth_condition_rq__content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 14px !important;
}

.hlth_condition_rq__icon {
  width: 100px;
  height: 100px;
  background-color: #ff5e5e;
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  color: #fff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hlth_condition_rq__content p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.car_add_bg {
  background-color: #3d3693;
}

.hlth_condition_rq__single {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.1);
}

.bike_motor_icon {
  background-color: #07a1ec !important;
}

.car {
  position: relative;
}

ul.dise-decimal li {
  list-style: decimal;
  margin-left: 17px;
  line-height: 28px;
}

.client-bigbox:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/customer-review.png);
  background-repeat: no-repeat;
  background-position: center;
}

.relationship-manager:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/24-hours.png);
  background-repeat: no-repeat;
  background-position: center;
}

.life-option:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/happy.png);
  background-repeat: no-repeat;
  background-position: center;
}

.hassle-free:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/hassle-free.png);
  background-repeat: no-repeat;
  background-position: center;
}

.car-cover:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/car-cover.png);
  background-repeat: no-repeat;
  background-position: center;
}

.not-cover:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/icon/motor/accident.png);
  background-repeat: no-repeat;
  background-position: center;
}

span.car-read-more {
  color: #fff;
  font-weight: 500;
}

.banner-form-area ul li.personalized-plan:before {
  content: "";
  background-image: url(../img/icon/motor/Personalized-Plans.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}
.banner-form-area ul li.assistance:before {
  content: "";
  background-image: url(../img/icon/motor/24-7Assistance.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}
.banner-form-area ul li.low-cost:before {
  content: "";
  background-image: url(../img/icon/motor/Low-cost-Premium.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}

.button-1.cov_under {
  background: #07a1ec;
  color: #fff;
}

.crumb {
  background: #e0edf5;
  width: 100%;
  height: auto;
  padding: 5px;
  color: #222;
}

.breadcrumb-insure::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-insure li {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 5px 0px;
}
.breadcrumb-insure a {
  color: #222;
}

ul.breadcrumb-insure li::after {
  content: "»";
  margin: 0 0.6em;
  color: #000;
  display: inline-block;
  padding-left: 4px;
}
ul.breadcrumb-insure li:last-child:after {
  display: none;
}
ul.breadcrumb-insure li:first-child:after {
  display: none;
}

li.current::after {
  display: none;
}

.car-insure {
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
.car-insure h1 {
  color: #0a74a9;
  font-size: 24px;
  text-align: center;
}

.form-plan {
  float: left;
  width: 39%;
  margin-left: 2%;
  box-shadow: 0px 0px 15px 1px #0a74a9;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 0px 20px;
}
.form-plan .sub-heading {
  color: #0a74a9;
  font-size: 24px;
  text-align: center;
}
.form-plan .form-field input {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
}
.form-plan .form-field.half-form {
  width: 100%;
}
.form-plan .half-form button {
  border: none;
  color: #fff;
  background-color: #0a74a9;
  border-radius: 4px;
  font-size: 17px;
  padding: 12px 30px;
  font-weight: 500;
}
.form-plan .half-form button i {
  content: "\f101";
  color: #fff;
}
.form-plan .half-form button:hover {
  background: #388f27;
  color: #fff;
}
.form-plan p {
  font-size: 14px;
}
.form-plan p > a {
  color: #0a74a9;
  font-size: 16px;
}
.form-plan p > a:hover {
  text-decoration: none;
}
.form-plan span {
  font-size: 11px;
}
.form-plan .policy-txt {
  color: #0a74a9;
}

.term-insure {
  width: 100%;
  height: auto;
  padding: 30px 0px;
}

.car-assure {
  width: 59%;
  height: auto;
}

.sub-heading.add {
  padding: 20px 0px;
  font-size: 24px;
  font-weight: 400;
}

.compare {
  width: 100%;
  height: auto;
}

.secure {
  color: #db0131 !important;
  font-weight: 500;
}

.car-term-txt {
  margin-top: -15px;
}

.content-insure {
  padding: 20px 0px;
}

.career-accordion.faq {
  background: #e6f5fb;
}

.section-accordion.faq .accordion.active {
  border: none;
}
.section-accordion.faq .accordion {
  background: #e6f5fb;
  border-bottom: 1px solid #0a74a9;
}
.section-accordion.faq .panel {
  background: #e6f5fb;
  border-bottom: 1px solid #0a74a9;
}

.team-assure {
  width: 59%;
  height: auto;
}

.term-insurance {
  padding: 20px 0px;
}

.car-insurance i {
  color: #0a74a9;
}

.free-expert:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/commercial/expert-guidance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.claim_doc1::before {
  background-image: url(../img/car/kyc.svg) !important;
}

.customer-assistance:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/commercial/customer-assistance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.claim_doc4::before {
  background-image: url(../img/car/copy_of_vehicle_registration_certificate.svg) !important;
}

.get-engage:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/commercial/get-engage.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explore-choice:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/commercial/explore-choices.png);
  background-repeat: no-repeat;
  background-position: center;
}

.claim_doc2::before {
  background-image: url(../img/car/dully_filled.svg) !important;
}

.claim_doc4::before {
  background-image: url(../img/car/copy_of_vehicle_registration_certificate.svg) !important;
}

.claim_doc5::before {
  background-image: url(../img/car/license_copy_of_the_driver_accident.svg) !important;
}

.claim_doc6::before {
  background-image: url(../img/car/copy_of_police_fir_first_information_report.svg) !important;
}

.claim_doc7::before {
  background-image: url(../img/car/original_repair_bills_payment_receipts.svg) !important;
}

.claim_doc8::before {
  background-image: url(../img/car/estimated_repair_bills.svg) !important;
}

/*--------========two wheeler css start========---------*/
/*---new---*/
/*--------========two wheeler css end========---------*/
.buyonline-ins {
  margin-left: 18px;
}
.buyonline-ins:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 0;
  background-color: #024f94;
}
.buyonline-ins p {
  position: relative;
  padding: 0px 0 0 13px;
}
.buyonline-ins p i {
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 999999999;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 29px;
}
.buyonline-ins p:before {
  content: " ";
  width: 20px;
  background-color: #024f94;
  height: 20px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 100;
  border-radius: 50%;
}
.buyonline-ins p:after {
  content: "\f00c" !important;
  line-height: 14px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: -17px;
  z-index: 1000;
  font-family: "FontAwesome";
  color: #fff;
}

.things .buyonline-ins .p.step:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  left: -18px;
  top: 7px;
  display: inline-block;
  border: 1px solid #000;
  font-size: 11px;
}

.bike-satisfied-customer:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/Satisfied-Customers.png);
  background-repeat: no-repeat;
  background-position: center;
}

.life-choice:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/Life-Insurance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.relationship-manager:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/relationship-manager.png);
  background-repeat: no-repeat;
  background-position: center;
}

.empathy:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/empathy.png);
  background-repeat: no-repeat;
  background-position: center;
}

.protection-against:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/third-party.png);
  background-repeat: no-repeat;
  background-position: center;
}

.medical-payment:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/medical-payment.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bike-theft:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/bike-theft-insurance.png);
  background-repeat: no-repeat;
  background-position: center;
}

.breakdown-protection:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/breakdown-protection.png);
  background-repeat: no-repeat;
  background-position: center;
}

.obey-law:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-image: url(../img/two-wheeler/obey-law.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-form-area ul li.policy-renuwal:before {
  content: "";
  background-image: url(../img/two-wheeler/policy-renewal.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}
.banner-form-area ul li.finger-print:before {
  content: "";
  background-image: url(../img/two-wheeler/finger-print.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}
.banner-form-area ul li.happy-support:before {
  content: "";
  background-image: url(../img/two-wheeler/happy-review.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: 0;
  top: 14px;
  position: absolute;
}

.bikeCoverage .feature-one__single-inner {
  height: 329px;
}

.add_on_bike1::before {
  background-image: url(../img/two-wheeler/mandatory_personal_accident.svg) !important;
}

.vehicle-bigbox.third-party-insurance:before,
.vehicle-bigbox.Comprehensive_Bike:before,
.vehicle-bigbox.Own-Damage:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 48px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px dashed #2e2f2f;
  background: #f6fafa;
  background-repeat: no-repeat;
  background-position: center;
}

.add_on_bike2::before {
  background-image: url(../img/two-wheeler/ncb_protection_cover.svg) !important;
}

.add_on_bike3::before {
  background-image: url(../img/two-wheeler/zero_depreciation_cover.svg) !important;
}

.add_on_bike4::before {
  background-image: url(../img/two-wheeler/24x7_roadside_assistance_cover.svg) !important;
}

.add_on_bike5::before {
  background-image: url(../img/two-wheeler/engine_protection_cover.svg) !important;
}

.add_on_bike6::before {
  background-image: url(../img/two-wheeler/consumables_cover.svg) !important;
}

.add_on_bike7::before {
  background-image: url(../img/two-wheeler/passenger_cover.svg) !important;
}

.req_benefits_buy_hip_box {
  padding: 11px 10px 11px 140px;
  border-radius: unset;
}

.required_benefits_buy_hip_ic_box {
  padding: 30px;
  background: linear-gradient(to bottom, #0f85d8 0%, #1261bd 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px dashed #fff;
}

.breadcumb-area {
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcumb-area h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 90px;
}
.breadcumb-area ul li {
  display: inline-block;
  color: var(--primary-color);
  font-family: "DM Sans";
  font-size: 24px;
  line-height: 36px;
  padding: 0px 10px;
  position: relative;
}
.breadcumb-area ul li a {
  color: var(--primary-color);
}
.breadcumb-area ul li::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: -7px;
  color: var(--primary-color);
  display: inline-block;
}
.breadcumb-area ul li:last-child:after {
  display: none;
}

.button-1.cov_under {
  background: #07a1ec;
  color: #fff;
}

.crumb {
  background: #e0edf5;
  width: 100%;
  height: auto;
  padding: 5px;
  color: #222;
}

.breadcrumb-insure::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-insure li {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 5px 0px;
}
.breadcrumb-insure a {
  color: #222;
}

ul.breadcrumb-insure li::after {
  content: "»";
  margin: 0 0.6em;
  color: #000;
  display: inline-block;
  padding-left: 4px;
}
ul.breadcrumb-insure li:last-child:after {
  display: none;
}
ul.breadcrumb-insure li:first-child:after {
  display: none;
}

li.current::after {
  display: none;
}

.group-health-tab .ratio {
  width: unset !important;
  margin: auto;
}
.group-health-tab .ratio a.button-1 {
  top: 12px !important;
}

.group-health .workmen-compensation ul.nav-tabs li {
  width: 31%;
}
.group-health .nav-tabs {
  width: 100%;
}
.group-health .employee-box {
  display: flex;
}
.group-health span.first-time {
  display: block;
  font-size: 15px;
  padding-right: 15px;
}
.group-health .group-add-left {
  padding: 18px 0px;
  justify-content: start;
  width: 65%;
  display: block;
}
.group-health .border-add {
  border-radius: 4px;
  margin: 15px 0px;
  width: 96%;
  border: 1px solid gray !important;
}
.group-health .border-add.active {
  background-color: #e6f3ff;
}
.group-health .form-radio .continue {
  margin: 23px auto;
}

#group_health .group_msform input.group-radio {
  opacity: 0;
}
#group_health .error {
  position: relative;
}
#group_health .error.second-error {
  position: relative;
  bottom: 14px;
}
#group_health input.group-health-txt {
  position: relative;
  bottom: 4px;
}
#group_health .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#group_health .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#group_health .col-coverage {
  width: 27%;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 4px auto;
  border: 1px solid #ccc;
}
#group_health .col-coverage.active {
  background-color: #e6f3ff;
  border: 1px solid #263c97;
}
#group_health .col1 img {
  width: 55%;
  margin-top: 14px;
}
#group_health #progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f0fa";
}
#group_health label#first_time-error.fresh-group-error {
  bottom: 12px;
  text-align: left !important;
}
#group_health label#first_time-error.error {
  position: relative;
  bottom: 12px;
  text-align: left !important;
}

.employee-number-box {
  border: 2px solid #035498;
  border-radius: 13px;
  padding: 5px 11px 0px 11px;
  margin: 0 auto;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
}

.group-add-right {
  justify-content: end;
  display: flex;
  width: 20%;
}
.group-add-right input {
  width: 15px !important;
}
.group-add-right.error-left label#coverage-error {
  display: inline-flex !important;
  position: absolute;
  left: 29px;
  top: 144px;
}
.group-add-right.error-left label#insured_type-error {
  position: absolute;
  left: 0;
  top: 63px;
}

.yes-img {
  width: 12%;
}
.yes-img img {
  width: 35px;
  position: relative;
  bottom: 30px;
}

span.yes-color {
  color: #000;
  font-weight: 500;
}

#work_men .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}

#group_personal .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#group_personal .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#group_personal #progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f0fa";
}
#group_personal .personal-top {
  margin-top: unset;
}

.form-field input.add-width {
  width: 100%;
}

.col-coverage input.d-Kids {
  opacity: 0;
}

input.d-Kids {
  float: right;
}

p.Employee-only {
  font-size: 16px;
  margin-top: 11px;
}

label.only-txt img {
  margin-top: 14px !important;
}

.group-health-txt label#tnc_val-error.error {
  display: block;
  position: absolute;
  left: 21px;
}

.fresh-group-error {
  position: relative;
  bottom: 128px;
}

#fire_burglary #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f0f7";
}

#shop_owner #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f0f7";
}

.group-new .group-font {
  font-size: 14px;
  width: 100%;
  height: 42px;
  color: black !important;
}

.group-health .group-new-left {
  width: 75% !important;
  padding: 4px 0px 0px !important;
}

.group-yes {
  width: 25% !important;
}

.yes-img img {
  width: 35px;
  position: relative;
  bottom: 30px;
}

.group-yes img {
  bottom: -6px !important;
}

.group-emp {
  margin-top: 0 !important;
  line-height: 20px !important;
  font-size: 13px !important;
}

/*group personal*/
.fresh-item input {
  opacity: 0;
  position: absolute !important;
  left: 0;
}

p.fresh-paragraph {
  font-weight: unset !important;
  font-size: 12px;
  text-align: justify;
  display: inherit;
  margin: 8px 3px;
}

p.fresh-paragraph span {
  display: block;
  font-size: 16px;
}

.accidnt-grp img {
  width: 35px !important;
  bottom: -4px !important;
  margin: 8px 14px !important;
}

li.fresh-item img {
  width: 14%;
  position: relative;
  bottom: 10px;
  margin: 8px;
}

ul.fresh-list li.fresh-item {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  width: 45%;
  margin: 10px 13px 34px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.fresh-item.active {
  background-color: #e6f3ff;
}

.accidnt-grp {
  width: 100% !important;
  margin: 10px 0px 13px !important;
}

.fam-index {
  z-index: 9999;
}

.fire-para p {
  line-height: 22px !important;
  padding: 0px 7px;
  text-align: left !important;
}

ul.fresh-list {
  margin: 0px !important;
  padding: 0px !important;
}

#group_term .form-field input,
.form-field select,
.form-field textarea {
  font-size: 13px;
  position: relative;
}

#group_term .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#group_term .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#group_term .error {
  position: relative;
}

.half-form.next {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.numbr-top {
  top: 12px !important;
}

form#erection_all_form .total-insured input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

#erection_risk .form-field input,
.form-field select,
.form-field textarea {
  font-size: 13px;
  position: relative;
}

#erection_risk .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#erection_risk .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#erection_risk .error {
  position: relative;
}

.erection-add-risk {
  margin-top: 20px;
}

#shop_owner p.fire-second-txt {
  text-align: justify;
}
#shop_owner .fire-input {
  border: 1px solid #ccc;
  width: 46%;
  margin: 15px auto;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
}
#shop_owner .fire-input input {
  width: unset;
}
#shop_owner .form-field select {
  width: 100%;
  border: 1px solid #ccc;
}
#shop_owner .yes-add {
  position: relative;
  top: 2px;
}
#shop_owner .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#shop_owner input.yes-add {
  position: relative;
  top: 2px;
}
#shop_owner li.fresh-item-shop img {
  bottom: 2px !important;
}
#shop_owner .renew-img {
  width: 28px;
}
#shop_owner .owned-img {
  width: 25%;
}
#shop_owner .other-shop {
  margin-top: 20px;
}
#shop_owner ul.fresh-list li.fresh-item {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  width: 48%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin: 0 18px 0 0 !important;
  padding: 0 !important;
}
#shop_owner ul.fresh-list li:last-child.fresh-item {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

div#profile .full-form {
  height: inherit;
}

#shop_owner .form-field input,
.form-field select,
.form-field textarea {
  font-size: 13px;
  position: relative;
}

p.fresh-paragraph-shop {
  margin: 8px 30px;
}
p.fire-second-txt {
  margin-bottom: unset;
}

input.other-shop {
  width: 100%;
}
input.continue-add {
  position: relative;
  bottom: 31px;
}

.building-txt-shop {
  position: relative !important;
  bottom: 5px !important;
}

.next-add-btn {
  margin-bottom: 72px !important;
}

.type-business {
  position: relative;
  top: 10px;
}

.fire-font {
  font-size: 13px;
}

.ng__fire {
  margin-top: -20px;
}

.form-check-term-drc {
  position: relative;
  display: inline-flex;
  text-align: left;
}

#director_liability .form-field input[type=checkbox] {
  font-size: 13px;
  position: relative;
  bottom: 2px !important;
}
#director_liability .employee-box {
  display: flex;
}
#director_liability .employee-number-box {
  padding: 3px 32px 3px 11px;
}
#director_liability .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#director_liability .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#director_liability .progressbar-add {
  margin-left: 2px;
}
#director_liability .progressbar-add li {
  width: 25% !important;
}
#director_liability .insured-box-add {
  padding: 9px;
  display: -webkit-inline-box;
}
#director_liability .error {
  position: relative;
}
#director_liability .question-add {
  padding: 14px;
  border: 1px solid #e3dfdf;
  border-radius: 4px;
}

.insured-box:focus {
  border: 1px solid #59b0dc;
  outline-width: 0;
}

.radio-size {
  transform: scale(1.3, 1.3) !important;
}

label.yes-add {
  color: #222222 !important;
}

span.yes-txt {
  margin: 10px;
  position: relative;
  bottom: 0px;
}

#progressbar #detail:before {
  font-family: FontAwesome;
  content: "\f0e3";
}

.yes-img-add {
  width: 12%;
  margin-top: unset;
}
.yes-img-add img {
  margin-top: unset;
}

form#directors_officers_form input[type=radio] {
  margin-top: 4px !important;
}
form#directors_officers_form input[type=radio]:checked {
  right: 10px !important;
}
form#directors_officers_form .question-add label.yes-add {
  width: 30%;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 8px;
  margin-right: 12px;
  text-align: center;
}
form#directors_officers_form .question-add label.yes-add input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
form#directors_officers_form .question-add label.yes-add.active {
  background-color: #08a1ee;
}
form#directors_officers_form .question-add label.yes-add.active span.yes-txt {
  color: #fff;
}

form#fire_burglary_form .total-insured input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}
form#fire_burglary_form .form-field.city-last {
  height: 72px !important;
}

#fire_burglary .fire-input {
  border: 1px solid #ccc;
  width: 15%;
  margin: 15px;
  padding: 6px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
}
#fire_burglary .fire-input input {
  width: unset;
}
#fire_burglary p.fire-second-txt {
  text-align: justify;
}
#fire_burglary .form-field input[type=checkbox] {
  font-size: 13px;
  position: relative;
  bottom: 5px;
}
#fire_burglary .form-radio .continue {
  margin: 23px auto;
}
#fire_burglary .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#fire_burglary .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#fire_burglary input.yes-add {
  position: relative;
  top: 2px;
}
#fire_burglary .error {
  position: relative;
}

.total-insured input {
  width: 18px;
  position: relative;
  top: 2px;
}
.total-insured label {
  color: #000;
  margin-right: 32px;
  display: contents;
}

ul.fresh-list li.fresh-item-add {
  width: 47% !important;
  margin: 10px 4px 34px !important;
}

p.fresh-paragraph-add {
  margin: 8px 0px !important;
}

span.building-txt {
  color: #000;
  position: relative;
  bottom: 7px;
}

.building-add {
  border: 1px solid #0b9eee;
  padding: 15px;
  border-radius: 4px;
  background: #e6f3ff;
  width: 100%;
}

.building-value {
  margin-left: 20px;
}
.building-value .building-txt {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  color: #222222;
}

.building-value-hight {
  height: unset;
  position: relative;
  display: flow-root;
}

.form-field.building-field {
  height: inherit;
}
.form-field.city-last {
  height: inherit;
}

.insured-box {
  display: inline-block;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 4px;
  width: 44%;
  margin: 10px 13px 27px;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.insured-box.active {
  background-color: #042A58;
  color: #fff;
}

.fire-new {
  padding: 15px !important;
  width: 100%;
  border: 1px solid #ccd2d8;
}

.wrkman_po.choose-plan-box {
  padding: 20px 50px;
}

.form-solution .form-field input {
  width: 100%;
}

.workmen img {
  width: 100%;
  margin-top: 58px;
}
.workmen .form-radio .radio {
  border-radius: 4px;
}
.workmen .form-radio input {
  width: 96%;
}
.workmen .skill-provide {
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
}
.workmen label#ok-error {
  position: absolute;
  margin-top: 19px;
}
.workmen label.error-txt {
  height: 52px;
}

.form-radio .continue .green:hover {
  background-color: #e22125;
}
.form-radio .continue .blue:hover {
  background-color: #0ec144;
}

.remove-bima {
  float: right;
  font-size: 13px;
  margin-top: 5px;
  border-radius: 12px;
  padding: 3px 5px;
  background: #e22125;
  color: #ffffff;
}

.row.industery-more-add {
  display: inline-block;
  width: 100%;
  padding-right: 0;
  margin: 0;
}

span.industry_type {
  font-weight: 600;
}

#work_men .industery-more-add span.industry_type {
  padding: 0;
}
#work_men .progressbar-add-work li {
  width: 23% !important;
}
#work_men .radio-add {
  background: transparent;
  width: 96%;
}

div#addMoreWorkmen select {
  top: 5px !important;
  width: 100% !important;
}

.workmen .form-field input,
.workmen .form-field select,
.workmen .form-field textarea {
  font-size: 13px;
  position: relative;
  bottom: 4px;
  border: 1px solid gray;
}

.ngtv_marine_content {
  z-index: 99;
  position: relative;
}

#work_men span.skill-bima1 {
  color: #000;
  font-weight: 600;
}

.group_msform {
  text-align: center;
}

ul.industry-list {
  overflow: auto;
  max-height: 200px;
  font-size: 14px;
}

ul.shiped li {
  border: 1px solid #ccc;
  padding: 8px 28px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 34px;
  cursor: pointer;
}
ul.shiped li.active {
  border: 1px solid #ccc;
  background: #e6f3ff;
  color: #000;
  border: 1px solid #0a74a9;
}

.rupeesybol i {
  position: absolute;
  left: 7px;
  top: 11px;
}

ul.mode-transport li {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-bottom: 12px;
}
ul.mode-transport li input[type=checkbox] {
  bottom: 0;
  -webkit-transform: scale(0.7) !important;
}
ul.mode-transport li .form-check-input {
  width: 0.4em !important;
  height: 0.4em !important;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}
ul.mode-transport li .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
ul.mode-transport li input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul.mode-transport li label {
  line-height: 30px;
  padding-left: 12px;
}
ul.mode-transport li img {
  width: 28px !important;
  height: 28pximportant;
  margin: 0;
}
ul.mode-transport li p {
  margin: 0 !important;
  padding: 2px 0 !important;
}
ul.mode-transport li.active {
  background-color: #E6EEF6;
}

#marine_cover #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f0d1";
}

tr.cover_txt_bg th {
  background-color: #3d3693 !important;
  color: #fff;
}

.content.blue {
  background-color: #eff5f5;
}

/*-------=======pet form redesign march start========--------*/
/*-------=======pet form redesign march end========--------*/
.frm_small_heading {
  font-size: 18px;
}

.bx_bdr_lft {
  border-left: 4px solid #091a81;
}

.highlight_head_p {
  font-size: 22px;
  font-weight: 600;
  color: #091a81;
  padding-left: 12px;
}

.dnt_wt {
  font-size: 18px;
  font-weight: 400;
}

.pet_frm_bg {
  background: #deecfa;
}

.pet_frm_lt_dtls {
  background-image: linear-gradient(90deg, rgb(3, 93, 145) 0%, rgb(214, 232, 252) 75%);
  width: 100%;
  padding: 7px;
  border-radius: 8px;
  color: #fff;
}

.pet_lt_dtls_gd {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 1rem;
}

.highlight_txt {
  color: #07115F;
  font-weight: 600;
}

.pet_dtls_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pet_dtls_bg:before {
  content: "";
  background-image: url(../img/pet/pet_form_lft_img.webp);
  position: absolute;
  top: 46px;
  right: 91px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 31%;
}

.gr_sp {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pet_frm_row_hgt {
  height: 72px;
}

.pet_frm_bx_hyt {
  height: 500px;
}

.gender_box_dog {
  border-radius: 2px;
  padding: 7px 11px;
  border: 1px solid #8b8f93;
  background: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  filter: grayscale(1);
}
.gender_box_dog img {
  border: unset;
  background: unset;
  width: 100%;
  border-radius: unset;
  padding: unset;
  margin-right: unset;
}

.form-step .gender_box_dog.active {
  background: #3d3693;
  border: 1px solid #0b9ef0;
}

span.pet_gender_name {
  font-size: 14px;
}

.sparation_fix {
  position: relative;
  top: -24px;
}

/*!
 * Bootstrap  v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
  .hero-image {
    margin-right: -25px;
  }
  .owl-carousel .hero-slider-item .owl-item .hero-image img {
    width: auto !important;
    max-width: 580px;
  }
}
@media (max-width: 1600px) {
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .factor_tab {
    width: 50%;
  }
  #hlth_edit_srchModal.modal label {
    font-weight: 500 !important;
  }
  h5#hlth_edit_srchModalTitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .owl-carousel .hero-slider-item .owl-item .hero-image img {
    width: auto !important;
    max-width: 800px;
  }
  .ltb_bg_light_add {
    background-color: #EEF4F4 !important;
  }
}
@media (max-width: 1300px) {
  .owl-carousel .hero-slider-item {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  banner-form-area .form-holder {
    width: 32%;
  }
  .banner-form-area .form-check {
    display: inline-flex !important;
  }
  .pet_dtls_bg:before {
    background-image: none;
  }
  .form-right-box {
    padding: 12px 12px;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .xb-service .xb-item--inner {
    padding: 18px;
  }
  .hero-image {
    margin-right: -20px;
  }
  .menu nav ul li > ul > li a {
    font-size: 14px;
  }
  .make-appointment-button {
    display: none;
  }
  .header-language.mobile-padding-0 {
    margin-right: 0px;
  }
  .about-content {
    padding-left: 0px;
    padding-bottom: 50px;
  }
  .about-area.pb-80 {
    padding-bottom: 20px;
  }
  .helpline-area .about-content {
    padding-bottom: 0px;
  }
  .helpline-area.pb-120 {
    padding-bottom: 90px;
  }
  .info-area {
    padding: 90px 0px;
  }
  .testimonial-area {
    padding: 90px 0px;
  }
  .about-area {
    padding: 90px 0px;
  }
  .team-section-area {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .info-box-5 {
    padding: 30px 20px;
  }
  .faq-area.pt-110 {
    padding-top: 90px;
  }
  .blog-area.homep2.pt-110.pb-80 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .best-services-section.pt-110.pb-100 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .singlepage-area.pt-120.pb-120 {
    padding: 90px 0px;
  }
  .service-page-section.pt-120.pb-80 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .blog-page-area.pt-120.pb-90 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .blog-details-section.pt-120.pb-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .related-blog-section.mt-120.mb-90 {
    margin-top: 90px;
    margin-bottom: 70px;
  }
  .input-number-decrement {
    width: 12px;
  }
  .input-number-increment {
    width: 12px;
  }
  .add_pet_d {
    left: -16px;
    bottom: 106px;
    height: 91px;
    width: 24%;
    background-size: 30%;
  }
  .insholder-box:after {
    top: -235px;
    right: 53px;
    height: 100%;
    background-size: 29%;
  }
  .retire-info .info-box {
    height: auto;
    min-height: 438px;
  }
  .ftrs_hlthpln_box {
    height: 323px;
  }
  .eligibility_criteria_child-box.term_company_logo {
    height: auto;
  }
  div.lic-cal-premium .choose-plan-box {
    height: auto;
  }
  .term-title {
    margin-top: unset;
  }
  .faq-list h3 {
    padding-right: 0;
  }
  .term-keyfeatures .single-future-box.choose-plan-box {
    height: auto;
    min-height: 300px;
  }
  .discountItem span {
    font-size: 16px;
    padding: 16px 10px;
  }
  .annual_inc_invst span {
    padding: 5px 20px;
  }
  .term_big_box {
    width: 45%;
  }
  .term_small_box {
    width: 55%;
  }
  .term_frmtop_dtls:before {
    background-image: none;
  }
  .pet_frm_lt_dtls {
    background-image: linear-gradient(90deg, rgb(6, 151, 232) 0%, rgb(222, 236, 250) 100%);
    width: 70%;
  }
  .invst_main_page .form-right-box:before {
    background-image: none;
  }
  .inv_frmtop_dtls:before {
    background-image: none;
  }
  .retire_frmtop_dtls:before {
    background-image: none;
  }
  .choose-plan-box-life {
    height: 212px !important;
  }
  .input_row .form-select {
    width: 230px;
  }
  ul.check-add-retirement-box li p {
    text-align: left;
  }
  .type_hip-item {
    height: auto;
    min-height: 338px;
  }
  .child_frmtop_dtls:before {
    display: none;
  }
  .travel_frmtop_dtls:before {
    display: none;
  }
  .info-box {
    min-height: 400px;
    height: auto;
  }
  span.recent-blog-date {
    font-size: 13px;
    position: relative;
    bottom: 13px;
  }
  .search-container {
    width: 435px;
  }
  .blog_mob_filter {
    display: none;
  }
  .search-container-blog {
    display: none;
  }
  .search-container-blog .search:focus {
    width: 230px;
    padding: 0 16px 0 0;
    z-index: 999999999;
  }
  .term_annual_radio .annual_inc_invst {
    padding: 5px 20px;
  }
  .select_city span {
    padding: 5px 40px;
  }
  .annual_inc_retire {
    padding: 5px 40px;
  }
  .select_city_retire span {
    padding: 5px 40px;
  }
  .eligibility_criteria_child-box {
    height: auto !important;
    min-height: 200px !important;
  }
  .one-section-form .sat-image {
    display: none;
  }
  .common-tab-new {
    position: relative;
    top: -28px;
    width: 840px;
  }
  .serh-bar-mobile {
    display: block !important;
  }
  .pa_tab {
    margin-bottom: unset;
  }
  .btn-serch {
    display: block;
  }
  .family-img img {
    width: 65%;
  }
  .t_img img {
    height: auto;
  }
  .cover-img-responsive img {
    height: auto;
  }
  .team-img img {
    height: auto;
  }
  #group_perssonal_accident_form .form-field input {
    width: 100%;
  }
  .form-field select {
    width: 100%;
  }
  .form-field textarea {
    width: 100%;
  }
  ul.fresh-list li.fresh-item {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .process__single {
    padding: 0 4px 0;
  }
  form#car_form #tnc_val-error {
    margin-top: 32px;
  }
  form#commercial_form #tnc_val-error {
    margin-top: 32px;
  }
  form#two_wheeler_form #tnc_val-error {
    margin-top: 32px;
  }
  .data_list_frm {
    flex-direction: column;
  }
  .comon-img-center-1 {
    display: none !important;
  }
  .pet_frm_bx_hyt {
    height: unset;
  }
  .plan_iiner_box {
    padding: 20px 0 20px 118px;
  }
  .ask_content {
    font-size: 34px;
    line-height: 32px;
  }
  .rider_iiner_box {
    padding: 20px 8px 20px 108px;
  }
  span.minimum-txt img {
    padding-right: unset;
    width: 100px;
  }
  .hexagon {
    display: none;
  }
  .benefits_buy_hip_ic_box {
    top: 10px;
  }
  .benefits_mr_tp {
    margin-top: 28px;
  }
  .benefits_mr_tp2 {
    margin-top: 28px;
  }
  .tp-margin_2nd_bnf {
    margin-top: 0;
  }
  .bot_sc_innerbox {
    padding: 20px 8px 20px 110px;
  }
  .eligibility .cancer-service-wrap:after {
    top: 51.2%;
  }
  .eligibility .pet-service-wrap:after {
    display: none;
  }
  .health-shape-1:before {
    background-image: unset;
  }
  .list .button-1 {
    padding: 4px 4px !important;
    font-size: 12px;
    padding-right: 6px;
  }
  .list .button-1 i {
    font-size: 12px !important;
  }
  .form-holder {
    width: 31%;
  }
  .Covers_travel .choose-plan-box {
    height: unset;
  }
  thead.pet_table_point tr th {
    white-space: nowrap;
  }
  .form-compare input[type=radio]:checked + label {
    font-size: 13px;
  }
  .form-compare input[type=radio] + label {
    font-size: 13px;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.8, 0.8);
  }
  .checktandc label {
    display: inline;
  }
  .checktandc label#tnc_val-error {
    top: 20px;
  }
  .box-team .message-box {
    width: 100%;
  }
  .job-image-right {
    width: 38%;
  }
  .life-claim li {
    width: 27%;
  }
  .mail-box img {
    width: 50%;
  }
  .col-md-8.tab-txt {
    width: 80%;
  }
  .get-appointment-form .single-field input {
    font-size: 11px;
  }
  .mail-design .mail-box span {
    font-size: 17px;
  }
  .footer-widegts-single .footer-social2 span {
    display: inline-block;
    margin: 3px;
  }
  .col-md-8.career-tab-fix {
    width: 100%;
  }
  .col-md-6.tab-comm {
    margin-top: 56px;
  }
  .col-md-5.child-tab-size {
    display: none !important;
  }
  .col-md-7.child-tab-size-d {
    width: 100%;
  }
  .family-title {
    font-size: 22px;
  }
  .family-title span {
    font-size: 26px;
  }
  .family-future span {
    font-size: 20px;
  }
  .family-price {
    font-size: 18px !important;
  }
  .family-img img {
    width: 75%;
    z-index: 4;
  }
  .header-bottom-right {
    display: block;
  }
  .term-keyfeatures .owl-carousel .owl-item img {
    padding: 20px;
  }
  .term-keyfeatures .single-future-box.choose-plan-box {
    height: auto;
    min-height: 275px;
  }
  .offcanvas_menu_wrapper {
    z-index: 999999999;
  }
  .col-md-8.lt-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tab-term {
    margin-bottom: 20px;
  }
  .term-medical-tab {
    display: flex;
  }
  .process-shape-1 {
    display: none;
  }
  .process__icon {
    height: 115px;
    width: 115px;
  }
  .process__icon-box {
    height: 130px;
    width: 130px;
  }
  .process__single-2 {
    margin-top: 0;
  }
  .process__single-3 {
    margin-top: 0px;
  }
  .col-md-5.top-reasion-tab {
    display: none;
  }
  .group-health-tab .ratio {
    width: unset !important;
    margin: auto;
  }
  .row.fees_mobile {
    padding: 0px;
  }
  .lic_online:before {
    display: none;
  }
  .travel_what .col-md-4 {
    width: 100%;
  }
  .travel_what .col-md-8 {
    display: none;
  }
  .travel_what .tab-roation {
    display: none !important;
  }
  section.ngtv-margin-life-plan .col-md-8 {
    width: 100%;
  }
  section.ngtv-margin-life-plan .col-md-4 {
    display: none !important;
  }
  .buy_travel_ok .process__single-2 {
    margin-top: unset;
  }
  .buy_travel_ok .process__single-4 {
    margin-top: unset;
  }
  .premium_trv .col-md-8 {
    width: 100%;
  }
  .premium_trv .col-md-4 {
    display: none;
  }
  .travel-online .ratio a.button-1 {
    top: 13px;
  }
  .type-travel .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .travel-benefits .ratio {
    width: unset;
    margin: auto;
    text-align: left;
  }
  .tab-cancer-cover .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .step-hight .marine-water {
    height: unset;
  }
  .vertical-border {
    height: 100vh !important;
  }
  .content-invet-img .col-md-8 {
    width: 100%;
  }
  .content-invet-img .col-md-4 {
    display: none;
  }
  section.tab-cancer-cover .col-md-7 {
    width: 100%;
  }
  section.tab-cancer-cover .col-md-5 {
    display: none;
  }
  .pur-cancer-tab .col-md-8 {
    width: 100%;
  }
  .pur-cancer-tab .col-md-4 {
    display: none;
  }
  .cancer-best-tab .col-md-8 {
    width: 100%;
  }
  .cancer-best-tab .col-md-4 {
    display: none;
  }
  .cancer-factor-tab .choose-plan-box-health {
    height: 217px;
  }
  .choose-plan-box-health {
    padding: 26px;
  }
  .cancer-shape-1:before {
    bottom: 361px;
  }
  .toggle-title i {
    left: 13px;
    font-size: 16px;
    top: 5px;
  }
  .footer h4 {
    font-size: 15px;
  }
  .single-testimonial p {
    font-size: 15px;
  }
  .CarCoverage-add .feature-one__single-inner-car {
    height: 430px;
  }
  .feature-one__single-inner-car {
    height: 355px;
  }
  .vehicle-bigbox-tab {
    height: auto;
  }
  .feature-one__single-inner-scope {
    height: 410px !important;
  }
  .col-md-4.step-hight-tab {
    width: 100%;
  }
  .about-tab-img {
    margin: auto;
    width: 100%;
  }
  .col-md-8.justify-about {
    width: 100%;
  }
  .box-about-mobile {
    display: none !important;
  }
  .col-md-8.top-reasion-tab {
    width: 100%;
  }
  .col-md-4.mobile-retire-fix {
    display: none;
  }
  .calculator-retirement a.button-1 {
    width: 38%;
  }
  .col-md-4.old-couple-retirement {
    display: none;
  }
  .col-md-5.cover-img-responsive {
    display: none;
  }
  .col-md-7.group-health-tab {
    width: 100%;
  }
  .col-md-8.group-health-tab {
    width: 100%;
    width: 100%;
  }
  .back-_banner_cover:after {
    display: none;
  }
  .col-md-6.fire_coverage_wid {
    width: 100%;
  }
  .col-md-6.step-hight-tab {
    width: 100%;
  }
  .col-md-7.item-investment {
    width: 100%;
  }
  .col-md-4.group_term_tab {
    width: 100%;
  }
  .tolltib_box {
    display: none;
  }
  .col-md-6.life_insurance_tab {
    width: 100%;
  }
  .col-md-6.life_img_tab {
    display: none;
  }
  .compare-or {
    display: none;
  }
  .policy-box.early20 {
    margin-top: 20px;
  }
  .policy-box.life_policy_box {
    margin-top: 20px;
  }
  .tab-bottom {
    margin-top: 57px;
  }
  .gold-banner-graph {
    padding: 32px 13px;
  }
  .gold_content_box {
    padding: 20px 25px;
  }
  .table-pd-inner {
    padding: unset;
  }
  .purple-gold-box {
    padding: 33px;
  }
  .real_gold_content_box {
    padding: 24px 30px 10px;
  }
  .purple-gold-box-tab {
    margin-top: 25px;
  }
  .gold_content_box2 {
    padding: 0px 40px 20px;
  }
  .search-title h3 {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .search-title h3:before {
    display: none;
  }
  .tab-gold-banner-graph {
    margin: -15px 4px;
  }
  .life-button-1 {
    font-size: 14px;
  }
  .motor-tab-fix {
    margin-bottom: 66px;
  }
  .term-info:before {
    left: 8px;
    font-size: 80px;
  }
  .claim-process-tab {
    width: 100%;
  }
  .mobile-view {
    display: none;
  }
  .pa-benefit {
    width: 100%;
  }
  .dual-pa-box {
    margin-top: 25px;
  }
  .pa-renew-img:after {
    display: none;
  }
  .pa-renew-img .col-md-10 {
    margin: auto;
  }
  .career-bima {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .career-detail {
    padding: 50px 19px 7px;
  }
  .bg-career {
    margin-top: 12px;
  }
  .bg-career form {
    margin-top: 20px;
  }
  .input-number-decrement {
    width: 12px;
  }
  .input-number-increment {
    width: 12px;
  }
  table.pa-table tr td {
    white-space: nowrap;
  }
  .group_personal_wrap:after {
    top: 57% !important;
  }
  .Retirement-Pension-tab {
    width: 100%;
  }
  .two_wheeler_types {
    margin-top: 15px;
  }
  .types_item_bx h3 {
    padding-left: 29px;
  }
  .discountItem span {
    padding: 16px 2px;
    font-size: 14px;
  }
  .discountItem p {
    padding-left: 5px;
    font-size: 15px;
  }
  .pet_step_btn_responsive {
    font-size: 16px;
  }
  .retire_frmtop_dtls:before {
    background-image: none;
  }
  .choose-plan-box-life {
    height: 240px !important;
  }
  .input_row .form-select {
    width: 245px;
  }
  .type_hip-item {
    height: auto;
    min-height: 458px;
  }
  .child_frmtop_dtls:before {
    display: none;
  }
  .travel_frmtop_dtls:before {
    display: none;
  }
  .info-box {
    min-height: 459px;
    height: auto;
  }
  input#search-bar {
    width: 58%;
  }
  .search-container {
    width: 390px;
  }
  .right-recent-post {
    width: 100%;
  }
  .Recent-Post {
    width: 100%;
  }
  .car-1 {
    margin-top: 50px;
  }
  .one-section-form .sat-image {
    display: none;
  }
  .common-tab-new {
    position: relative;
    top: -28px;
    width: 580px;
  }
  .txt-t {
    position: relative !important;
    top: -25px;
  }
  .health-one-section .pet_frm_lt_dtls {
    width: 100%;
  }
  .banner-form-area ul li {
    font-size: 13px;
  }
  .btn-serch {
    display: block;
  }
  .blog-link-responsive {
    display: contents !important;
  }
  #blog-sticky {
    width: auto;
  }
  .plan_ic_hold img {
    height: 65px;
  }
  .plan_ic_hold2 img {
    height: 65px;
  }
  .plan_ic_hold3 img {
    height: 65px;
  }
  .plan_ic_hold4 img {
    height: 65px;
  }
  .banner-pd-holder {
    padding: 20px;
  }
  .heading-holder {
    padding: 2px 10px;
    top: 45px;
    width: 609px;
  }
  .career-detail-fixes .bg-description {
    margin-top: 12px;
  }
  .yes-img img {
    height: auto;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .block-none {
    display: none;
  }
  .buy-animal {
    margin-top: 8px;
  }
  .buy-animal-add {
    margin-top: 10px;
  }
  .block-visible {
    display: block !important;
  }
  .buyterm_senior .box_left_item {
    text-align: left;
  }
  .buyterm_senior .box_left_item span {
    float: left;
  }
  .tm-sc-get-content .tm-get-quote-content .tm-get-quote-wrapper .img {
    display: none;
  }
  .family_secure_img {
    width: 190px;
  }
  .factor_tab {
    width: 100%;
  }
  .bottom_element {
    display: none;
  }
  .sec_align_vertical {
    width: 100%;
  }
  .benefit_box_tab_pet {
    width: 100%;
  }
  .pet_ask_tab {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .renew_background_color:after {
    background-size: 11%;
  }
  .pet_circle_color {
    width: 100%;
    padding-right: 10px;
  }
  .add_pet_d {
    height: 90px;
    width: 90px;
    left: -6px;
    transform: translatey(-27%);
    top: 69px;
  }
  .t_img {
    padding: 23px;
  }
  .t_img img {
    height: auto;
  }
  .pet_eligibility_box {
    padding-left: 82px;
  }
  .pet_responsive_title {
    font-size: 25px;
  }
  .pet_responsive_title span {
    font-size: 25px;
  }
  .pet-tab-w {
    width: 100%;
    margin-bottom: -30px;
    padding-top: 0;
  }
  .tab-txt-box .pet_title {
    padding-left: 16px;
  }
  .ftrs_hlthpln_box {
    height: 420px;
  }
  .box-team-mobile {
    display: unset !important;
  }
  .marine-txt-btn {
    margin-top: 7px;
  }
  li.pet_title {
    padding-left: 16px;
  }
  .Comprehensive_Bike-tab {
    margin-top: 50px;
  }
  .search .btn {
    width: 60%;
    margin-left: 0px;
    margin-top: 5px;
  }
  .search input[type=search] {
    width: 94%;
  }
  ul li.step-item::after {
    border-width: 0 3px 3px 0;
    padding: 3px;
    right: -19px;
  }
  p.travel-step-content {
    height: 135px;
    padding-top: 14px;
  }
  .ltb_bg_light_add {
    background-color: #EEF4F4 !important;
  }
  .shop-quote-btn-txt a.button-1 {
    left: 0px;
  }
  .insholder-box:after {
    top: -218px;
    background-size: 30%;
  }
  .term_big_box {
    width: 40%;
  }
  .term_small_box {
    width: 60%;
  }
  .term_frmtop_dtls:before {
    background-image: none;
  }
  .annual_inc_invst span {
    padding: 5px 12px;
  }
  .inv_frmtop_dtls:before {
    background-image: none;
  }
  .ui-datepicker {
    width: 30%;
  }
  ul.check-add-retirement-box li p {
    text-align: left;
  }
  .select_city_retire span {
    padding: 5px 25px;
  }
  .serh-bar-mobile {
    display: block !important;
  }
  .search-container-blog {
    display: none;
  }
  .pa_tab {
    margin-bottom: unset;
  }
  .top-reasion-term {
    width: 100%;
  }
  .team-img img {
    height: auto;
  }
  ul.fresh-list li.fresh-item {
    display: block;
    width: 100%;
  }
  #group_perssonal_accident_form .form-field input {
    width: 100%;
  }
  .form-field select {
    width: 100%;
  }
  .form-field textarea {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-form-area .form-holder {
    width: 39%;
  }
  .banner-form-area .form-check {
    display: inline-flex !important;
  }
  .order_set_mob {
    display: none;
  }
  .canvas_open_full {
    padding: 16px 0px !important;
    display: block;
    float: right;
    height: 100%;
    text-align: center;
    margin-right: 12px;
    padding: 35px 0px;
  }
  .canvas_open_full a {
    cursor: pointer;
    color: var(--body-color);
    font-size: 24px;
    line-height: 1;
  }
  .form-right-box {
    padding: 12px 12px;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .xb-service .xb-item--inner {
    padding: 28px;
  }
  .block-none {
    display: none;
  }
  .family_secure_img {
    width: 190px;
  }
  .buyterm_senior .box_left_item {
    text-align: left;
  }
  .buyterm_senior .box_left_item span {
    float: left;
  }
  .img-none {
    display: none;
  }
  .tm-sc-get-content .tm-get-quote-content .tm-get-quote-wrapper .img {
    display: none;
  }
  .comon-img-center-1 {
    display: none !important;
  }
  .hlth_plan img {
    display: none;
  }
  .plan_iiner_box {
    padding: 20px 0 20px 118px;
  }
  .ask_content {
    font-size: 26px;
  }
  .rider_iiner_box {
    padding: 20px 8px 20px 150px;
  }
  .hexagon {
    display: none;
  }
  .benefits_buy_hip_ic_box {
    top: -26px;
  }
  .benefits_mr_tp {
    margin-top: 80px;
  }
  .benefits_mr_tp2 {
    margin-top: 80px;
  }
  .tp-margin_2nd_bnf {
    margin-top: 60px !important;
  }
  .bot_sc_innerbox {
    padding: 20px 8px 20px 164px;
  }
  form#car_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
    margin-top: 35px;
    font-size: 12px;
    font-weight: 500;
  }
  form#two_wheeler_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  form#commercial_form #tnc_val-error {
    margin-top: 34px;
  }
  form#motor_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  .Child-Comparison-table table tr td {
    white-space: normal !important;
  }
  .menu {
    display: none;
  }
  .compare-plan {
    width: 100%;
  }
  .header-top {
    display: none;
  }
  .branch-address {
    width: 100%;
  }
  .branch-address li {
    width: 48%;
  }
  .listpage ul li {
    width: 50%;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.8, 0.8);
  }
  .column-blog .col-blog {
    width: 48%;
  }
  .contact-left {
    width: 100%;
  }
  .header-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-right.text-right {
    text-align: center;
  }
  .footer-widegts-single .footer-social span {
    margin-right: 11px;
  }
  .footer-widegts-single .footer-social2 span {
    display: inline-block;
    margin: 3px;
  }
  .btn-group.btn-group-toggle {
    width: 100%;
  }
  .form-compare .btn-group.btn-group-toggle {
    width: 48%;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 52px;
  }
  .shaparator-footer {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .header-search {
    padding: 30px 0px;
  }
  .hero-image {
    margin-right: 0px;
  }
  .header-language-dropdown {
    top: 54px;
  }
  .info-area {
    padding: 70px 0px;
  }
  .infobox-slider.owl-carousel .owl-stage {
    padding-bottom: 30px;
  }
  .about-images {
    text-align: center;
  }
  .about-count-num {
    bottom: 11%;
    right: 17%;
  }
  .about-content {
    margin-top: 30px;
  }
  .homepage-project {
    padding: 70px 0px;
  }
  .helpline-area.pb-120 {
    padding-bottom: 70px;
  }
  .testimonial-area {
    padding: 70px 0px;
  }
  .why-choose-area.pt-110 {
    padding-top: 90px;
  }
  .blog-area.pt-80 {
    padding-top: 40px;
  }
  .client-logo-section.pb-110.pt-80 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .homeabout-shape3 {
    bottom: -10%;
    left: -9%;
  }
  .about-area {
    padding: 70px 0px;
  }
  .about-area .about-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .large-title.mt-40 {
    margin-top: 0px;
  }
  .team-section-area {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .checkup-area .section-title {
    padding-left: 0px;
  }
  .why-choose-or-client-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .why-choose-or-client-section .image.services-image-sec {
    margin-top: 0px;
    margin-left: 0px;
  }
  .why-choose-or-client-section h2.big-title {
    font-size: 200px;
  }
  .faq-area.pt-110 {
    padding-top: 70px;
  }
  .blog-area.homep2.pt-110.pb-80 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .best-services-section.pt-110.pb-100 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .get-appointment-image.mt-10 {
    margin-bottom: 30px;
  }
  .single-testimonial.style2.mlr-85 {
    margin-left: -55px;
    margin-right: 55px;
  }
  .contact-area-section {
    padding-top: 20px;
  }
  .breadcumb-area {
    padding: 80px 0px;
  }
  .best-services-section.ab-page {
    padding-bottom: 70px;
  }
  .singlepage-area.pt-120.pb-120 {
    padding: 70px 0px;
  }
  .teamdetails-left .te-thumb {
    max-width: 350px;
    float: left;
    margin-right: 20px;
  }
  .teamdetails-left .te-content {
    overflow: hidden;
  }
  .teamdetails-left .te-content h2.pt-25 {
    padding-top: 0px;
  }
  .teamdetails-right {
    padding-left: 0px;
    margin-top: 30px;
  }
  .page-section-full.pt-120.pb-120 {
    padding: 80px 0px;
  }
  .testimaonial-area-full.pt-120.pb-70 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .accordion.faq-custom {
    margin-top: 30px;
  }
  .service-page-section.pt-120.pb-80 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .singlepage-content {
    margin-bottom: 40px;
  }
  .projectdetails-related.pt-110 {
    padding-top: 50px;
  }
  .blog-page-area.pt-120.pb-120 {
    padding: 70px 0px;
  }
  .blog-page-area.pt-120.pb-90 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-details-section.pt-120.pb-90 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .related-blog-section.mt-120.mb-90 {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .popup-more-add {
    width: 85%;
  }
  .Reimbursement .points {
    height: 680px !important;
  }
  .life-claim li {
    width: 27%;
  }
  .mail-box img {
    width: 50%;
  }
  .col-md-8.tab-txt {
    width: 80%;
  }
  .get-appointment-form .single-field input {
    font-size: 11px;
  }
  .mail-design .mail-box span {
    font-size: 17px;
  }
  .workmen .col-md-5.mobile-workmen {
    display: none;
  }
  .workmen .col-md-7 {
    width: 100%;
  }
  .col-md-8.Retirement-Pension-tab {
    width: 100%;
  }
  .ltb_bg_light_add {
    background-color: #EEF4F4 !important;
  }
  .shop-quote-btn-txt a.button-1 {
    left: 0px;
  }
  .table-bordered thead {
    white-space: nowrap;
  }
  .table-bordered tr {
    white-space: nowrap;
  }
  .table-bordered th {
    white-space: nowrap;
  }
  table.pa-table tr td {
    white-space: nowrap;
  }
  .eligibility_criteria_child-box.term_company_logo {
    height: auto;
  }
  .tab_doc_claim {
    width: 100%;
  }
  .mobile_kyc_res {
    margin-top: 50px;
  }
  .home-faq .faq-list .icon-show {
    right: -20px;
  }
  .home-faq .faq-list .icon-close {
    right: -20px;
  }
  .discountItem span {
    padding: 16px 5px;
  }
  .term_small_box {
    width: 100% !important;
  }
  .annual_inc_invst span {
    padding: 5px 45px;
  }
  .input_row .form-select {
    width: 300px;
  }
  section.white-section-add {
    margin-top: -75px;
  }
  .apply_term_filter {
    margin-top: 15px;
    text-align: center;
  }
  .ullp_cmp.text-md-end {
    margin-top: 10px;
  }
  h3.results-num1 {
    margin-top: 8px;
  }
  .ui-datepicker {
    width: 30% !important;
  }
  .info-box {
    min-height: 399px;
    height: auto;
  }
  input#search-bar {
    width: 50%;
  }
  .search-container {
    width: 322px;
  }
  .right-recent-post {
    width: 100%;
    padding: unset;
  }
  .Recent-Post {
    width: 100%;
  }
  p.blog-paragraph {
    margin: 0px auto;
  }
  span.recent-blog-date {
    font-size: 13px;
    position: relative;
    bottom: 4px;
  }
  .blog_mob_filter {
    display: none;
  }
  .blog-serch-icon .centered {
    width: 100%;
  }
  .eligibility_criteria_child-box {
    height: auto !important;
    min-height: 200px !important;
  }
  .car-1 {
    margin-top: 50px;
  }
  .pa_tab {
    margin-bottom: unset;
  }
  .mobile-heading-1 {
    width: 100% !important;
    display: block;
  }
  .about-tab-img {
    margin: auto;
    width: 100%;
  }
  .family-img img {
    width: 95%;
  }
  .calculate-retirement img {
    height: auto;
  }
  .whataps-box .modal-body {
    margin-left: -4px;
    margin-right: -4px;
  }
  .expert-img-icon img {
    width: 30%;
    margin-top: 10px;
  }
  .buy-travel img {
    height: auto;
  }
  .banner-pd-holder {
    padding: 21px;
  }
  .heading-holder {
    padding: 2px 10px;
    top: 45px;
  }
  .candidate-img-box img {
    display: none;
  }
  .btn-close-expert {
    position: relative;
    top: -154px;
  }
  .header-bottom-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .form-holder {
    width: 38%;
  }
  .form-right-box .proposal-form-holder {
    padding: 6px 6px;
  }
  .pet_frm_lt_dtls {
    width: 100%;
  }
  .block-none {
    display: none;
  }
  .buy-animal {
    margin-top: 11px;
  }
  .buy-animal-add {
    margin-top: 9px;
  }
  .family_secure_img {
    width: 190px;
  }
  .buyterm_senior .box_left_item {
    text-align: left;
  }
  .buyterm_senior .box_left_item span {
    float: left;
  }
  .img-none {
    display: none;
  }
  .tm-sc-get-content .tm-get-quote-content .tm-get-quote-wrapper .img {
    display: none;
  }
  .comon-img-center-1 {
    display: none !important;
  }
  .hlth_plan img {
    display: none;
  }
  .plan_iiner_box {
    padding: 20px 0 20px 118px;
  }
  .ask_content {
    font-size: 26px;
  }
  .rider_iiner_box {
    padding: 20px 8px 20px 150px;
  }
  .hexagon {
    display: none;
  }
  .benefits_buy_hip_ic_box {
    top: -26px;
  }
  .benefits_mr_tp {
    margin-top: 60px;
  }
  .benefits_mr_tp2 {
    margin-top: 80px;
  }
  .tp-margin_2nd_bnf {
    margin-top: 60px !important;
  }
  .bot_sc_innerbox {
    padding: 20px 8px 20px 154px;
  }
  .Comprehensive_Bike-tab {
    margin-top: 50px;
  }
  .list .button-1 i {
    font-size: 12px !important;
  }
  .banner-form-area .form-check {
    display: inline-flex !important;
  }
  form#car_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  form#motor_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  form#commercial_form #tnc_val-error {
    margin-top: 34px;
  }
  .Child-Comparison-table table tr td {
    white-space: normal !important;
  }
  .col-md-8.lt-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .header-top {
    display: none;
  }
  .branch-address li {
    width: 48%;
  }
  span.dsc-more {
    text-align: justify;
  }
  span.minimum-txt {
    display: block;
  }
  span.minimum-txt img {
    width: 100px;
    padding-right: unset;
  }
  .jobs-content-left {
    width: 100%;
  }
  .job-image-right {
    width: 100%;
    margin-left: 0px;
  }
  .compare-plan {
    width: 100%;
  }
  .term-assure {
    width: 100%;
  }
  .box-about li {
    margin: 0px 7px 12px;
  }
  .box-footer li {
    margin: 0px 7px 12px;
  }
  .col-md-8.career-left {
    width: 100%;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.8, 0.8);
  }
  .col-lg-4.career-right {
    margin-top: 15px;
  }
  .listpage ul li {
    width: 50%;
  }
  .col-md-6.tab-comm {
    margin-top: 56px;
  }
  .form-1 {
    width: 100%;
  }
  .col-md-8.career-tab-fix {
    width: 100%;
  }
  .box-about-mobile {
    display: none !important;
  }
  .search input[type=search] {
    width: 100%;
  }
  .search .btn {
    width: 55%;
    margin-top: 10px;
  }
  .column-blog .col-blog {
    height: 555px;
  }
  .footer-widegts-single .footer-social span {
    margin-right: 15px;
  }
  .footer-widegts-single .footer-social2 span {
    display: inline-block;
    margin: 3px;
  }
  .footer-widegts-single ul li a {
    font-size: 13px;
  }
  .col-xl-5 img {
    display: none;
  }
  #ask_expert_form .email_address {
    width: 100% !important;
  }
  .checktandc label#tnc_val-error {
    top: 15px;
  }
  .get-appointment-form .single-field input {
    font-weight: 600;
    font-size: 10px;
  }
  .Vehicle-Insurance .com-md-3.animated {
    width: 50% !important;
  }
  .vehicle-bigbox {
    margin-bottom: 0;
  }
  .vehicle-bigbox-tab {
    height: auto;
  }
  .life-claim li {
    width: 27%;
  }
  .mail-box img {
    width: 50%;
  }
  .col-md-8.tab-txt {
    width: 80%;
  }
  .mail-design .mail-box span {
    font-size: 17px;
  }
  .workmen .col-md-7 {
    width: 100%;
  }
  .workmen .col-md-5.mobile-workmen {
    display: none;
  }
  .workmen .form-solution {
    width: 100%;
  }
  .form-radio {
    width: 100%;
  }
  .col-md-5.child-tab-size {
    display: none !important;
  }
  .col-md-7.child-tab-size-d {
    width: 100%;
  }
  .family-title {
    font-size: 22px;
  }
  .family-title span {
    font-size: 26px;
  }
  .family-future span {
    font-size: 16px;
    line-height: 30px;
  }
  .family-price {
    font-size: 18px !important;
  }
  .family-img img {
    width: 100%;
    z-index: 4;
  }
  .header-bottom-right {
    display: none;
  }
  .offcanvas_menu_wrapper {
    z-index: 999999999;
  }
  .tab-term {
    margin-bottom: 20px;
  }
  .process-shape-1 {
    display: none;
  }
  .process__icon {
    height: 115px;
    width: 115px;
  }
  .process__icon-box {
    height: 130px;
    width: 130px;
  }
  .process__single-2 {
    margin-top: 0;
  }
  .process__single-3 {
    margin-top: 0px;
  }
  .group-health-tab .ratio {
    width: unset !important;
    margin: auto;
  }
  .travel_what .col-md-4 {
    width: 100%;
  }
  .travel_what .col-md-8 {
    display: none;
  }
  .travel-benefits .col-lg-5 img {
    display: none;
  }
  .travel-benefits .ratio {
    width: unset;
    margin: auto;
    text-align: left;
  }
  section.ngtv-margin-life-plan .col-md-8 {
    width: 100%;
  }
  section.ngtv-margin-life-plan .col-md-4 {
    display: none !important;
  }
  .buy_travel_ok .process__single-2 {
    margin-top: unset;
  }
  .buy_travel_ok .process__single-4 {
    margin-top: unset;
  }
  .premium_trv .col-md-8 {
    width: 100%;
  }
  .premium_trv .col-md-4 {
    display: none;
  }
  .travel-online .ratio a.button-1 {
    top: 13px;
  }
  .type-travel .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .tab-cancer-cover .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .vertical-border {
    height: 100vh !important;
  }
  .content-invet-img .col-md-8 {
    width: 100%;
  }
  .content-invet-img .col-md-4 {
    display: none;
  }
  .investment-rider-box .col-md-6 .criteria-box {
    height: auto;
  }
  section.tab-cancer-cover .col-md-7 {
    width: 100%;
  }
  section.tab-cancer-cover .col-md-5 {
    display: none;
  }
  .pur-cancer-tab .col-md-8 {
    width: 100%;
  }
  .pur-cancer-tab .col-md-4 {
    display: none;
  }
  .cancer-best-tab .col-md-8 {
    width: 100%;
  }
  .cancer-best-tab .col-md-4 {
    display: none;
  }
  .cancer-factor-tab .choose-plan-box-health {
    height: 217px;
  }
  .choose-plan-box-health {
    padding: 26px;
  }
  .cancer-shape-1:before {
    bottom: 361px;
  }
  .toggle-title i {
    left: 13px;
    font-size: 16px;
    top: 5px;
  }
  .footer h4 {
    font-size: 14px;
  }
  .footer h4.title a {
    font-size: 16px;
  }
  .single-testimonial p {
    font-size: 15px;
  }
  .CarCoverage-add .feature-one__single-inner-car {
    height: 430px;
  }
  .feature-one__single-inner-car {
    height: 355px;
  }
  .feature-one__single-inner-scope {
    height: 410px;
  }
  .col-md-4.step-hight-tab {
    width: 100%;
  }
  .col-md-8.Retirement-Pension-tab {
    width: 100%;
  }
  .col-md-4.old-couple-retirement {
    display: none;
  }
  .about-tab-img {
    margin: auto;
    width: 100%;
  }
  .col-md-8.justify-about {
    width: 100%;
  }
  .col-md-8.top-reasion-tab {
    width: 100%;
  }
  .col-md-4.mobile-retire-fix {
    display: none;
  }
  .calculator-retirement a.button-1 {
    width: 38%;
  }
  .row.fees_mobile {
    padding: 0px;
  }
  .col-md-5.cover-img-responsive {
    display: none;
  }
  .col-md-7.group-health-tab {
    width: 100%;
  }
  .col-md-8.group-health-tab {
    width: 100%;
    width: 100%;
  }
  .col-md-7.item-investment {
    width: 100%;
  }
  .back-_banner_cover:after {
    display: none;
  }
  .col-md-6.fire_coverage_wid {
    width: 100%;
  }
  .col-md-6.step-hight-tab {
    width: 100%;
  }
  .col-md-4.group_term_tab {
    width: 100%;
  }
  .tolltib_box {
    display: none;
  }
  .col-md-6.life_insurance_tab {
    width: 100%;
  }
  .col-md-6.life_img_tab {
    display: none;
  }
  .compare-or {
    display: none;
  }
  .policy-box.early20 {
    margin-top: 20px;
  }
  .policy-box.life_policy_box {
    margin-top: 20px;
  }
  .tab-bottom {
    margin-top: 57px;
  }
  .gold-banner-graph {
    padding: 32px 13px;
  }
  .gold_content_box {
    padding: 20px 25px;
  }
  .table-pd-inner {
    padding: unset;
  }
  .purple-gold-box {
    padding: 33px;
  }
  .real_gold_content_box {
    padding: 24px 30px 10px;
  }
  .purple-gold-box-tab {
    margin-top: 25px;
  }
  .gold_content_box2 {
    padding: 0px 40px 20px;
  }
  .search-title h3 {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .search-title h3:before {
    display: none;
  }
  .tab-gold-banner-graph {
    margin: -15px 4px;
  }
  .life-button-1 {
    font-size: 14px;
  }
  .claim-process-tab {
    width: 100%;
  }
  .pa-border span {
    margin: 7px 17px;
  }
  .career-bima {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .career-detail {
    padding: 50px 19px 7px;
  }
  .bg-career {
    margin-top: 12px;
  }
  .bg-career form {
    margin-top: 20px;
  }
  .career-apply h1 {
    font-size: 30px;
  }
  .candidate-img-box {
    display: none;
  }
  ul.travel-type-step li {
    padding: 10px;
    width: 21%;
  }
  ul li.step-item::after {
    border-width: 0 3px 3px 0;
    padding: 3px;
    right: -25px;
  }
  p.travel-step-content {
    height: 100px;
    padding-top: 14px;
    line-height: 26px;
  }
  .input-number-decrement {
    width: 12px;
  }
  .input-number-increment {
    width: 12px;
  }
  .right-vector-girl:after {
    display: none;
    display: none;
  }
  .input-box-common-fixes ul.dise.dise-list {
    margin-left: 21px;
  }
  .our-team-welcome-line:before {
    top: 8%;
  }
  .table-bordered thead {
    white-space: nowrap;
  }
  .table-bordered tr {
    white-space: nowrap;
  }
  .table-bordered th {
    white-space: nowrap;
  }
  thead.pet_table_point tr th {
    white-space: nowrap;
  }
  .group_personal_wrap:after {
    top: 59% !important;
  }
  .retire-info .info-box {
    height: auto;
    min-height: 383px;
  }
  .eligibility_criteria_child-box {
    height: auto !important;
    min-height: 200px !important;
  }
  .bestmotor ul li {
    line-height: 30px;
  }
  h3.feature-one__title a {
    font-size: 18px;
  }
  .char-count a {
    font-size: 16px;
  }
  .term_left_leagl {
    padding: 20px 0px;
  }
  .two_wheeler_types {
    margin-top: 15px;
  }
  .types_item_bx h3 {
    padding-left: 29px;
  }
  .mobile_kyc_res {
    margin-top: 50px !important;
  }
  .home-faq .faq-list .icon-show {
    right: -26px;
  }
  .home-faq .faq-list .icon-close {
    right: -26px;
  }
  .faq-list h3 {
    padding-right: 0 !important;
  }
  .discountItem span {
    padding: 16px 5px;
    font-size: 16px;
  }
  .discountItem p {
    padding-left: 7px;
  }
  h4.tab_reliance_slider {
    font-size: 18px;
  }
  .annual_inc_invst span {
    padding: 5px 43px;
  }
  .choose-plan-box-life {
    height: 240px !important;
  }
  .input_row .form-select {
    width: 300px;
  }
  section.white-section-add {
    margin-top: -72px;
  }
  .results-num1 {
    margin-top: 10px;
  }
  .apply_term_filter {
    margin-top: 15px;
    text-align: center;
  }
  .ullp_cmp.text-md-end {
    margin-top: 10px;
  }
  .term-keyfeatures .single-future-box.choose-plan-box {
    height: auto;
    min-height: 295px;
  }
  .term-keyfeatures .owl-carousel .owl-item img {
    padding: 15px;
  }
  .ui-datepicker {
    width: 35% !important;
  }
  ul.check-add-retirement-box li p {
    text-align: left;
  }
  .type_hip-item {
    height: auto;
    min-height: 400px;
  }
  .info-box {
    min-height: 399px;
    height: auto;
  }
  .search-container {
    width: 311px;
  }
  input#search-bar {
    width: 45%;
  }
  .right-recent-post {
    width: 100%;
  }
  .Recent-Post {
    width: 100%;
  }
  span.recent-blog-date {
    font-size: 13px;
    position: relative;
    bottom: 0;
    margin: auto;
  }
  .blog_mob_filter {
    display: none;
  }
  .search-container-blog {
    display: none;
  }
  .search-container-blog .search:focus {
    width: 230px;
    padding: 0 16px 0 0;
    z-index: 999999999;
  }
  .blog-serch-icon .centered {
    width: 100%;
  }
  .term_annual_radio .annual_inc_invst {
    padding: 5px 23px;
  }
  .select_city span {
    padding: 5px 21px;
  }
  .annual_inc_retire {
    padding: 5px 20px;
  }
  .select_city_retire span {
    padding: 5px 25px;
  }
  .car_button_1 {
    width: 60%;
  }
  .serh-bar-mobile {
    display: block !important;
  }
  .pa_tab {
    margin-bottom: 10px !important;
  }
  .btn-serch {
    display: block;
  }
  .mobile-heading-1 {
    width: 100% !important;
    display: block;
  }
  .calculate-retirement img {
    height: auto;
  }
  #blog-sticky {
    width: auto;
  }
  .expert-img-icon img {
    width: 25%;
    margin-top: 10px;
  }
  .whataps-box .modal-body {
    margin-left: -4px;
    margin-right: -4px;
  }
  .plan_ic_hold img {
    height: 47px;
  }
  .plan_ic_hold2 img {
    height: 47px;
  }
  .plan_ic_hold3 img {
    height: 47px;
  }
  .plan_ic_hold4 img {
    height: 47px;
  }
  .buy-travel img {
    height: auto;
  }
  .t_img img {
    height: auto;
  }
  .team-img img {
    height: auto;
  }
  .heading-holder {
    padding: 2px 7px;
    top: 45px;
  }
  .btn-close-expert {
    position: relative;
    top: -154px;
  }
}
@media (max-width: 767px) {
  .infobox-slider .owl-dots {
    display: block;
  }
  .home-faq .faq-list .icon-show {
    right: -18px;
  }
  .home-faq .faq-list .icon-close {
    right: -18px;
  }
  .faq-custom .accordion-body {
    font-size: 16px;
  }
  .offcanvas_main_menu li .sub-menu span.menu-expand {
    font-size: 16px;
  }
  .offcanvas_main_menu li .sub-menu li a.color-add {
    color: #15a2e3;
  }
  .offcanvas_main_menu li .sub-menu li a.font-txt {
    padding: 7px 56px !important;
  }
  .offcanvas_main_menu li span.menu-expand {
    height: 36px;
    font-size: 16px;
    border-left: unset !important;
  }
  .offcanvas_main_menu li a {
    padding: 7px 15px;
  }
  .offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    border-right: unset !important;
  }
  .offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    border-right: unset !important;
  }
  ul.check-add-retirement-box li {
    font-size: 16px;
    line-height: 30px;
  }
  ul.check-add-retirement-box li:after {
    font-size: 12px;
    left: 4px;
    top: -2px;
  }
  ul.check-add-retirement-box li:before {
    width: 18px;
    height: 18px;
    top: 5px !important;
    left: 0px;
  }
  ul.check-add-retirement-box li p {
    padding-left: 0px;
    text-align: left;
  }
  .ratio-adjust-pa a.button-1 {
    margin-top: 25px;
  }
  .ratio-adjust-pa .button-1 {
    top: -10px !important;
  }
  .order_set_mob {
    order: 2;
    display: none;
  }
  #hlth_edit_srchModal .modal-body {
    padding: 0 !important;
  }
  span.minimum-txt img {
    width: 35px;
    padding-right: 5px;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: block !important;
  }
  .owl-theme .owl-nav {
    display: none !important;
  }
  .column-blog .col-blog {
    height: auto;
    width: 100%;
  }
  .feature_details .button-1 i {
    margin-right: 1px;
  }
  .feature_details a {
    margin-right: 3px;
    margin-right: 3px;
  }
  .mob_order_1 {
    order: 1 !important;
  }
  .family_secure_img {
    display: none;
  }
  .block-none {
    display: none;
  }
  .faq_new .tabbox {
    padding: 40px 10px 40px 10px;
  }
  .buyterm_senior .box_left_item {
    text-align: left;
  }
  .buyterm_senior .box_left_item span {
    float: left;
  }
  .img-none {
    display: none;
  }
  .tm-sc-get-content .tm-get-quote-content .tm-get-quote-wrapper {
    padding: 20px 20px 20px 20px;
  }
  .tm-sc-get-content .tm-get-quote-content .tm-get-quote-wrapper .img {
    display: none;
  }
  .tm-sc-nav-tabspills .nav.flex-column.nav-pills a.nav-link {
    max-width: 100%;
  }
  .bot_sc_innerbox {
    padding: 20px 8px 20px 100px;
  }
  .comon-img-center-1 {
    display: none !important;
  }
  .need_hip_item-left {
    display: block;
  }
  .need_hip_item-left img {
    float: left;
  }
  .need_hip_item-left h3 {
    width: inherit;
  }
  .need_hip_item-left p {
    padding-left: 41px;
    margin-top: 6px;
  }
  .need_hip_item-left p::after {
    background: none;
    background: none;
  }
  .hlth_plan img {
    display: none;
  }
  .hlth_plan td {
    font-size: 14px;
  }
  .hlth_plan th {
    font-size: 14px;
  }
  .plan_iiner_box {
    padding: 20px 0 20px 118px;
  }
  .plan-add {
    height: 280px;
  }
  .plan-add-width {
    height: 305px !important;
  }
  .ask_content {
    font-size: 20px !important;
    line-height: 30px;
    padding: 0 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .rider_iiner_box {
    padding: 20px 8px 20px 90px;
    border-radius: 25px;
  }
  .need_hip_item {
    padding: 32px 22px;
  }
  .need_hip_item.address-1 img {
    margin-top: -10px;
  }
  .need_hip_item.address-2 img {
    margin-top: -10px;
  }
  .need_hip_item.address-3 img {
    margin-top: 0;
  }
  .need_hip_item.address-4 img {
    margin-top: -5px;
  }
  .need_hip_item.address-5 img {
    margin-top: 0px;
  }
  .hexagon {
    display: none;
  }
  .benefits_buy_hip_ic_box {
    display: none;
  }
  .benefits_buy_hip_box {
    padding: 20px 8px 20px 40px;
    border-radius: 25px;
  }
  .benefits_mr_tp {
    margin-top: 26px;
  }
  .question_img {
    display: none;
  }
  .tp-margin_2nd_bnf {
    margin-top: 28px !important;
  }
  .benefits_mr_tp2 {
    margin-top: 28px !important;
  }
  select.sub_addons_checked sub_addons_calc {
    width: 100%;
  }
  .proposal-form-holder {
    padding: 10px;
  }
  .proposal-form-holder table tr td {
    white-space: normal;
  }
  .proposal-form-holder medical-prac {
    display: inherit !important;
  }
  .proposal-form-holder medical-prac p {
    width: inherit !important;
    text-align: center;
  }
  .proposal-form-holder .nav-tabs {
    margin: unset !important;
  }
  .addon-holder span.address-check-proposer {
    float: inherit;
  }
  .listpage .single-field .insured_age {
    font-size: 12px;
  }
  .listpage .single-field span {
    font-size: 10px;
    line-height: 5px;
    font-size: 10px;
  }
  .listpage .single-field select {
    height: 32px;
  }
  .listpage .invest_list ul li {
    width: 50%;
    width: 50%;
  }
  .listpage input-group-text {
    width: 90px;
    width: 90px;
  }
  .listpage ul li {
    width: 100%;
  }
  .listpage ul.row li.agearea {
    width: 94%;
    margin: auto;
  }
  .joint_life_investment {
    right: inherit;
  }
  .independence:before {
    left: 46px;
  }
  .listpage.invest_list .input-group-text {
    width: 92px !important;
    width: auto;
  }
  .agearea {
    padding: 3px;
  }
  .single-field input#investment_amount {
    height: 32px;
  }
  ul li.inv-save .button-1 {
    height: 32px;
  }
  ul li.step-item::after {
    display: none;
  }
  .cancer_ins_pol .choose-plan-box {
    padding: 20px;
    padding: 20px;
  }
  .child-inv-plan.cancer_ins_pol .step {
    padding: 6px 22px;
    padding: 6px 22px;
  }
  .why-term.need_ccp .term-info:last-child {
    padding: 10px 10px 10px 60px;
    padding: 10px 10px 10px 60px;
  }
  .ccp_img img {
    width: 70%;
    width: 70%;
  }
  .button-1.btn-bx.kyf {
    margin-top: 0;
    top: 8px;
    margin-top: 0;
    top: 8px;
  }
  .feature_c_plan .ratio a.button-1 {
    top: 11px;
    margin-top: 0;
    top: 11px;
    margin-top: 0;
  }
  .nav-tabs {
    margin: auto;
    display: block;
    width: 100%;
    width: 100%;
  }
  .nav-tabs > li {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
  }
  .ratio-ib a.button-1 {
    top: 1px;
    top: 1px;
  }
  ul.inv-smart-list li {
    display: inline;
    display: inline;
  }
  .more_product_plan .button-2 {
    bottom: -15px;
    bottom: -15px;
  }
  .details-info-list h6 {
    font-size: 12px;
    font-size: 12px;
  }
  .listing-details.policy_section img {
    width: 50%;
    width: 50%;
  }
  .list_box_bdr-rt {
    font-size: 14px;
    font-size: 14px;
  }
  .feature_details1 {
    display: inline-block;
    display: inline-block;
  }
  .feature_details1 ul.smart-list {
    margin-top: 4px;
    padding-top: 8px;
  }
  .listing-details div:nth-of-type(2) {
    order: 1 !important;
    border-right: 0;
    order: 1 !important;
    border-right: 0;
  }
  .list .button-1 {
    font-size: 12px;
    font-size: 12px;
  }
  .list ul li {
    font-size: 11px;
    padding: 2px 4px;
    font-size: 11px;
    padding: 2px 4px;
    white-space: inherit;
    border-radius: 4px;
  }
  .list table img {
    padding-top: 20px;
  }
  .list .table > :not(caption) > * > * {
    padding: 0.3rem 0.9rem;
  }
  ul.smart-list li {
    font-size: 14px;
    padding: 2px 4px !important;
    font-size: 14px;
    padding: 2px 4px !important;
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 24px;
    line-height: 20px;
    box-shadow: none;
  }
  .team-wrap-t {
    margin-top: 20px;
  }
  .team-wrap-m {
    margin-top: 20px;
  }
  .right_time .single-future-box.choose-plan-box {
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  .choose-term-plan.mob-pad .choose-plan-box {
    padding: 10px;
    padding: 10px;
  }
  .plan-icon-holder img {
    top: 10px;
    left: 10px;
    padding: 10px;
    top: 10px;
    left: 10px;
    padding: 10px;
  }
  .why-term.term-info {
    padding: 10px 10px 10px 80px;
    padding: 10px 10px 10px 80px;
  }
  .Factors_Policy .single-future-box.choose-plan-box {
    margin-bottom: 16px;
    margin-bottom: 16px;
  }
  .term-info {
    padding: 10px 10px 10px 50px;
  }
  .term-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .term-info:before {
    left: 4px;
    left: 4px;
    left: 18px;
    font-size: 40px;
  }
  .claim-process .term-title {
    padding-top: 24px;
    padding-top: 24px;
  }
  .service-grid {
    padding-bottom: 0;
    padding: 10px;
    padding-bottom: 0;
    padding: 10px;
  }
  .term-keyfeatures .single-future-box.choose-plan-box {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 296px !important;
  }
  .term-keyfeatures .owl-carousel .owl-item img {
    padding: 20px;
  }
  .pd-rght {
    padding-right: 10px;
    padding-right: 10px;
  }
  .pd-left {
    padding-left: 10px;
    padding-left: 10px;
  }
  .reason-buy:before {
    display: none;
    display: none;
  }
  .benefits-item .benefits-inner {
    padding: 20px;
    padding: 20px;
  }
  .benefits-item:last-child {
    margin-bottom: 0;
    margin-bottom: 0;
  }
  .benefits-item a {
    font-size: 14px;
  }
  .benefits_child_edu .choose-plan-box {
    padding: 20px !important;
    padding: 20px !important;
  }
  .benefits_child_edu .factor-policy-icon img {
    padding: 0px;
    margin-top: 28px;
    width: 50%;
  }
  .choose-term-plan .accordion.faq-custom {
    margin-top: inherit;
    margin-top: inherit;
  }
  .ratio a.button-1 {
    margin-bottom: -46px;
    margin-bottom: -46px;
  }
  .ratio a.pet-peace {
    width: 236px;
  }
  .tab-cancer-cover .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .Features-tab .ratio a.button-1 {
    top: -17px;
  }
  .Features-tab .benefits-inner {
    height: unset;
  }
  .content.Features-tab {
    padding: auto;
  }
  .why-term img {
    display: none;
    display: none;
  }
  .family-future .lt-text {
    text-align: center;
    text-align: center;
    padding: 20px;
  }
  .service-wrap-5:after {
    display: none;
    display: none;
  }
  .service-grid.style3 {
    border-top: unset;
  }
  .service-grid.style3:not(:nth-last-child(-n+2)) {
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    border-top: unset;
  }
  .process__single-2 {
    margin-top: 20px;
    margin-top: 20px;
  }
  .pd-rght-child-edu-lt {
    padding-left: 10px;
    padding-left: 10px;
  }
  .termadd_box {
    height: auto;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .family-title {
    font-size: 23px;
    line-height: 1.2;
    font-size: 23px;
    line-height: 1.2;
  }
  .family-title span {
    font-size: 27px;
    font-size: 20px;
  }
  span.white-txt-add {
    font-size: 15px;
    font-size: 16px;
  }
  .col-md-4.family-img img {
    display: none;
    display: none;
  }
  .Comprehensive_Bike-tab {
    margin-top: unset !important;
  }
  .content_travel {
    gap: 10px;
  }
  .buy_travel_ok .process__single-2 {
    margin-top: 0;
    margin-top: 0;
  }
  .buy_travel_ok a.button-1 {
    padding: 30px 20px;
    padding: 30px 20px;
  }
  .top_ins_compnies a.button-1 {
    white-space: nowrap;
    white-space: nowrap;
  }
  .bst_travel_comp .service-grid.style3:not(:nth-last-child(-n+4)) {
    border-top: 1px solid rgba(18, 18, 18, 0.2);
    border-top: 1px solid rgba(18, 18, 18, 0.2);
  }
  .bst_travel_comp a.button-1 {
    width: auto;
    width: auto;
  }
  .choose-plan-box {
    height: auto !important;
  }
  .buy-travel .col-md-5 img {
    display: none;
  }
  .travel-online .ratio a.button-1 {
    top: 20px;
  }
  .premium_trv .col-md-4 img {
    display: none;
  }
  .ngtv-margin-life-plan .col-md-4 img {
    display: none;
  }
  .col-md-4.factor_mobile {
    display: none;
  }
  .cancer-factor-tab .choose-plan-box-health {
    height: unset;
  }
  .benefits-inner.benefits-tab {
    height: unset;
  }
  form#contractor_plant_form input[type=radio] {
    width: unset !important;
    margin-right: 5px;
    width: unset !important;
    margin-right: 5px;
  }
  form#contractor_plant_form input[type=checkbox] {
    bottom: unset !important;
    -webkit-transform: unset !important;
    font-size: 13px !important;
    bottom: unset !important;
    -webkit-transform: unset !important;
    font-size: 13px !important;
  }
  form#contractor_plant_form .form-check {
    display: inline-flex !important;
    display: inline-flex !important;
  }
  form#contractor_plant_form .form-field input {
    padding: 8px !important;
    padding: 8px !important;
  }
  form#contractor_plant_form .form-field select {
    padding: 8px !important;
    padding: 8px !important;
  }
  form#contractor_plant_form .form-field textarea {
    padding: 8px !important;
    padding: 8px !important;
  }
  #contractor_plant_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  form#marine_form .error.transport__error {
    position: relative;
    bottom: 11px;
    position: relative;
    bottom: 11px;
  }
  #marine_cover .error {
    position: relative;
    position: relative;
  }
  #marine_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  #marine_form #progressbar {
    margin-left: 0;
  }
  .remove-bima {
    margin-right: -3px;
  }
  form#workmen_form input[type=checkbox] {
    font-size: 16px !important;
    font-size: 16px !important;
  }
  input[type=radio] {
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
  }
  form#construction_risk_form input[type=checkbox] {
    font-size: 16px !important;
    font-size: 16px !important;
  }
  form#construction_risk_form .form-field input[type=checkbox] {
    position: relative;
    position: relative;
  }
  #construction_risk_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  form#erection_all_form input[type=checkbox] {
    font-size: 16px !important;
    font-size: 16px !important;
  }
  span.erection-responsive {
    position: relative;
    bottom: 10px;
    position: relative;
    bottom: 10px;
  }
  #erection_all_form .form-field input.term-checkbox {
    bottom: 2px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
    bottom: 2px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  #director_liability form#erection_all_form input[type=checkbox] {
    position: relative;
    top: 1px !important;
    position: relative;
    top: 1px !important;
  }
  #director_liability form#erection_all_form input[type=radio] {
    position: relative;
    top: 1px !important;
    position: relative;
    top: 1px !important;
  }
  #director_liability .form-field input.term-checkbox {
    bottom: 0px;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  #director_liability .question-add span.yes-txt {
    position: relative;
  }
  ul.cancer-tab-bx {
    height: unset;
  }
  .compare-or {
    display: none;
  }
  .term-type .plan-icon-holder {
    width: 35px;
    height: 35px;
    padding: 23px;
  }
  .col-md-6.pd-rght-mobile {
    display: flex;
  }
  .col-md-6 .mobile-responsive {
    margin-left: 10px;
  }
  .pet-ratio-ib a.button-1 {
    top: -45px;
  }
  .pet-buy-now {
    padding: 8px !important;
  }
  .lt-text.give-pet {
    padding: unset;
  }
  .row.fees_mobile {
    padding: 0px;
  }
  .type-travel .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .travel-benefits .ratio {
    width: unset;
    margin: auto;
    text-align: center;
  }
  .travel-benefits .ratio a.button-1 {
    margin-left: unset;
  }
  .marine_type_desktop_view {
    display: none;
  }
  .marine_type_mobile_view {
    display: block;
  }
  .mobile_bg_add {
    background-color: #fff !important;
  }
  .mobile_bg_light_add {
    background-color: #eef4f4 !important;
  }
  #fire_burglary span.building-txt {
    position: relative;
    bottom: 11px;
  }
  #fire_burglary .form-check-group label.error {
    top: 32px !important;
  }
  #construction_risk span.building-txt {
    position: relative;
    bottom: 9px;
  }
  #construction_risk .error {
    position: relative;
  }
  .col-md-5.cover-img-responsive {
    display: none;
    display: none !important;
  }
  .back-_banner_cover:after {
    display: none;
  }
  form#fire_burglary_form .form-field.city-last {
    height: 72px !important;
  }
  .fire_burglary_form .form-field input.form-check-input.term-checkbox {
    bottom: 2px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  #group_perssonal_accident_form .form-field input.term-checkbox {
    bottom: 0px;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  form#professional_indemnity_form input[type=checkbox] {
    font-size: 16px !important;
  }
  #professional_indemnity_form .form-field input.term-checkbox {
    bottom: 4px;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
  }
  #progressbar {
    margin-left: 15px;
  }
  .form-solution-add p {
    font-size: 16px;
  }
  p.group-health-txt {
    text-align: left;
  }
  .group-add-right {
    align-items: center;
    justify-content: center;
    width: 10%;
  }
  form#group_health_form input[type=checkbox] {
    font-size: 16px !important;
  }
  form#group_health_form .fresh-group-error {
    bottom: 166px;
    text-align: left !important;
  }
  form#group_health_form .full-form.group-health-lives {
    margin: auto;
  }
  form#otp_generate button.validate {
    font-size: 16px !important;
  }
  #load_otp_modal_popup h6 {
    font-size: 16px !important;
  }
  p.Employee-only {
    font-size: 12px;
    margin-top: 6px;
  }
  #group_health .form-field select {
    bottom: 12px;
  }
  #group_health .col-coverage.active {
    position: relative;
  }
  #group_health .col1 img {
    position: relative;
    bottom: 0;
    left: 7px;
    right: 7px;
  }
  label.insured_amount-error {
    position: relative;
    bottom: 9px;
  }
  #group_health_form .form-field input.term-checkbox {
    bottom: 0px;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  ul.mode-transport li {
    width: 100%;
  }
  ul.shiped li {
    padding: 8px 18px;
    margin: 0 0;
  }
  .career-bx .heading-holder h1 {
    font-size: 24px !important;
  }
  .CarCoverage-add .feature-one__single-inner {
    height: auto;
  }
  .CarCoverage .feature-one__single-inner {
    height: auto;
  }
  .header-bottom-right {
    display: none;
  }
  .header-bottom-right a.button-1 {
    padding-right: 0px;
  }
  .header-bottom-right a.button-1 span {
    display: none;
  }
  .timeline {
    padding: 0px 0 0px;
  }
  .career-accordion p {
    font-size: 14px !important;
  }
  .career-accordion ul li {
    font-size: 14px;
  }
  .blog-text-left li {
    font-size: 14px;
  }
  .blog-text-left td {
    padding: 7px 10px 0px;
  }
  .blog-text-left .three-form {
    padding: 7px 10px 0px;
  }
  .blog-text-left p {
    text-align: left;
    white-space: normal;
  }
  ul.tick li {
    font-size: 14px;
  }
  .titile-hd h6 {
    text-align: left !important;
  }
  .perposal-box table {
    display: inline-block;
  }
  .perposal-box table thead {
    display: inline-block;
  }
  .perposal-box table tbody {
    display: inline-block;
  }
  .perposal-box table th {
    display: inline-block;
  }
  .perposal-box table td {
    display: inline-block;
  }
  .perposal-box table tr {
    display: inline-block;
  }
  .perposal-box td {
    white-space: normal;
  }
  .perposal-box span.choose-option {
    float: inherit;
  }
  .perposal-box span.address-check-proposer {
    float: inherit !important;
  }
  .perposal-box .col-8 {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin: 15px 0px;
  }
  .perposal-box .col-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin: 15px 0px;
  }
  form#directors_officers_form input[type=radio] {
    position: relative;
  }
  form#directors_officers_form input[type=radio]:checked {
    right: unset !important;
  }
  .ngtv-margin-life-plan_director {
    margin-top: -34px;
  }
  #group_term_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  .banner-form-area .form-check {
    display: block;
  }
  .banner-form-area .form-check label {
    font-size: 10px;
  }
  .banner-form-area .form-check .form-check-input {
    bottom: 5px;
  }
  form#car_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  .col-md-7.p-top-70 {
    padding-top: unset;
  }
  .buyonline-ins p {
    width: 90%;
    text-align: left;
  }
  .buyonline-ins span {
    font-size: 14px;
    padding-right: 10px;
  }
  ul.dise-list {
    width: 90%;
    text-align: left;
  }
  ul.dise-list.w-fx {
    width: 96% !important;
  }
  form#two_wheeler_form .form-check label {
    font-size: 10px;
  }
  form#two_wheeler_form #tnc_val-error {
    position: absolute !important;
    margin-top: 27px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  .shop_owner_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  form#commercial_form #tnc_val-error {
    position: absolute;
    margin-top: 27px;
    padding-bottom: 12px;
    left: 20px;
  }
  form#motor_form .form-check {
    display: block;
  }
  form#motor_form .form-check label {
    font-size: 10px;
  }
  form#motor_form #tnc_val-error {
    position: absolute !important;
    margin-top: 34px !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  .Child-Comparison-table table {
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  .Child-Comparison-table table tr td {
    white-space: normal !important;
  }
  .Child-Comparison-table table thead {
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  .Child-Comparison-table table tbody {
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  .Child-Comparison-table table th {
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  .Child-Comparison-table table td {
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  .term-info.term-info-mobile {
    padding: 10px 10px 10px 62px;
  }
  .plan-icon-holder-mobile img {
    top: 10px !important;
    left: 10px !important;
  }
  .col-md-6.child-desk-view {
    display: none;
  }
  .col-md-6.child-mobile-view {
    display: block;
  }
  .pd-rght-child-edu-sc {
    padding-right: unset;
  }
  .child-m-display {
    display: flex;
  }
  .child-slider-screen {
    margin-top: -24px;
  }
  .bold-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
  }
  .header-top {
    display: none;
  }
  .get-appointment-form .single-field input[type=checkbox] {
    height: unset;
    margin-top: 16px;
  }
  .get-appointment-form .single-field input {
    font-size: 14px;
    font-weight: 500;
  }
  .bg-career form {
    padding: 16px;
  }
  .heading-holder {
    width: 360px !important;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.5, 0.5);
    -webkit-transform: unset !important;
    font-size: 13px;
    white-space: normal !important;
  }
  span.service-icon img {
    padding: 20px !important;
    padding-top: 0;
  }
  .service-icon img {
    margin-top: unset;
  }
  span.choose-option {
    float: inherit !important;
  }
  #plan-more .button-2 {
    position: inherit;
    right: inherit;
  }
  td {
    text-align: center;
  }
  th {
    text-align: center;
    white-space: normal;
    white-space: nowrap;
    border: 1px solid #ccc !important;
    text-align: left;
  }
  .form-field input {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
  }
  .form-field select {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
  }
  .form-field textarea {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
  }
  .btn-right {
    padding-bottom: 0px;
  }
  .best-marine-company td {
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
  }
  .best-marine-company th {
    font-size: 14px;
    text-align: left;
  }
  .insurance-company-logo {
    width: 35% !important;
  }
  button.read-add-txt {
    font-size: 16px;
  }
  .vehicle-bigbox {
    margin-bottom: 13px;
  }
  .travel-add .nav-tabs > li {
    border: 0;
  }
  #travel_form select {
    width: 100% !important;
  }
  #travel_form .btn_remove {
    float: inherit;
    right: inherit;
  }
  .travel_scroll_add .wizard .nav-tabs > li {
    width: unset;
    margin-bottom: 70px;
  }
  li.travel-mobile p {
    font-size: 10px !important;
    padding-right: 4px;
  }
  .wizard .nav-tabs > li:last-child {
    margin-bottom: 0px;
  }
  .wizard .next-step {
    width: unset;
  }
  .wizard > div.wizard-inner {
    margin-bottom: -35px;
  }
  .query-form .form-field label {
    margin-top: 8px !important;
  }
  #ask_expert_form .error {
    float: none;
  }
  #ask_expert_form .form-field {
    margin-bottom: 25px;
  }
  .ask-question {
    display: none;
    width: 100%;
  }
  .ask-question .main-title {
    margin-top: 0;
    letter-spacing: 6px;
    font-size: 28px;
    line-height: 30px;
  }
  .submit-btn {
    padding: 5px 10px !important;
  }
  input.submit-btn {
    padding: 5px 10px !important;
    padding: 11px 25px !important;
  }
  p.full-width.note {
    font-size: 14px;
    margin-top: 12px;
  }
  .blog-content-left {
    width: 100%;
  }
  .blog-content-right {
    width: 100%;
    margin-top: 20px;
  }
  .blog-txt {
    display: block;
  }
  .Blog-name {
    width: 100%;
    margin-top: 30px;
  }
  h3 {
    font-size: 18px;
  }
  h3 span.check-kyc-method {
    float: inherit !important;
  }
  .compare-plan {
    width: 100%;
    float: inherit;
  }
  .btn-group.btn-group-toggle {
    width: 100% !important;
  }
  .btn-group.btn-group-toggle2 {
    width: 100% !important;
  }
  .three-form {
    width: 100%;
  }
  .half-form {
    width: 100%;
  }
  .term-insure .half-form input {
    width: 100%;
  }
  .term-assure {
    width: 100%;
    display: none;
  }
  button.car-faq h3 {
    margin-right: 42px;
    font-size: 20px;
  }
  .banner-images img {
    width: 145px;
  }
  .mission .mission-content {
    width: 100%;
    float: inherit;
  }
  .mission-image {
    width: 100%;
    float: inherit;
    padding-top: 10px;
  }
  .mission-image .first-image {
    width: 100%;
    float: inherit;
  }
  .mission-image .second-image {
    display: none;
  }
  .box-team .message-box {
    width: 100%;
    float: inherit;
  }
  .form-1 {
    width: 100%;
    float: inherit;
  }
  form.query-form {
    display: block;
  }
  .full-width {
    display: block; /*change inlineblock to block*/
  }
  .expert-content {
    padding: 6px;
  }
  .jobs-content-left {
    width: 100%;
  }
  .job-image-right {
    width: 100%;
    margin-left: 0px;
  }
  .contact-left {
    width: 100%;
  }
  .branch-address {
    width: 100%;
  }
  .branch-address li {
    font-size: 14px;
  }
  .logo img {
    max-width: inherit;
    width: 260px;
  }
  .helpline-area.pb-80 {
    padding-bottom: 40px;
  }
  p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 16px;
  }
  .about-content {
    margin-top: 0;
  }
  .footer-widegts-single2 ul li {
    padding: 5px 5px;
  }
  .footer-widegts-single2 ul li a {
    line-height: 20px;
  }
  .footer {
    padding-top: 0;
  }
  .footer-subscribe-form {
    margin-top: 30px;
  }
  .helpline-number {
    border-radius: 0 !important;
  }
  .helpline-number .number-icon {
    float: inherit;
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
  }
  .footer-border2 img {
    height: 30px;
  }
  .footer-widegts-single {
    margin-bottom: 30px;
  }
  .footer-widegts-single .footer-social span {
    margin-right: 8px;
  }
  .footer-widegts-single .footer-social span a {
    width: 34px;
    height: 34px;
  }
  .footer-widegts-single .footer-social2 span {
    width: 16%;
  }
  .footer-widegts-single p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-widegts-single h3.title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-widegts-single ul li {
    padding: 2px 0px;
  }
  .footer-widegts-single ul li a {
    font-size: 16px;
  }
  .footer-widegts-single ul.contact-info li a {
    font-size: 14px;
  }
  .mobile-logo img {
    max-width: 88%;
  }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .info-area {
    padding: 50px 0px;
  }
  .helpline-area.pb-120 {
    padding-bottom: 50px;
  }
  .testimonial-area {
    padding: 50px 0px;
  }
  .all-testimonial.owl-carousel .owl-stage {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .why-choose-area.pt-110 {
    padding-top: 70px;
  }
  .blog-area.pt-80 {
    padding-top: 20px;
  }
  .faq-area.pt-110 {
    padding-top: 50px;
  }
  .breadcumb-area h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .breadcumb-area ul li {
    font-size: 18px;
    line-height: 36px;
  }
  .singlepage-area.pt-120.pb-120 {
    padding: 60px 0px;
  }
  .teamdetails-left .te-thumb {
    max-width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .teamdetails-left .te-content {
    overflow: hidden;
    width: 100%;
  }
  .page-section-full.pt-120.pb-120 {
    padding: 60px 0px;
  }
  .testimaonial-area-full.pt-120.pb-70 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .singlepage-titletext h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .singlepage-box h3 {
    margin-top: 20px;
  }
  .blog-page-area.pt-120.pb-120 {
    padding: 50px 0px;
  }
  .blog-page-area.pt-120.pb-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-details-full .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog-share {
    text-align: left;
    margin-bottom: 20px;
  }
  .blog-author-section {
    padding: 30px;
  }
  .blog-author-section .content-auth .auth-header {
    display: inherit;
  }
  .blog-author-section .content-auth .auth-header .a-social-icon span:first-child {
    margin-left: 0px;
  }
  .blog-author-section .content-auth p {
    font-size: 15px;
    line-height: 28px;
  }
  .comment-section-full {
    padding: 30px;
  }
  .related-blog-section.mt-120.mb-90 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .col-md-8.career-left {
    margin: 12px;
  }
  .rider_ic_hold {
    border-radius: 25px 0 0 25px;
  }
  .rider_ic_hold2 {
    border-radius: 25px 0 0 25px;
  }
  .rider_ic_hold3 {
    border-radius: 25px 0 0 25px;
  }
  .rider_ic_hold4 {
    border-radius: 25px 0 0 25px;
  }
  .tabbox {
    padding: 50px 10px;
  }
  .calculate_premium_hip ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .claim-heading-txt h1 {
    width: 95%;
  }
  .life-claim li {
    display: contents;
  }
  .life-claim li > span {
    font-size: 16px;
    margin-left: 10px;
  }
  .life-claim ul li img {
    width: 5%;
  }
  .mail-design .mail-box {
    width: 50%;
  }
  .mail-design .mail-box span {
    font-size: 22px;
  }
  .Reimbursement .points {
    width: 100%;
    padding: 19px;
  }
  .block-image .product {
    width: 45%;
  }
  .annual-box {
    height: 39px;
  }
  .datepicker td {
    width: 100px;
    font-size: 18px;
  }
  .datepicker th {
    width: 100px;
    font-size: 18px;
  }
  datepicker .datepicker-switch {
    width: 145px !important;
    font-size: 14px !important;
  }
  ul.fresh-list li.fresh-item {
    width: 100%;
    margin: 10px 12px 18px;
  }
  ul.fresh-list li.fresh-item-add {
    width: 100% !important;
    margin: 10px 3px 34px !important;
  }
  ul.fresh-list li.fresh-item.fresh-item-shop {
    margin: 10px 0px 8px;
  }
  p.fresh-paragraph {
    font-size: 12px;
  }
  .insured-box {
    width: 100%;
  }
  select.shop-required {
    position: relative !important;
    bottom: unset !important;
  }
  .building-value-hight {
    height: unset;
  }
  #shop_owner ul.fresh-list li.fresh-item {
    margin: 10px 0px 11px !important;
    width: 100%;
  }
  #shop_owner .form-field input[type=checkbox] {
    bottom: 9px;
  }
  #shop_owner .full-form.shop-responsive {
    height: unset;
  }
  #shop_owner input.shop-checkbox {
    position: relative;
    bottom: 4px !important;
  }
  #shop_owner .other-shop {
    margin-top: 20px;
  }
  .next-add-btn {
    margin-bottom: unset !important;
  }
  #group_personal .form-check-group label.error {
    top: 32px !important;
    top: 32px !important;
  }
  #group_term .form-check-group label.error {
    top: 23px !important;
  }
  #work_men .half-add-work {
    width: 100%;
  }
  #erection_risk .form-check-group label.error {
    top: 32px !important;
  }
  #contractor_plant .insured-box-plant {
    width: 40%;
    padding: 5px;
  }
  #contractor_plant .error {
    position: relative;
  }
  #contractor_plant .checktandc {
    margin-top: unset;
  }
  #contractor_plant .insured-box {
    margin: 0px 13px 27px;
  }
  label.plant-botton {
    position: relative;
    bottom: 26px;
  }
  p.plant-responsive {
    padding-bottom: 7px;
  }
  .tolltib_box {
    display: block;
    margin-top: -26px;
  }
  .box-footer.privacy-alignment-fix {
    display: none;
  }
  .eligibility_criteria_child-box {
    height: auto;
  }
  .gold_content_box {
    padding: 15px;
  }
  .gold_content_box2 {
    padding: 0px 20px 60px;
  }
  .table-pd-inner {
    padding: 0 10px;
  }
  .gold-banner-graph {
    padding: 48px 20px;
    background: #8f3d00;
  }
  .real_gold_content_box {
    padding: 40px 10px;
  }
  .purple-gold-box {
    padding: 20px;
  }
  .bdr-right {
    border-right: 0;
  }
  .bdr-bottom {
    border-bottom: 1px solid #e8e7e5;
  }
  .compare_box_content {
    padding: 10px;
  }
  .term-scroll-mobile {
    margin-top: 0px;
  }
  .desktop-view {
    display: none;
  }
  .termadd_box_mobile {
    display: flex;
    background: #d3e3f0;
    padding: 15px;
    justify-content: center;
  }
  .right-term {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px;
  }
  .mobile-view {
    display: block !important;
  }
  .two_wheeler_types {
    margin-top: 15px;
  }
  .hip_box_doc_img {
    display: none;
  }
  .hip_box_doc_img img {
    display: none;
  }
  .car_button_1 {
    width: 260px;
    margin: auto;
    width: 56% !important;
  }
  .car_add_bg h2 {
    margin: auto;
  }
  .types_item_bx h3 {
    padding-left: 18px;
  }
  .mobile_kyc_res {
    margin-top: 40px !important;
  }
  .invest_gols {
    top: unset;
  }
  .table-condensed table {
    border: 1px solid #ccc !important;
  }
  .table-condensed tbody {
    border: 1px solid #ccc !important;
  }
  .table-condensed td {
    border: 1px solid #ccc !important;
    padding: 15px;
  }
  .table-condensed tfoot {
    border: 1px solid #ccc !important;
  }
  .table-condensed th {
    border: 1px solid #ccc !important;
    padding: 15px;
  }
  .table-condensed thead {
    border: 1px solid #ccc !important;
  }
  .table-condensed tr {
    border: 1px solid #ccc !important;
  }
  .annual_in_error {
    margin-top: 0;
  }
  .apply_term_filter {
    margin-top: 10px;
    text-align: center;
  }
  .tax_total {
    background: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  }
  .ui-datepicker {
    width: 65% !important;
  }
  .info-box {
    min-height: 335px;
    height: auto;
  }
  .desk-blog {
    display: none;
    display: none;
  }
  .blog_mob_filter {
    display: block;
    display: block;
  }
  .blog-right-part {
    margin-top: 15px;
  }
  .b-border-bx img {
    width: 100%;
  }
  .btn-blog {
    padding: unset;
  }
  input#search-bar {
    width: 70%;
  }
  .search-container {
    width: 489px;
  }
  .search-container-blog {
    display: none;
  }
  .search-container-blog .search:focus {
    width: 350px;
    z-index: 999999999;
  }
  .blog-serch-icon #search-btn {
    right: 10px;
  }
  .blog-serch-icon .centered {
    width: 100%;
  }
  .blog-serch-icon #search-form {
    height: 55px;
  }
  .blog-serch-icon #search-button {
    height: 55px;
  }
  .blog-serch-icon #search-box {
    width: 100%;
  }
  .blog-serch-icon #search-box input[type=text] {
    padding: 17px;
  }
  .one-section-form .submit-btn {
    border-radius: 5px;
    padding: 11px 34px !important;
  }
  .one-section-form .form-right-box {
    padding: 10px;
  }
  .one-section-form .future_txt {
    font-size: 18px;
  }
  .one-section-form .all-box {
    padding: 7px !important;
  }
  .one-section-form .gender_error_fix {
    text-align: center;
  }
  .one-section-form .form-control {
    font-size: 14px !important;
  }
  .term-new-design button.btn-navigate-form-step {
    padding: 11px 34px;
    padding: 10px 25px;
  }
  .term_annual_radio .annual_inc_invst {
    padding: 5px 20px;
  }
  .annual_inc_retire {
    padding: 5px 22px;
  }
  .health-one-section .heading-box {
    padding-left: 10px !important;
  }
  .health-one-section .all-box {
    padding: 7px !important;
  }
  .health-one-section .future_txt {
    font-size: 18px;
  }
  .health-one-section .input-container {
    height: 48px;
  }
  .serh-bar-mobile {
    display: block !important;
  }
  .btn-serch {
    display: block;
  }
  .mobile-heading-1 {
    display: block;
    width: 100% !important;
  }
  .about-responsive-fix {
    display: none;
  }
  .bg-blue-hight {
    height: auto;
    padding: 20px 0;
  }
  .about-heading-fix {
    text-align: center;
  }
  span.recent-blog-date {
    margin: auto;
  }
  .input-container label {
    text-align: left;
  }
  .plan_ic_hold img {
    height: 60px;
  }
  .plan_ic_hold2 img {
    height: 60px;
  }
  .plan_ic_hold3 img {
    height: 60px;
  }
  .plan_ic_hold4 img {
    height: 60px;
  }
  .yes-img img {
    height: auto;
  }
  .btn-close-expert {
    position: relative;
    top: -145px;
    font-size: 13px;
    padding: 10px;
    clear: both;
  }
  .more-insurance-product p {
    font-size: 14px;
    line-height: 20px;
    color: #222;
  }
  .faq-list h3 {
    font-weight: 400;
  }
  .faq_blog_responsive h3 {
    padding-right: 0 !important;
  }
  .accordion.faq-custom {
    margin-top: unset;
  }
  table.pa-table tr td {
    white-space: nowrap;
  }
  .form-right-box {
    padding: 12px 12px;
  }
  .form-right-box .proposal_form_new .action-button {
    width: 30%;
    margin: unset;
  }
  .form-right-box .proposal_form_new #progressbar {
    width: 100%;
    margin-left: unset !important;
  }
  .form-right-box .proposal_form_new #progressbar #step1:before {
    font-size: 15px;
  }
  .form-right-box .proposal_form_new #progressbar li.common-step-list {
    width: 50%;
  }
  .form-right-box .action-button-previous {
    width: 30%;
  }
  .form-right-box h2 {
    font-size: 18px !important;
  }
  .form-right-box:before {
    display: none;
  }
  .form-right-box .proposal-form-holder {
    padding: 10px 0px 0px 0px;
  }
  .pa-form .proposal_form_new #progressbar #step2:before {
    font-size: 15px;
    font-size: 15px;
  }
  .pa-form .proposal_form_new #progressbar #step3:before {
    font-size: 15px;
    font-size: 15px;
  }
  .pa-form .proposal_form_new #progressbar li {
    font-size: 12px;
    font-size: 12px;
  }
  .proposal_form_new #progressbar li:before {
    width: 30px;
    height: 30px;
    margin: 10px auto 10px auto;
    padding: 0px;
    font-size: 13px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 4px auto 10px auto;
    padding: 0px;
  }
  .bestmotor ul.cancer-mobile-list li {
    line-height: 30px;
    margin-top: 0px;
    padding-top: 2px;
  }
  .bestmotor ul li {
    font-size: 16px;
    display: block;
    line-height: 30px;
  }
  .bestmotor ul li span {
    left: 12px;
    top: -5px;
  }
  .bestmotor ul li:before {
    width: 30px;
    height: 30px;
  }
  .bestmotor h5 {
    font-size: 18px;
  }
  ul.dise-list.li-space li {
    margin-left: 25px;
    text-align: left;
  }
  .ask_expert_banner.only-marine {
    display: block;
    text-align: center;
    padding: 11px;
  }
  .travel-step-content {
    padding-top: 10px;
    height: unset !important;
  }
  ul.footer-nav-reponsive {
    margin-left: 10px;
  }
  .list-group-item + .list-group-item {
    font-size: 14px;
  }
  .shop-quote-btn {
    margin: 0px 34px 14px;
  }
  .shop-quote-btn .button-1 {
    height: 40px;
    width: 155px;
  }
  .want-help a.button-1 {
    width: 195px !important;
  }
  .single-testimonial p.term-title {
    font-weight: 500;
  }
  .table-bordered td {
    font-size: 16px;
    text-align: left;
  }
  .table-bordered th {
    font-size: 16px;
    text-align: left;
  }
  .only-health-left .need_hip_item-left p {
    padding-left: 70px;
  }
  ul.factor_list li {
    font-size: 16px;
  }
  h2.our-team-welcome-line {
    font-size: 24px !important;
  }
  ul.pre-list li.pre-item {
    font-size: 14px;
    color: #222222;
  }
  .second-table th {
    font-size: 14px;
  }
  .second-table td {
    font-size: 14px;
  }
  .pet_circle_color:last-child {
    margin-bottom: 0px !important;
  }
  .ratio-pet-mind {
    margin-top: -25px;
  }
  .marine-align {
    align-items: center;
  }
  .marine-adverties-txt {
    text-align: center;
  }
  .marine-marine-add {
    text-align: center;
  }
  .child-ratio-btn a.button-1 {
    top: 31px;
  }
  .Family-Future {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .professional-ratio a.button-1 {
    top: -3px;
  }
  .shop-quote-btn-txt a.button-1 {
    left: 0;
  }
  .hlth_cover_box {
    margin-top: 16px !important;
  }
  .hlth_cover_box ul li p {
    font-size: 16px;
  }
  .hlth_cover_box ul li strong {
    font-size: 16px;
  }
  .hlth_notcover_box ul li {
    font-size: 16px;
  }
  .list-group-item {
    font-size: 16px;
  }
  .frm_small_heading {
    font-size: 20px;
    display: block;
  }
  .pa_frm_small_heading {
    font-size: 20px;
    display: inline-block;
  }
  .gridtable tbody {
    overflow-y: hidden;
  }
  .gridtable tbody tr {
    table-layout: inherit;
    width: auto;
  }
  .gridtable thead {
    table-layout: inherit;
    width: auto;
  }
  .buy_hip_iinerbox {
    padding: 66px 30px 30px 30px;
  }
  .pet_age1 label {
    margin-top: 0px;
  }
  span.digit_value {
    line-height: 1.3;
  }
  .annual_inc_invst span {
    padding: 5px 27px;
    padding: 5px 25px;
  }
  .daterangepicker {
    left: unset !important;
  }
  .daterangepicker .calendar-table table {
    margin: 0px 35px !important;
  }
  .results-num1 {
    margin-top: 10px;
  }
  label.term_gender {
    justify-content: center;
  }
  label#traveller_age_1-error {
    margin-top: 0px;
  }
  #traveller_age_2-error {
    margin-top: 0px;
  }
  #traveller_age_3-error {
    margin-top: 0px;
  }
  #traveller_age_4-error {
    margin-top: 0px;
  }
  #traveller_age_5-error {
    margin-top: 0px;
  }
  #traveller_age_6-error {
    margin-top: 0px;
  }
  #traveller_age_7-error {
    margin-top: 0px;
  }
  #traveller_age_8-error {
    margin-top: 0px;
  }
  #traveller_age_9-error {
    margin-top: 0px;
  }
  #traveller_age_10-error {
    margin-top: 0px;
  }
  .hide_rfid_box {
    height: unset !important;
    position: relative;
    margin: 1rem 0;
  }
  .select_container {
    height: inherit !important;
  }
  .responsive_fix_heading h6 {
    margin-top: 20px;
  }
  .xb-item--description {
    font-size: 16px;
    line-height: 30px;
  }
  .rpindia a.button-1 {
    top: -14px;
  }
  .retirement_ulips a.button-1 {
    top: -14px;
  }
  .retirement-table table td {
    vertical-align: middle;
    text-align: left;
  }
  .retirement-table table th {
    vertical-align: middle;
    text-align: left;
  }
  .retirement-table td {
    font-size: 16px;
  }
  .retirement-table th {
    font-size: 16px;
  }
  .col-md-4.add-new-retirement img {
    display: none;
  }
  .retire-info .info-box {
    text-align: center !important;
  }
  .benefit-box {
    display: block;
  }
  .benefit-box .box-option {
    margin-left: unset;
    margin-top: 9px;
  }
  ul.check-add-retirement {
    margin: 10px;
  }
  ul.check-add-retirement li {
    font-size: 14px;
    padding-left: 28px;
  }
  .col-md-4.mobile-retire-fix img {
    display: none;
  }
  .back-img-add:before {
    display: none;
  }
  .back-img-add h2:before {
    display: none;
  }
  .col-md-6.tab-comm {
    margin-top: 6px;
  }
  ul.document-list {
    display: unset;
  }
  ul.document-list li {
    width: 100%;
  }
  .process-shape-1 img {
    display: none;
  }
  .calculator-retirement a.button-1 {
    width: 39%;
    padding: unset;
  }
  .button-1.btn-bx {
    margin-top: 47px;
  }
  .col-md-5.calculate-retirement {
    display: none;
  }
  .info-box-retirement {
    height: 333px;
  }
  section.white-section-add {
    margin-top: -65px;
  }
  .policy-box.early20 {
    margin-top: 14px;
  }
  .policy-box {
    margin-top: 10px;
  }
  div.lic-cal-premium div:before {
    content: " ";
    border-right: unset;
    border-top: unset;
    transform: unset;
    position: unset;
    top: unset;
    right: unset;
    height: unset;
    width: unset;
  }
  .pet-tab-responsive {
    width: 95% !important;
    margin: auto;
  }
  .text-fix-mobile {
    text-align: unset;
    text-align: unset;
  }
  .eligibility_criteria_child-box.term_company_logo {
    height: 285px !important;
  }
  .documents-rqrd:before {
    display: none;
  }
  .health-cost {
    justify-content: unset;
  }
  p.read-more-paragraph {
    font-size: 14px;
  }
  details {
    font-size: 14px;
  }
  .extra-read-tx {
    font-size: 16px !important;
  }
  button.pro-indemnity-read {
    top: 15px;
  }
  .validate {
    width: 125px;
  }
  .table_light_img_bike td {
    border: 1px solid #ccc !important;
    text-align: left;
  }
  tfoot {
    border: 1px solid #ccc !important;
    text-align: left;
  }
  thead {
    border: 1px solid #ccc !important;
    text-align: left;
  }
  tr {
    border: 1px solid #ccc !important;
    text-align: left;
  }
  .child-mobile-img img {
    width: 45px;
    height: 36px;
  }
  .vertical-border {
    display: none;
  }
  .position-add h3 {
    text-align: justify !important;
  }
  .row.low-risk {
    margin-top: 19px !important;
  }
  .col-md-5.hight-risk {
    margin-top: 12px;
  }
  .col-md-4.img-tx {
    display: none;
  }
  .col-md-4.question-responsive {
    display: none;
  }
  .col-md-5.question-responsive {
    display: none;
  }
  h3.high-risk-responsive {
    margin-top: 10px;
  }
  .read-more-scroll a {
    font-size: 14px;
    font-weight: 300;
  }
  li .add-number-width-invest {
    width: 19%;
  }
  .investment-rider-box .col-md-6 .criteria-box {
    height: unset;
  }
  ul.travel-type-step li.step-item {
    width: 100%;
    margin: 6px 0px 19px;
  }
  ul.travel-type-step li.last-step-item {
    width: 100%;
    margin: 6px 0px 19px !important;
  }
  .child_table_scroll td {
    font-size: 16px;
    text-align: left;
  }
  .child_table_scroll th {
    font-size: 16px;
    text-align: left;
  }
  .child-calculate .lt-text {
    padding: 0px 0px 0px 11px;
    text-align: left;
  }
  .tab-content .tab-pane {
    font-size: 16px;
    line-height: 30px;
  }
  ol.car-not-cover-list li {
    margin-top: 10px;
  }
  .expert-img-icon img {
    width: 20%;
    margin-top: 15px;
  }
  .expert-button {
    display: block;
  }
  .whataps-box .modal-body {
    margin-left: -4px;
    margin-right: -4px;
  }
  .form_wrapper {
    padding: 0px 10px;
  }
  .form_wrapper .row > div {
    padding: 0 15px;
  }
  .talk-box {
    padding: unset;
  }
  .expert-submit-box {
    margin-bottom: 15px;
  }
  input[type=radio]:checked + label.PA-gender {
    width: 100%;
  }
  input[type=radio] + label.PA-gender {
    width: 100%;
  }
  .blog-slide .project-content {
    padding: 5px 30px;
  }
  .infobox-slider.owl-carousel .owl-stage {
    padding-bottom: 14px;
  }
  ul.cancer-type-list {
    display: unset;
  }
  ul.cancer-type-list li {
    width: 38%;
    margin: 20px;
    float: left;
    padding: 12px;
  }
  ul.cancer-type-list li:last-child {
    margin: auto;
    float: none;
    clear: both;
  }
  .child-inv-plan .step {
    font-size: 16px;
    padding: 6px 6px;
  }
  .col-md-6.mobile_life {
    display: none;
  }
  .col-md-4.cover-img-responsive {
    display: none;
  }
  .add-aligment {
    text-align: center;
  }
  .invetment-rider-sec {
    margin-bottom: 19px;
  }
  .pa-ask-expert-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .pa-txt-add {
    width: inherit !important;
  }
  select.ask-holder {
    font-size: 11px;
  }
  input.ask-holder {
    font-size: 11px;
  }
  textarea.ask-holder {
    font-size: 11px;
  }
  #contact_us_form .submit-btn {
    padding: 11px 25px !important;
  }
  .contact-txt-fix input {
    width: unset;
  }
  .ask-question-txt {
    margin-top: 20px !important;
  }
  .col-md-5.ask-mission-img {
    display: none;
  }
  .box-about {
    display: none;
  }
  .box-about li {
    margin: 0px -9px 2px;
  }
  .box-footer li {
    margin: 0px -9px 2px;
  }
  .box-footer li a {
    padding: 11px 12px;
    font-size: 10px;
  }
  .box-footer ul.about-mobile-list {
    margin: -6px;
  }
  .about-tab-img {
    width: 100%;
  }
  .box-about-mobile {
    display: block;
    background: #fff;
    display: block !important;
  }
  .box-about-mobile li.about-mobile-item a {
    padding: 16px;
  }
  .box-about-mobile ul.about-mobile-list {
    margin: -6px;
  }
  li.about-mobile-item span {
    font-size: 11px;
  }
  .director-dcoument .need_hip_item-left p {
    padding-left: 0;
  }
  .lic-pd {
    margin-right: 7px;
  }
  .pet-confused-button {
    display: block;
    padding: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .canvas_open_full {
    padding: 10px 0px;
  }
  .helpline-number-responsive {
    display: flex;
  }
  .infobox-responsive {
    display: flex;
  }
  .infobox-responsive .info-image {
    height: 100%;
    width: 100%;
    margin-right: 10px;
  }
  .custom-checkbox label {
    width: 100%;
  }
  .custom-checkbox .div-bx {
    width: 100%;
  }
  .pa-renew-img:after {
    display: none;
  }
  .pa-mobile-box {
    margin-top: 25px;
  }
  .marine-compare-box {
    margin-top: 7px;
  }
  .offcanvas_menu_wrapper {
    z-index: 999999999;
  }
  .term-left li {
    font-size: 14px;
  }
  .travel-mobile-box {
    box-shadow: none !important;
    border: none !important;
    padding: unset !important;
  }
  .process__icon {
    width: 68px;
    height: 68px;
    padding: 12px;
  }
  .process__icon-box {
    width: 68px;
    height: 68px;
  }
  .factor-policy-icon {
    width: 68px;
    height: 68px;
  }
  .term-title {
    font-weight: 600;
  }
  .choose-plan-box-tx {
    padding: 20px 15px 0 20px;
  }
  .query-order-mob {
    order: 2;
    margin-top: 20px;
  }
  .lic_online:before {
    display: none;
  }
  .col-md-6.term-mobile {
    display: flex;
  }
  .term-text-1 {
    margin-left: 10px;
  }
  thead.pet_table_point tr th {
    padding: 20px !important;
    white-space: nowrap;
  }
  .not_cover_responsive {
    margin-top: 20px;
  }
  .choose-pet-plan-box {
    padding: 30px 30px 0px !important;
  }
  .type_pet_responsive {
    margin-top: 95px;
  }
  .eligibility .pet-service-wrap:after {
    display: none;
  }
  .eligibility_pet:after {
    display: none;
  }
  .pet_factor_box {
    padding: 20px 9px 0px 9px;
  }
  .renew_background_color:after {
    background-size: 60px;
  }
  .pet_img_box {
    display: none;
  }
  .pet_header_content {
    margin: unset;
  }
  .add_img_position {
    display: none;
  }
  .pet_title span {
    font-size: 27px;
  }
  .pet_ask {
    width: 50%;
  }
  .pet_ask a.button-1 {
    width: 185px;
    margin-top: 10px;
  }
  .pet_responsive_title {
    font-size: 33px;
    line-height: 1;
    font-size: 30px;
    display: contents;
  }
  .pet_desktop_display {
    display: none;
  }
  .pet_mobile_display {
    display: block;
  }
  .pet_circle_color1 {
    padding-right: 10px;
  }
  .pet_eligibility_box {
    padding-left: unset !important;
  }
  .pet_benefits {
    padding: 15px;
  }
  .cover_green_box {
    padding: 26px;
  }
  .not_cover_red_box {
    padding: 26px;
  }
  .t_img_pet img {
    padding: 10px;
    height: 65px;
    width: 65px;
  }
  .pet-tab-w {
    margin-bottom: 0px !important;
  }
  .pet-tab-w.style3:not(:nth-last-child(-n+2)) {
    border-top: unset;
  }
  .box-team-mobile {
    display: unset !important;
  }
  .pet_ask_button_mobile {
    display: block !important;
    padding: 17px;
  }
  .Confused_img_left {
    width: 100%;
    justify-content: center;
  }
  li.pet_title {
    padding-left: 16px;
  }
  .num_color_add {
    font-size: 54px;
  }
  .f-w-l {
    width: 100%;
  }
  .dual-pa-box {
    margin-top: 72px;
  }
  .form-left-box {
    display: none;
  }
  .input-number-decrement {
    width: 12px;
  }
  .input-number-increment {
    width: 12px;
  }
  .infobox-slider .owl-dots {
    display: block;
  }
  .Covers_travel .choose-plan-box {
    padding: 17px;
  }
  .pet_table_responsive th {
    font-size: 16px;
    text-align: left;
  }
  .pet_table_responsive td {
    font-size: 16px;
    text-align: left;
  }
  .media-animal {
    height: unset;
  }
  .pet-txt-add .choose-plan-box {
    padding: 23px 6px;
  }
  .confuse-how {
    width: inherit;
  }
  .invest-calculate .lt-text {
    text-align: left;
    padding: 0 10px;
  }
  span.price_cover {
    font-size: 16px;
    padding-left: 4px;
    color: #222;
    font-weight: 600;
    justify-content: center;
  }
  .care_txt p {
    font-size: 13px;
  }
}
@media (max-width: 676px) {
  .header-top-search-form {
    width: 320px;
  }
  form#contractor_plant_form input[type=radio] {
    width: unset !important;
    margin-right: 5px;
  }
  form#contractor_plant_form input[type=checkbox] {
    bottom: unset !important;
  }
  form#contractor_plant_form .form-check {
    display: inline-flex !important;
  }
  .footer-bottom {
    padding: 20px 0px;
  }
  #project-content .owl-theme .owl-nav {
    display: none;
  }
  #project-content .owl-carousel .owl-stage {
    padding-bottom: 30px;
  }
  .why-choose-or-client-section .shap img.shap1 {
    top: 2%;
    right: 5px;
    width: 50px;
  }
  .single-testimonial.style2.mlr-85 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-section-full .glenic-pagination.mt-30 {
    margin-top: 0px;
  }
  .mission-image .first-image {
    display: none;
  }
  button.read-more-add {
    text-align: center;
  }
  .workmen-compensation ul.nav-tabs li {
    width: 50%;
    font-size: 12px;
    padding-bottom: 12px;
    z-index: 1;
  }
  .workmen-compensation #myTab li::after {
    display: none;
  }
  .workmen .nav-tabs {
    width: 100%;
  }
  .workmen .nav-tabs .nav-link {
    margin: auto;
  }
  .workmen .col-md-5.mobile-workmen img {
    display: none;
  }
  .workmen .form-radio input {
    width: 100%;
  }
  .workmen select.skilled {
    font-size: 13px;
  }
  .workmen select.addmore-workmen {
    font-size: 13px;
  }
  .workmen .skill-provide {
    font-size: 13px;
  }
  .workmen .form-field input[type=checkbox] {
    bottom: 9px;
  }
  ul.compensation-step li::after {
    display: none;
  }
  .form-solution {
    width: 100%;
  }
  .form-solution p {
    font-size: 16px;
  }
  .form-radio {
    width: 100%;
  }
  .form-radio p {
    font-size: 16px;
  }
  #work_men .industery-more-add span.industry_type {
    padding: 0px;
    font-weight: unset;
    color: #000;
  }
  #work_men #empDetails {
    margin-bottom: 13px;
  }
  #workmen_form .form-field input.term-checkbox {
    bottom: 0px !important;
    float: left !important;
    display: inline-flex !important;
    -webkit-transform: unset !important;
    font-size: 13px;
    padding: 6px !important;
  }
  .mid-container.Child-Comparison-table {
    overflow-x: scroll;
  }
  #fire_burglary .fire-input {
    border: 1px solid #ccc;
    width: 25%;
  }
  #fire_burglary .form-field input[type=checkbox] {
    bottom: 9px;
  }
  #fire_burglary input.fire-term-checkbox {
    position: relative;
    bottom: 9px;
  }
  #shop_owner .fire-input {
    border: 1px solid #ccc;
    width: 25%;
  }
  .popup-more-add img {
    width: 100%;
  }
  #msform .action-button {
    font-size: 14px;
  }
  #msform .action-button-previous {
    padding: 11px 27px;
    width: 40%;
    font-size: 14px;
  }
  #group_health input.group-health-txt {
    position: relative;
    bottom: 11px !important;
  }
  .yes-img {
    width: 22%;
  }
  .group-health .group-add-left {
    width: 68%;
  }
  span.industry_type {
    font-weight: unset;
    color: #000;
  }
  .group_msform fieldset .form-card {
    font-size: 13px;
  }
  #group_term .form-field input.group-term-responsive {
    position: relative;
    bottom: 8px;
  }
  ol li {
    font-size: 16px;
  }
  ul.dise-list li {
    font-size: 16px;
    text-align: left;
  }
  .marine-txt-btn {
    margin-top: 7px;
  }
  .child-scroll-mobile {
    margin-top: -24px;
  }
  .pet_frm_bx_hyt {
    height: unset;
  }
  .pet-box-num {
    width: 24%;
  }
  .num_color_add {
    font-size: 55px;
    line-height: 150px;
  }
  .pet_ask_tab {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .suminsured_error {
    margin-top: -8px;
  }
}
@media (max-width: 576px) {
  form#car_form .form-check {
    position: relative;
  }
  form#car_form #tnc_val-error {
    margin-top: 0 !important;
  }
  .header-right.text-right {
    display: none;
  }
  form#contractor_plant_form input[type=radio] {
    width: unset !important;
    margin-right: 5px;
  }
  form#contractor_plant_form input[type=checkbox] {
    bottom: unset !important;
  }
  form#contractor_plant_form .form-check {
    display: inline-flex !important;
  }
  .get-appointment-form .single-field input[type=checkbox] {
    height: unset;
    margin-top: 16px;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.6, 0.6);
  }
  .header-bottom-right a span {
    display: none;
  }
  .header-left {
    margin-bottom: 0px;
  }
  .header-left a {
    font-size: 12px;
  }
  .header-top-search-form {
    right: -20px;
  }
  .header-top-search-form-full::after {
    right: 24px;
  }
  .about-sidebar-section {
    padding: 46px 20px 50px 20px;
  }
  .button-1 {
    height: 52px;
    padding: 0px 25px;
    font-size: 16px;
  }
  .button-1 i {
    width: 28px;
    height: 28px;
  }
  .info-area {
    padding: 40px 0px;
  }
  .about-shap-img img.shap1 {
    display: none;
  }
  .section-title h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .about-content {
    padding-bottom: 0px;
  }
  .checkup-area {
    padding: 75px 0px;
  }
  .checkup-area .button-1 {
    margin-top: 20px;
  }
  .helpline-area.pb-120 {
    padding-bottom: 30px;
  }
  .helpline-content ul li {
    padding-left: 16px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0px;
  }
  .helpline-content ul li::after {
    top: 10px;
  }
  .testimonial-area {
    padding: 40px 0px;
  }
  .testimonial-top {
    top: 0;
  }
  .testimonial-img img {
    max-width: 80px;
  }
  .testimonial-text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .single-testimonial p {
    font-size: 14px;
    line-height: 24px !important;
  }
  .single-testimonial p.term-title {
    font-weight: 500;
  }
  .blog-single-item .content h3 a {
    font-size: 20px;
    line-height: 26px;
  }
  .client-logo-section.pb-110.pt-80 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .get-appointment-area {
    padding: 60px 0px;
  }
  .faq-area.pt-110 {
    padding-top: 40px;
  }
  .blog-area.homep2.pt-110.pb-80 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-testimonial.style2 p {
    font-size: 18px;
    line-height: 30px;
  }
  .contact-form {
    padding: 40px 30px;
  }
  .breadcumb-area {
    padding: 50px 0px;
  }
  .breadcumb-area h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .breadcumb-area ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .best-services-section.ab-page {
    padding-bottom: 50px;
  }
  .team-timelineleft {
    padding-right: 20px;
  }
  .team-timelineright {
    width: 65%;
    padding-left: 20px;
  }
  .team-timelinesingle {
    padding-bottom: 20px;
    display: flex;
  }
  .team-timelinesingle h5 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .appointment-contactdet {
    padding: 30px 20px;
    margin-bottom: -80px;
  }
  .page-section-full.pt-120.pb-120 {
    padding: 50px 0px;
  }
  .service-page-section.pt-120.pb-80 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .socialicon-widget ul li {
    padding-right: 15px;
  }
  .sidebar-single-widget {
    padding: 30px 30px;
  }
  .portfolio-cate-list-full ul li {
    margin: 4px 2px;
  }
  .blog-page-area.pt-120.pb-120 {
    padding: 40px 0px;
  }
  .blog-details-section.pt-120.pb-90 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .blog-details-full .content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .blog-details-full .content p.quote {
    padding: 15px 40px;
    padding-left: 48px;
    font-size: 14px;
  }
  .blog-details-full .blog-tags a {
    margin: 6px 10px;
  }
  .blog-author-section {
    margin-bottom: 30px;
  }
  .blog-author-section .thumb {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 14px;
  }
  .blog-author-section .thumb img {
    width: 100px;
  }
  .blog-author-section .content-auth {
    overflow: hidden;
    width: 100%;
  }
  .singlepage-navigation.border-0 {
    display: none;
  }
  .related-blog-section.mt-120.mb-90 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .comment-section-full ul li.single-comment .thum {
    width: 100%;
    float: left;
  }
  .comment-section-full ul li.single-comment .content {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
  }
  .comment-section-full ul li.single-comment .content p {
    font-size: 14px;
    line-height: 28px;
  }
  .comment-section-full ul li.single-comment ul.comment-reply {
    padding-left: 20px;
  }
  .top-service-add {
    height: 350px !important;
    margin-bottom: 43px;
  }
  .workmen .form-radio .continue .blue {
    font-size: 11px;
  }
  .workmen .form-radio .continue .green {
    font-size: 11px;
  }
  .workmen .form-solution .continue {
    font-size: 14px;
  }
  .row.industery-more-add {
    width: 100%;
  }
  .validate {
    width: 125px;
  }
  .cover_color {
    font-size: 14px;
  }
  span.price_cover {
    font-size: 14px !important;
  }
  span.add_highlight_color {
    font-size: 14px;
  }
  .quote_product_img p {
    font-size: 14px;
  }
  .ftrs_hlthpln_box {
    height: auto !important;
  }
  .banner-form-area .form-check .form-check-input {
    bottom: 0 !important;
    padding: 6px !important;
  }
  form#commercial_form .form-check {
    position: relative;
  }
  .nav-tabs > li {
    margin-right: 5px;
  }
}
@media (max-width: 450px) {
  form#contractor_plant_form input[type=radio] {
    width: unset !important;
    margin-right: 5px;
  }
  form#contractor_plant_form input[type=checkbox] {
    bottom: unset !important;
  }
  form#contractor_plant_form .form-check {
    display: inline-flex !important;
  }
  .banner-form-area .form-check {
    display: inline-flex;
    position: relative;
  }
  form#commercial_form #tnc_val-error {
    position: absolute;
    margin-top: 0;
    padding-bottom: 12px;
    left: 20px;
  }
  form#motor_form #tnc_val-error {
    position: absolute !important;
    margin-top: 0 !important;
    padding-bottom: 12px !important;
    left: 21px !important;
  }
  form#motor_form .form-check {
    position: relative;
  }
  .header-language {
    display: none;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.6, 0.6);
  }
  .header-bottom-right a.button-1 span {
    display: none;
  }
  .header-search {
    margin-right: 20px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .why-choose-area.pt-110 {
    padding-top: 40px;
  }
  .blog-area.pt-80 {
    padding-top: 10px;
  }
  .breadcumb-area h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .wizard .options_box_wrapper__option {
    width: 170px !important;
  }
}
@media (max-width: 375px) {
  #hlth_edit_srchModal .modal-body {
    padding: 0 !important;
  }
  .count_increase {
    min-width: 80px;
  }
  form#contractor_plant_form input[type=radio] {
    width: unset !important;
    margin-right: 5px;
  }
  form#contractor_plant_form input[type=checkbox] {
    bottom: unset !important;
  }
  form#contractor_plant_form .form-check {
    display: inline-flex !important;
  }
  .banner-form-area .form-check {
    display: inline-flex;
  }
  .get-appointment-form .single-field input {
    font-size: 16px;
    font-weight: 500;
  }
  .get-appointment-form .single-field input[type=checkbox] {
    height: unset;
    margin-top: 16px;
  }
  .header-bottom-right a span {
    display: none;
  }
  p {
    line-height: 28px;
    font-size: 14px;
  }
  .single-testimonial.style2 p {
    font-size: 16px;
    line-height: 30px;
  }
  input[type=checkbox] {
    -webkit-transform: scale(0.6, 0.6);
  }
}
@media screen and (min-width: 768px) {
  .alert {
    width: calc(100% - 20px) !important;
  }
  .motor-tab-fix {
    margin-bottom: 66px;
  }
  .term-info:before {
    left: 8px;
    font-size: 80px;
  }
  .Covers_travel .choose-plan-box {
    height: unset;
  }
  .need_hip_item-left p {
    padding-left: 56px;
  }
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  .bottom_element {
    display: none;
  }
  .sec_align_vertical {
    width: 100%;
  }
  .benefit_box_tab_pet {
    width: 100%;
  }
  .pet_ask_tab {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .renew_background_color:after {
    background-size: 11%;
  }
  .factor_tab {
    width: 100%;
  }
  .pet_circle_color {
    width: 100%;
    padding-right: 10px;
  }
  .add_pet_d {
    height: 90px;
    width: 12%;
    left: -6px;
    transform: translatey(-27%);
    top: 71px;
  }
  .t_img {
    padding: 23px;
  }
  .pet_eligibility_box {
    padding-left: 82px;
  }
  .pet_responsive_title {
    font-size: 30px;
    margin-top: 13px;
  }
  .pet_responsive_title span {
    font-size: 25px;
  }
  .pet_benefits {
    padding: 15px;
  }
  .pet-tab-w {
    width: 100%;
    margin-bottom: -30px;
    padding-top: 0;
  }
  .eligibility .pet-service-wrap:after {
    display: none;
  }
  .eligibility .cancer-service-wrap:after {
    top: 53.2%;
  }
  .step-hight .marine-water {
    height: unset;
  }
  .ftrs_hlthpln_box {
    height: 335px !important;
  }
  .box-team-mobile {
    display: unset !important;
  }
  .tab-txt-box .pet_title {
    padding-left: 16px;
  }
  li.pet_title {
    padding-left: 16px;
  }
  .mobile-view {
    display: none;
  }
  .pa-renew-img:after {
    display: none;
  }
  .pa-renew-img .col-md-10 {
    margin: auto;
  }
  .pa-benefit {
    width: 100%;
  }
  .dual-pa-box {
    margin-top: 20px;
  }
  .pet-tab-responsive {
    width: 100%;
  }
  ul.footer-nav-reponsive {
    margin-left: 10px;
  }
  .documents-rqrd:before {
    display: none;
  }
  .shop-quote-btn {
    margin: 0px 34px 14px;
  }
  .hlth_cover_box {
    margin-top: 16px !important;
  }
  .pet_factor_box {
    padding: 30px 0px 15px 9px;
  }
  .order_set_mob {
    order: 2;
    display: none;
  }
  .form-left-box {
    display: none;
  }
  .pet_dtls_bg:before {
    display: none;
  }
  .pac_dtls_bg:before {
    display: none;
  }
  .hl_top_dtls:before {
    display: none;
  }
  .form-right-box {
    padding: 12px 12px;
  }
  .form-right-box:before {
    display: none;
  }
  .col-md-6.pet-tab-responsive {
    width: 100%;
  }
  .pet_frm_bx_hyt {
    height: unset;
  }
  .ltb_bg_light_add {
    background-color: #EEF4F4 !important;
  }
}
@media (max-width: 1400px) {
  .factor_tab {
    width: 50%;
  }
  #overlay_blog {
    display: none;
  }
  .plan_duration.drop_dn .form-select {
    width: 42%;
  }
}
@media screen and (max-width: 1024px) {
  .pet_frm_lt_dtls {
    width: 100%;
  }
  .pet_dtls_bg:before {
    display: none;
  }
  .pac_dtls_bg:before {
    display: none;
  }
  .hl_top_dtls:before {
    display: none;
  }
  .form-right-box {
    padding: 12px 12px;
  }
  .form-right-box:before {
    display: none;
  }
  .form-left-box {
    display: none;
  }
  .col-md-6.pet-tab-responsive {
    width: 100%;
  }
  .pet-tab-responsive {
    width: 100%;
  }
  .pa-border span {
    margin: 7px 7px;
  }
  .documents-rqrd:before {
    display: none;
  }
  .right-vector-girl:after {
    display: none;
  }
  .shop-quote-btn {
    margin: 0px 34px 14px;
  }
  .hlth_cover_box {
    margin-top: 16px !important;
  }
  .faq-list h3 {
    padding-right: 0;
  }
}
@media (max-width: 1920px) {
  .ltb_bg_light_add {
    background-color: #EEF4F4 !important;
  }
}
@media (max-width: 420px) {
  .daterangepicker .calendar-table table {
    margin: 0px 10px !important;
  }
  .annual_in_error {
    margin-top: 0;
  }
  .ic_s_box {
    padding: 0px;
    border: unset;
    font-size: 13px;
  }
  .dta_ic-hld span {
    font-size: 13px;
    font-weight: 100;
  }
  .ui-datepicker {
    width: 60% !important;
  }
  input#search-bar {
    width: 63%;
  }
  .search-container {
    width: 438px;
  }
  .search-container-blog .search:focus {
    width: 310px;
    z-index: 999999999;
  }
  .one-section-form .submit-btn {
    border-radius: 5px;
    padding: 11px 25px !important;
  }
  .term-new-design button.btn-navigate-form-step {
    padding: 11px 20px;
    border-radius: 5px;
  }
  .term_annual_radio .annual_inc_invst {
    padding: 5px 14px;
  }
  .select_city span {
    padding: 5px 18px;
  }
  .annual_inc_invst span {
    padding: 5px 5px;
  }
  label#traveller_age_1-error {
    margin-top: 0px;
  }
  #traveller_age_2-error {
    margin-top: 0px;
  }
  #traveller_age_3-error {
    margin-top: 0px;
  }
  #traveller_age_4-error {
    margin-top: 0px;
  }
  #traveller_age_5-error {
    margin-top: 0px;
  }
  #traveller_age_6-error {
    margin-top: 0px;
  }
  #traveller_age_7-error {
    margin-top: 0px;
  }
  #traveller_age_8-error {
    margin-top: 0px;
  }
  #traveller_age_9-error {
    margin-top: 0px;
  }
  #traveller_age_10-error {
    margin-top: 0px;
  }
  .benefits_child_edu .factor-policy-icon img {
    width: unset;
  }
  .plan_ic_hold img {
    height: 50px;
  }
  .plan_ic_hold2 img {
    height: 50px;
  }
  .plan_ic_hold3 img {
    height: 50px;
  }
  .plan_ic_hold4 img {
    height: 50px;
  }
  p.responsive-txt {
    text-align: center;
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html [type=button] {
  -webkit-appearance: button;
  appearance: button;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section,
figcaption, figure, main, details, menu, summary,
canvas, template {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video, img, svg {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
  text-transform: none;
}

button {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

.section-bg {
  background-color: var(--section-bg);
}

.section-padding {
  padding: 100px 0;
}

.section-padding-2 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-padding-80 {
  padding: 80px 0;
}

.section-padding-70 {
  padding: 70px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

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

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

.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

.rotateme {
  animation: rotateme 15s linear infinite;
}

.shap-bounce {
  animation: bounce-1 3s linear infinite;
  margin: 0 auto;
  transform-origin: bottom;
}

.invt-opt {
  width: 50px;
  margin: 0 7px 16px 0px;
  vertical-align: -webkit-baseline-middle;
  height: 50px;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #042A58;
}

ul.invst-dis li {
  padding-left: 0 !important;
}
ul.invst-dis li:before {
  display: none !important;
}
ul.invst-dis li:after {
  display: none !important;
}

.invt-border {
  border-bottom: 1px solid;
}

.low-heading {
  font-size: 18px;
  color: #065d8d;
  text-align: center;
}

.health-risk ul {
  list-style-type: square;
}

.extra-read-tx {
  width: 170px;
  border-radius: 8px;
  background: #3d3693 !important;
  color: #fff !important;
  height: 48px;
  justify-content: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  position: relative;
  transition: all 0.3s ease;
  top: 26px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.health-risk {
  padding: 15px 50px;
  border: 1px solid #efeded;
  border-radius: 10px;
  margin-bottom: 16px;
}

/*pet*/
.cover_direction {
  flex-direction: column;
}

.bg-light {
  background: #eff5f5 !important;
}

.pet_mobile_display {
  display: none;
}

.pet_circle_color {
  background-position: left bottom;
  border-radius: 76px;
  border-color: #01be7e;
  padding-right: 57px;
}

/*pa*/
.accidnt-grp {
  width: 100% !important;
  margin: 10px 0px 13px !important;
}

.accidnt-grp img {
  width: 35px !important;
  bottom: -4px !important;
  margin: 8px 14px !important;
}

.pa-edit {
  border: 1px solid rgba(183, 181, 188, 0.6);
  background-color: #f2f2f2;
  border: none !important;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid rgb(230, 231, 235);
  border-radius: 0.375rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  margin-bottom: 16px;
}

.edit-text {
  margin-left: 10px;
  margin-top: 5px;
}

.edit-check-pa {
  left: 12px;
  top: 2px;
}

.pa-height {
  height: inherit !important;
}

.pa-seclt {
  width: 96% !important;
}

figure {
  display: inline-block;
}

.modal.modal-ullp_inv {
  --bs-modal-width: 1000px;
}

.chk_joint input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.summary__dtls .loc_nrm_txt {
  opacity: 0.7;
}

.rvw_left_img_wrap {
  background: linear-gradient(180deg, #EAF4FF, #B2CDF6);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: inline-block;
  margin-right: 16px;
  padding-top: 6px;
}

.policy__item__list {
  display: grid;
  align-items: flex-start;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0.5rem;
}

.edit__link {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
  text-decoration: none;
}

.value__txt {
  font-size: 13px;
  color: #F34653;
  padding-top: 10px;
  margin-bottom: 0;
}

.data_box_mtr.sticky-remove {
  position: unset !important;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.mtr_mn_title {
  margin-bottom: 0.5rem;
}

.mtr_sb_title {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 991px) {
  .policy__item__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .rvw_left_img_wrap {
    width: 36px;
    height: 36px;
    padding-top: 4px;
    margin-right: 10px;
  }
  .edit__link {
    font-size: 12px;
    top: 2px;
  }
}
@media screen and (max-width: 675px) {
  .policy__item__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .rvw_left_img_wrap {
    width: 28px;
    height: 28px;
    padding-top: 2px;
    margin-right: 6px;
  }
  .edit__link {
    font-size: 11px;
    top: 1px;
  }
}
.pay-poli-center {
  background-color: #fcfcfc;
  padding: 36px;
  margin: auto;
  width: 70%;
}
.pay-poli-center h1 {
  color: #73c21e;
  text-align: center;
  font-size: 48px;
  font-weight: 200;
}
.pay-poli-center p {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.pay-poli-center p span {
  font-size: 14px;
}
.pay-poli-center p.pay-poli-font {
  font-size: 22px !important;
  color: #8b8f93;
}
.pay-poli-center .poli-msg {
  font-size: 13px;
  line-height: 20px;
}

.pay-poli-detail {
  background-color: #ffffff;
  padding: 12px 20px 8px;
  box-shadow: 2px 2px 4px 3px #F1F1F1;
  margin-top: 7px;
}
.pay-poli-detail p {
  text-align: center;
  line-height: 20px;
  color: #000;
}

.poli-pay-btn {
  font-size: 15px !important;
  font-weight: 600;
  background-image: linear-gradient(75deg, hsl(240, 100%, 20%) 0%, hsl(216, 94%, 25%) 45%, hsl(210, 93%, 29%) 79%, hsl(207, 92%, 33%) 90%, hsl(205, 92%, 36%) 94%, hsl(204, 92%, 39%) 95%, hsl(203, 92%, 42%) 97%, hsl(202, 91%, 44%) 98%, hsl(202, 91%, 47%) 99%, hsl(201, 91%, 49%) 100%);
  color: #fff;
  white-space: nowrap;
}
.poli-pay-btn:hover {
  color: #fff;
}

.eligibility .service-wrap-6:after {
  top: 46% !important;
}

@media (max-width: 567px) {
  .pay-poli-center {
    padding: 6px !important;
  }
  .pay-poli-center h1 {
    font-size: 29px !important;
    font-weight: 300;
  }
  .pay-poli-center p {
    font-size: 13px !important;
    line-height: 20px;
  }
  .pay-poli-detail {
    margin-top: 3px;
  }
  .pay-poli-detail p {
    text-align: left;
  }
  .button-heal-1 {
    height: 33px !important;
    padding: 0px 10px !important;
    border-radius: 5px !important;
    margin: 6px !important;
  }
  .health-pln-padd {
    padding: 12px !important;
  }
  ul.check-add-retirement-box-neww li:after {
    top: 0 !important;
  }
}
@media (max-width: 1200px) {
  .pay-poli-center {
    width: 100%;
    padding: 23px;
  }
  .low-heading {
    font-size: 17px;
  }
  .plan_duration.drop_dn .form-select {
    font-size: 12px !important;
    padding-left: 2px !important;
    padding-right: 22px;
  }
}
@media (max-width: 1024px) {
  .low-heading {
    font-size: 18px !important;
    text-align: left !important;
  }
  .health-risk {
    padding: 15px 30px !important;
  }
}
.floating-group {
  margin-top: 0;
}

.select_container {
  height: inherit !important;
}

ul.commercial-list li {
  display: block;
}

.ads h2 {
  color: #fff;
  margin-bottom: 8px !important;
}

div#scrollbar1 ol li {
  margin-bottom: 1rem !important;
}

.bg1 {
  background: #d0e6ff;
}

.awards .step_box {
  padding: 30px;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background: url("../img/awards/awards-banner.jpg") center/cover no-repeat fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  padding: 40px 20px;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.banner h1 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
  color: #ffffff;
}
.banner .year {
  font-size: 6rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.banner p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.banner p strong {
  font-weight: 700;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.video-card video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .banner .year {
    font-size: 4rem;
  }
  .banner h1 {
    font-size: 1.6rem;
  }
  .banner .awards .step_box {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .banner .year {
    font-size: 3rem;
  }
  .awards .step_box {
    padding: 15px;
  }
  .step_box {
    padding-left: 0;
  }
}
.press_release .nav .nav-item button.active {
  background-color: transparent;
  color: #0047bd;
}
.press_release .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #0047bd;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.press__box {
  display: flex;
  justify-content: start;
  gap: 3rem;
}

.date__holder {
  min-width: 480px;
}
.date__holder img {
  border-radius: 8px;
}

.press_release .press__box:hover {
  background-color: #f6f6f8;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

.press__box:hover img {
  transform: translateX(10px);
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

.date_nws {
  color: #999;
}

.view-all {
  position: relative;
}
.view-all p {
  font-weight: 500;
  color: #0047bd;
}
.view-all p:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(../img/awards/right-arrow.svg) no-repeat center;
  margin-left: 10px;
  margin-top: 5px;
}

.tab-pane.fade {
  transition: all 0.6s ease-out;
  transform: translateY(1rem);
}
.tab-pane.fade.show {
  transform: translateY(0rem);
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.right_article_box {
  background: #ebf2ff;
  border-radius: 20px;
  padding: 22px 16px;
}

.right_article_box .article {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #DFE1E6;
  padding: 20px 20px 20px 0;
}

.count__num {
  font-size: 48px;
  color: #0065FF;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 45px;
}

.article a {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .press__box {
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .press__box {
    flex-wrap: wrap;
  }
  .date__holder {
    min-width: auto;
  }
}
/*contractor_plant css --------------------------*/
form#construction_risk_form .total-insured input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

form#construction_risk_form input[type=checkbox] {
  bottom: 0;
}

#construction_risk .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#construction_risk .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#construction_risk #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f067";
}
#construction_risk .workmen-compensation ul.nav-tabs li {
  width: 33%;
}
#construction_risk .error {
  position: relative;
}

label.plant-botton {
  position: relative;
  bottom: 26px !important;
}

#contractor_plant .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#contractor_plant .error {
  position: relative;
}
#contractor_plant .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#contractor_plant .insured-box-plant {
  text-align: center;
  padding: 8px !important;
  width: 30%;
  padding: 5px;
}

form#contractor_plant_form .insured-box input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

#marine_cover .personal-txt label.error {
  position: absolute;
  margin-top: 19px;
}
#marine_cover .form-check {
  display: inline-flex;
  min-height: 1.5rem;
  position: relative;
}
#marine_cover .workmen-compensation ul.nav-tabs li {
  width: 33%;
}
#marine_cover .error {
  position: relative;
}

#director_liability .workmen-compensation ul.nav-tabs li {
  width: 33%;
}

#shop_owner .workmen-compensation ul.nav-tabs li {
  width: 33%;
}

#fire_burglary .workmen-compensation ul.nav-tabs li {
  width: 33%;
}

#group_personal .workmen-compensation ul.nav-tabs li {
  width: 33%;
}

#work_men .half-add-work {
  width: 48%;
  margin-right: 2%;
}

.mode-error label.error {
  position: absolute;
  top: 135px;
}

.insurance-modal {
  background: linear-gradient(135deg, #e9f0ff, #f8fbff);
  border-radius: 24px;
}

.insurance-modal .form-select {
  height: 42px;
}

.insurance-modal .modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  animation: fadeUp 0.5s ease;
}

/* Left side */
.insurance-modal .left-side {
  color: #1746a2;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insurance-modal .left-side h4 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}

.insurance-modal .feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px;
}

.insurance-modal .feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 18px;
}

.insurance-modal .feature-list i {
  background: rgb(209, 229, 254);
  border-radius: 50%;
  padding: 8px;
  font-size: 14px;
}

.insurance-modal .left-footer {
  text-align: center;
  font-size: 13px;
  opacity: 0.9;
}

.insurance-modal .left-footer img {
  width: 250px;
  margin-bottom: 6px;
}

/* Right side */
.insurance-modal .right-side {
  background: #fff;
  padding: 30px 25px;
  box-shadow: 0 0 0 1px rgba(23, 70, 162, 0.2);
  border-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.insurance-modal .right-side h5 {
  color: #1746a2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.insurance-modal .right-side p {
  font-size: 13px !important;
  text-align: center;
  color: #222;
}

.marg__btm {
  margin-bottom: 24px;
}

.appointment_btn {
  height: 50px;
}

.insurance-modal .alert {
  background: #f1f5ff;
  border: none;
  font-size: 13px;
  border-radius: 8px;
  border-left: 2px solid #1746a2;
  font-weight: 500;
  text-align: left;
}

.get__exprt_title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--bs-heading-color);
}

.ftch__location {
  float: right;
  height: 29px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-top: -6px;
}

.insurance-modal .form-control,
.insurance-modal .form-select {
  border-radius: 8px;
  border: 1px solid #8b8f93 !important;
  font-size: 13px;
  padding: 10px;
  box-shadow: none;
}

.location__get {
  margin-bottom: 24px;
}

.insurance-modal .form-label {
  font-weight: 500;
  font-size: 13px;
  color: #333;
}

.insurance-modal .btn-primary {
  background: linear-gradient(135deg, #1746a2, #4b7bff);
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(23, 70, 162, 0.3);
}

.insurance-modal .btn-primary:hover {
  background: linear-gradient(135deg, #143983, #3a67e5);
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(23, 70, 162, 0.45);
}

.insurance-modal small {
  display: block;
  text-align: center;
  color: #222;
  font-size: 12px;
  margin-top: 6px;
}

.trusted-line {
  font-size: 12.5px;
  color: #222;
  text-align: center;
  margin-top: 10px;
}

.trusted-line span a {
  color: #1746a2;
  font-weight: 600;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  .location__get {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 24px;
  }
  .ftch__location {
    white-space: nowrap;
    float: inherit;
  }
  .alert {
    width: unset !important;
  }
}
@media screen and (min-width: 768px) {
  .alert {
    width: unset !important;
  }
}
@media (max-width: 767px) {
  .insurance-modal .modal-content {
    flex-direction: column;
  }
  .location__get {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 24px;
  }
  .ftch__location {
    white-space: nowrap;
    float: inherit;
  }
  .insurance-modal .left-side {
    text-align: center;
    padding: 30px 20px;
  }
}
.insurance-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.2s;
  z-index: 2;
}

.btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.insurance-modal .input-container {
  position: relative;
  margin: 1rem 0 !important;
}

.insurance-modal .input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.7rem;
  padding: 0 0.4rem;
  color: #222;
  pointer-events: none;
  z-index: 500;
  background: #fff;
}

.form-control,
.form-select {
  border-color: #b4b9bd !important;
}

.alert i {
  color: #1746a2 !important;
}

.appointment-time-container {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  margin: 20px 0;
}

.appointment-time-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.appointment-time-label {
  border: 1px solid #d0d7e6;
  background-color: #f8f9fb;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  user-select: none;
  margin-bottom: 10px;
  width: 54%;
  text-align: center;
}

.appointment-time:hover {
  background-color: #e8efff;
  border-color: #b4c5ff;
}

.appointment-time span {
  font-size: 12px;
  padding-left: 10px;
  color: #1746a2 !important;
  font-weight: 500;
}

@media (max-width: 576px) {
  .appointment-time-label {
    flex: 1 1 45%;
    text-align: center;
  }
  .appointment__wrap {
    display: inline-block !important;
    width: 100%;
  }
  .wdth__50 {
    width: 100% !important;
  }
}
.inpt__hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

input[type=radio]:checked + .appointment-time-label {
  background: linear-gradient(135deg, #1746a2, #4b7bff);
  color: #fff;
  border-color: #1746a2;
  box-shadow: 0 3px 10px rgba(23, 70, 162, 0.3);
}

.appointment__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.wdth__50 {
  width: 50%;
}

.appointment-time i {
  color: #1746a2 !important;
}

button#expertSubmitBtn.form-control:focus {
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
