@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #062059;
  --secondarycolor: #F22424;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --paraColor: #09193F;
  --robotoFont: "Roboto", sans-serif;
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--robotoFont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--paraColor);
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--whitecolor);
}



b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--paraColor);
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 100;
}

h1 span,
.h1-title span {
  font-weight: 700;
}

h2,
.h2-title {
  font-size: 62px;
  line-height: 1;
  text-transform: uppercase;
  font-variant: all-small-caps;
}

h3,
.h3-title {
  font-size: 36px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 28px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 22px;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 20px;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--secondarycolor);
}

figure {
  margin: 0;
}

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

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: #F4F6FA;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  border: 0;
  height: 56px;
  padding: 0 27px;
  outline: none !important;
}

.p-inputtext.form-control:focus {
  background-color: #F4F6FA;
}

textarea {
  background-color: #F4F6FA;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 114px;
  outline: none !important;
}

select {
  border: 0;
  width: 100%;
  padding: 0 11px;
  background: url(/public/frontend_assets/media/images/dropdown-arr.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  background-color: #F4F6FA;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--secondarycolor);
  color: #000000;
  height: 62px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 21px;
  padding-right: 21px;
  cursor: pointer;
  font-size: 16;
  font-weight: 500;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--blackcolor);
  color: var(--whitecolor);
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* custom css */
.sub-menu .menu-item-has-children>a:after,
.sub-menu .menu-item-has-children>.normal-menu:after {
  transition: 0.4s;
}

.normal-menu {
  cursor: pointer;
}

.sub-menu .menu-item-has-children:hover>a:after,
.sub-menu .menu-item-has-children:hover>.normal-menu:after {
  transform: rotate(-90deg);
}

.cmn-gap {
  padding: 109px 0;
}

.white {
  color: var(--whitecolor);
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  /* text-transform: capitalize; */
  background-color: var(--secondarycolor);
  color: var(--whitecolor);
  padding: 23px 20px;
  border-radius: 8px;
  min-width: 185px;
  z-index: 1;
  overflow: hidden;
  border: 0;
  transition: 0.4s;
}

.cmn-btn img {
  margin-left: 5px;
  width: 21px;
  flex: 0 0 auto;
}

.cmn-btn.blue {
  background-color: var(--primarycolor);
}

.cmn-btn:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
  background-color: var(--primarycolor);
  z-index: -1;
  transition: 0.5s;
  border-radius: 8px;
}

.cmn-btn.blue:after {
  background-color: var(--secondarycolor);
}

.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.cmn-btn:hover {
  color: var(--whitecolor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 206px;
  display: inline-block;
  flex: 0 0 auto;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 22px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a,
.normal-menu {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--paraColor);
}

/* .navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--secondarycolor);
}

/* .navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
} */

/* navbar submenu*/


.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 246px;
  padding: 0;
  border-radius: 15px;
  padding: 10px 0;
}

.sub-menu>li>a,
.sub-menu>li>.normal-menu {
  color: var(--paraColor);
  display: block;
  width: 100%;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  /* background:var(--primarycolor); */
  color: var(--secondarycolor);
}

.sub-menu .menu-item-has-children>a:after,
.sub-menu .menu-item-has-children>.normal-menu:after {
  right: 10px;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a,
.menu-item-has-children>.normal-menu {
  padding-right: 16px;
}

.menu-item-has-children>a:after,
.menu-item-has-children>.normal-menu:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: url(../media/images/dropdown-arr.svg) no-repeat center right / 8px;
}

.main-head {
  padding: 21px 0 24px;
}

.hdr-rgt {
  margin-left: 50px;
}

.hdr-rgt-btn {
  display: flex;
  align-items: center;
  margin: -4px;
}

.hdr-rgt-btn li {
  padding: 4px;
}

.hdr-rgt-btn li .cmn-btn {
  min-width: 195px;
}

/* .hdr-rgt-btn li .cmn-btn.blue{
  background-color:#5781c4;
} */
.hdr-rgt-btn li .cmn-btn:after {
  background-color: #5781c4;
}



.navbar-collapse {
  justify-content: flex-end;
}

.hm-bnr-sec {
  position: relative;
  min-height: 861px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 65px 0 114px;
  /* overflow:hidden; */
}

.hm-bnr-puzel {
  position: absolute;
  bottom: -6.9vw;
  left: 0;
  width: 100%;
}

.hm-abt-top-shp {
  position: absolute;
  top: 0;
  right: 0;
}

.hm-bnr-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.hm-bnr-main-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-bnr-row {
  align-items: flex-end;
}

.hm-bnr-lft-clm {
  width: 46.2%;
}

.hm-bnr-txt {
  padding-bottom: 72px;
}

.hm-bnr-txt h1 {
  margin-bottom: 30px;
}

.hm-bnr-txt p {
  color: var(--whitecolor);
  font-weight: 300;
}


.hm-bnr-rgt-clm {
  width: 53.8%;
}

.hm-bnr-rgt-wpr {
  padding: 0 64px 0 56px;
  position: relative;
}

.hm-bnr-img-outer figure {
  border-radius: 274px 274px 0 274px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100%;
}

.hm-bnr-img-outer {
  position: relative;
  z-index: 1;
}

.hm-bnr-img-outer:after {
  position: absolute;
  content: '';
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border-radius: 274px 274px 0 274px;
  border: 1px solid var(--whitecolor);
  top: -18px;
  left: -18px;
  z-index: -1;
}

.hm-bnr-img-outer figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hm-bnr-inr-dots {
  position: absolute;
  bottom: -78px;
  right: 0;
  max-width: 483px;
}

.hm-bnr-rt-shp {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.hm-bnr-lft-shp {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.bnr-help-wpr {
  max-width: 388px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 36px 0px 35px 40px;
  position: absolute;
  bottom: -50px;
  left: 40px;
  background-color: var(--whitecolor);
  padding: 46px 58px 36px 40px;
  z-index: 1;
}

.bnr-help-wpr i {
  width: 59px;
}

.bnr-help-wpr i img {
  width: 100%;
}

.bnr-help-txt {
  width: calc(100% - 59px);
  padding-left: 26px;
}

.bnr-help-txt span {
  font-weight: 700;
  font-size: 27px;
  display: inline-block;
  line-height: 1;
}

.bnr-help-txt p {
  font-size: 21px;
  color: #424E60;
  line-height: 1.3;
}

.hm-bnr-what-solution {
  padding-top: 28px;
}

.hm-bnr-what-solution-title {
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--whitecolor);
  line-height: 1;
}

.what-solution-frm {
  display: flex;
  flex-wrap: wrap;
  max-width: 612px;
  align-items: stretch;
}

.what-solution-frm-input-wpr {
  width: 70%;
  padding-right: 16px;
}

.what-solution-frm-input-wpr .p-inputwrapper {
  height: 62px;
  display: flex;
  align-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: var(--whitecolor);
  padding-left: 30px;
}

.what-solution-frm-input-wpr .p-select-label.p-placeholder,
.what-solution-frm-input-wpr .p-select-label {
  color: var(--whitecolor);
  padding: 0;
}



.what-solution-frm-button {
  width: 30%;
}

/* .what-solution-frm-button .cmn-btn:after {
  display: none;
} */

/* .what-solution-frm-button .cmn-btn:hover {
  background-color: var(--primarycolor);
} */

.what-solution-frm-input-wpr .p-select-dropdown {
  padding-right: 29px;
}

.hm-abt-sec {
  padding: 100px 0 84px;
  position: relative;
}

.hm-abt-bg-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  max-width: 328px;
}

.hm-abt-row {
  align-items: center;
}

.hm-abt-lft-clm {
  width: 50.2%;
}

.hm-abt-lft-wpr {
  padding-left: 47px;
  position: relative;
  z-index: 1;
}

.hm-abt-dots {
  position: absolute;
  bottom: 25px;
  right: 0;
  max-width: 339px;
  z-index: -1;
  pointer-events: none;
}

.hm-abt-rgt-clm {
  width: 49.8%;
}

.cmn-sub-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--secondarycolor);
  display: block;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.hm-abt-rgt-txt {
  max-width: 587px;
  margin: 0 auto;
}

.hm-abt-readmore-btn {
  padding-top: 17px;
}

.hm-serv-sec {
  position: relative;
  z-index: 1;
}

/* .hm-serv-sec:after{
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width:100%;
    height:260px;
    background-color:var(--whitecolor);
    z-index:-1;
} */



.hm-serv-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  pointer-events: none;
  z-index: -1;
}

.hm-serv-bg-wpr:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #09193F;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hm-serv-dots {
  position: absolute;
  pointer-events: none;
}

.hm-serv-dots.one {
  bottom: 0;
  right: 0;
  max-width: 259px;
}

.hm-serv-dots.two {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 259px;
}

.hm-serv-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.18;
}

.sec-head {
  margin-bottom: 58px;
}

.cmn-sub-title.white {
  color: var(--whitecolor);
}

.serv-sldr-item {
  padding-bottom: 109px;
  height: 100%;
}

.hm-serv-outer .swiper-wrapper .swiper-slide {
  height: initial;
}

.serv-sldr-card {
  width: 100%;
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 8px 24px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  overflow: hidden;
}

.serv-sldr-card figure {
  padding-top: 79.7%;
  position: relative;
  overflow: hidden;
}

.serv-sldr-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.serv-sldr-card:hover figure img {
  transform: scale(1.04);
}

.serv-sldr-txt {
  padding: 0 35px 37px;
  text-align: center;
  position: relative;
}

.serv-sldr-txt:after {
  position: absolute;
  content: '';
  top: 40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--secondarycolor);
  clip-path: polygon(0 36%, 0% 100%, 108% 48%);
}

.serv-sldr-txt i {
  display: block;
  width: 126px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 18px;
  position: relative;
  z-index: 1;
}

.service-icon-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.serv-sldr-txt h3 {
  margin-bottom: 15px;
}

.hm-serv-outer {
  position: relative;
}

.nav-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--whitecolor);
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  transition: 0.4s;
}

.nav-btn.nav-btn-next {
  left: auto;
  right: -80px;
}

.nav-btn:hover {
  background-color: var(--blackcolor);
}

.nav-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(334deg) brightness(112%) contrast(100%);
}

.member-lft-clm {
  width: 37%;
}

.member-lft-txt {
  max-width: 460px;
}

.member-mdll-clm {
  width: 34.3%;
}

.member-rgt-clm {
  width: 28.7%;
}

.member-img-wpr {
  position: relative;
  margin-left: -60%;
  margin-right: -34%;
}

.member-main-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  object-fit: cover;
}

.member-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.member-img-wpr {
  -webkit-mask-image: url('/frontend_assets/media/images/member-mask-shp.svg');
  mask-image: url('/frontend_assets/media/images/member-mask-shp.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.member-rgt-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 79px;
}

.member-rgt-txt ul li {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

.member-rgt-txt ul li:last-child {
  margin-bottom: 0;
}

.member-rgt-txt ul li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  flex: 0 0 auto;
  margin-right: 16px;
}

.member-img-outer {
  position: relative;
  z-index: 1;
}

.member-line {
  position: absolute;
  top: 118px;
  left: -63px;
  z-index: -1;
}

.especially-sec {
  position: relative;
  /* background-color:#FAF6F6; */
  background-color: #fffafa;

}

.here-top-shp {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  max-width: 428px;
}

.especially-row {
  justify-content: space-between;
}

.especially-clm {
  width: 30%;
}

.especially-clm:nth-child(1) .especially-card {
  display: flex;
  flex-direction: column-reverse;
  max-width: 284px;
}

.especially-icon-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.especially-card .especially-txt {
  margin-top: 105px;
  position: relative;
}

.especially-icon-shp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.especially-txt h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.especially-nmbr {
  font-weight: 700;
  font-size: 128px;
  line-height: 0.9;
  background: linear-gradient(180deg, #E5E5E5 0%, #F9F9F9 122.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: -50px;
  right: 0;
}

.especially-clm:nth-child(1) {
  margin-top: 16%;
}

.especially-clm:nth-child(3) {
  margin-top: 57px;
}

.especially-outer {
  position: relative;
}

.especially-svg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.especially-clm:nth-child(2) .especially-icon-outer {
  margin: 0 auto 0 100px;
}

.especially-clm:nth-child(3) .especially-icon-outer {
  margin: 0 40px 0 auto;
}

.especially-clm:nth-child(1) .especially-card .especially-txt {
  margin-top: 0;
}

.especially-clm:nth-child(1) .especially-nmbr {
  top: -100px;
  right: -40px;
}

.especially-clm:nth-child(2) .especially-nmbr {
  top: -40px;
  right: 30px;
}

.especially-clm:nth-child(3) .especially-nmbr {
  top: -40px;
  right: 0px;
}

.especially-clm:nth-child(3) .especially-txt {
  max-width: 341px;
  margin-left: auto;
}

.especially-clm:nth-child(2) .especially-txt {
  max-width: 399px;
}

.trust-sec {
  position: relative;
  z-index: 1;
}

.trust-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.trust-sec .container {
  z-index: 2;
  position: relative;
}

.trust-bg-wpr:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5781C4;
  z-index: -1;
}

.trust-bg-wpr .trust-main-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  mix-blend-mode: multiply;
}

.trust-lft-clm {
  width: 73%;
}

.trust-lft-wpr {
  padding: 84px 0 180px;
}

.trust-rgt-clm {
  width: 27%;
}

.trust-rgt-img-wpr {
  padding-right: 20px;
  margin-top: -32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.trust-rgt-img-wpr figure {
  width: 100%;
  height: 100%;
}

.trust-rgt-img-wpr figure img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.trust-shp3 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.trust-call {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.trust-call i {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.trust-ph-icon {
  max-width: 33px;
}

.trust-ph-polygon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trust-call-txt {
  width: calc(100% - 84px);
  padding-left: 24px;
}

.trust-call-txt p {
  font-weight: 300;
  font-size: 62px;
  color: var(--whitecolor);
  text-transform: uppercase;
}

.trust-shp1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.trust-shp2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 301px;
}

.get-in-touch-sec {
  background-color: var(--paraColor);
}

.get-in-touch-inr {
  margin-top: -150px;
  z-index: 1;
  position: relative;
  background-color: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(196, 196, 196, 0.12);
  border-radius: 30px;
  padding: 64px 66px 63px 75px;
}

.get-in-touch-row {
  align-items: center;
}

.get-in-touch-row>* {
  width: 50%;
}

.get-in-touch-upr {
  max-width: 492px;
  margin-bottom: 44px;
}

.get-in-touch-upr h2 {
  font-size: 52px;
}

.get-in-touch-frm-outer {
  max-width: 592px;
}

.get-in-touch-frm-inr {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -9px;
}

.get-in-touch-frm-outer .get-in-touch-frm-clm .form-control {
  left: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.get-in-touch-frm-outer .get-in-touch-frm-clm .form-control .p-select-label {
  padding: 0;
}

.get-in-touch-frm-clm {
  width: 50%;
  padding: 10px 9px;
}

.get-in-touch-frm-clm label {
  font-weight: 400;
  font-size: 14px;
  color: var(--paraColor);
  margin-bottom: 10px;
}

.get-in-touch-frm-clm .form-control {
  width: 100%;
  height: 56px;
  left: 281px;
  background: #F4F6FA;
  border-radius: 15px;
  padding: 5px 27px;
  border: 0;
}

.get-in-touch-frm-clm.w-full {
  width: 100%;
}

.get-in-touch-frm-clm textarea.form-control {
  height: 114px;
  resize: none;
  padding-top: 15px;
}

.get-in-touch-rgt-wpr {
  max-width: 586px;
  margin-left: auto;
}

.information-wpr {
  margin-bottom: 20px;
}

.information-lwr ul li {
  margin-bottom: 19px;
}

.information-lwr ul li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: var(--paraColor);
}

.information-lwr ul li a:hover {
  color: var(--secondarycolor);
}

.information-lwr ul li a i {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.information-wpr .h2-title {
  margin-bottom: 10px;
}




.main-footer {
  padding: 74px 0 28px;
  background-color: var(--paraColor);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.footer-clm {
  width: 25%;
  padding: 0 15px;
}

.footer-clm:last-child .ftr-card {
  padding-left: 80px;
}

.ftr-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--whitecolor);
  margin-bottom: 36px;
  text-transform: uppercase;
}

.ftr-nav-link li:not(:last-child) {
  margin-bottom: 19px;
}

.ftr-nav-link li a {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.5s;
}

.ftr-nav-link li a:hover {
  color: var(--secondarycolor);
}

.ftr-logo {
  width: 240px;
  display: block;
}

.ftr-logo img {
  width: 100%;
}

.ftr-social {
  padding-top: 29px;
}

.ftr-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -8px;
}

.ftr-social ul li {
  padding: 8px;
}

.ftr-social ul li a {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ftr-social-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main-footer-mdll {
  padding-top: 40px;
  margin-top: 69px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-footer-mdll .legal-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--whitecolor);
  margin-bottom: 17px;
  text-transform: uppercase;
}

.main-footer-mdll p {
  font-weight: 300;
}

.main-footer-lwr {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.main-footer-lwr p,
.main-footer-lwr a {
  font-weight: 300;
  color: var(--whitecolor);
  transition: 0.4s;
}

.main-footer-lwr a:hover {
  color: var(--secondarycolor);
}

/* About page Css Start */
.inner-bnr {
  position: relative;
  /* padding-top:57px; */
  z-index: 1;
  /* overflow:hidden; */
}

.inner-bnr-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-color: #09193F;
}

.inner-bnr .hm-bnr-puzel {
  z-index: 2;
}

.inner-bnr-row {
  align-items: center;
}

.inner-bnr-bg-wpr .inner-bnr-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}

.inr-bnr-lft-clm {
  width: 59%;
}

.inr-bnr-lft-txt {
  max-width: 774px;
}

.inr-bnr-rgt-clm {
  width: 41%;
}

.inr-bnr-lft-txt {
  /* padding-top:72px;
  padding-bottom:15px; */
}

.inr-bnr-rgt-outer {
  max-width: 473px;
  position: relative;
}

.inr-bnr-rgt-outer:after {
  position: absolute;
  content: '';
  top: -10px;
  left: -20px;
  width: 100%;
  height: calc(100% + 20px);
  border-radius: 300px 300px 0 0;
  border: 1px solid var(--whitecolor);
}

.inr-bnr-rgt-outer figure {
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 79%;
}

.inr-bnr-rgt-outer figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  /* object-position:top center; */
}

.inr-bnr-lft-txt h1 {
  margin-bottom: 28px;
}

.inr-bnr-rgt-wpr {
  position: relative;
  padding-top: 57px;
}

.inr-bnr-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 483px;
}

.inner-bnr-bg-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 155px;
}

.inner-bnr-top-shp {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 177px;
}

.mission-sec {
  position: relative;
  z-index: 1;
}

.mission-outer {
  max-width: 1361px;
  margin: 0 auto;
}

.mission-row {
  align-items: center;
}

.mission-lft-clm {
  width: 47.9%;
}

.mission-img-wpr figure,
.mission-img-wpr figure img {
  width: 100%;
}

.mission-rgt-clm {
  width: 52.1%;
}

.mission-txt-wpr {
  max-width: 587px;
  margin-left: auto;
}

.visio-wpr {
  padding-top: 15px;
}

.visio-wpr .h4-title {
  margin-bottom: 12px;
}

.founder-sec {
  position: relative;
  z-index: 2;
  background-color: #09193F;
}

/* .founder-sec:after{
  position:absolute;
  content:'';
  bottom:0;
  left:0;
  width:100%;
  height:139px;
  background-color:var(--whitecolor);
  pointer-events:none;
  z-index:-1;
} */
.founder-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  /* background-color:var(--primarycolor); */
  overflow: hidden;
  background-color: #09193F;
  mix-blend-mode: luminosity;
}

.founder-bg-wpr:after {
  /* position:absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  z-index:1; */
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)); */
  z-index: 1;
  /* background: rgba(0,0,0,0.8); */
  mix-blend-mode: luminosity;
  /* background-color: rgb(5 15 40 / 80%); */
  background-color: rgba(0, 0, 0, 0.8);
}

.founder-bg {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-lft-clm {
  width: 56.8%;
}

.founder-rgt-clm {
  width: 42.4%;
  margin-bottom: -137px;
}

.founder-lft-txt {
  max-width: 727px;
  padding-bottom: 20px;
}

.founder-rgt-img figure {
  border-radius: 20px 300px 20px 20px;
  overflow: hidden;
}

.founder-rgt-img figure img {
  width: 100%;
}

.founder-rt-shp {
  position: absolute;
  right: 0;
  bottom: 139px;
  max-width: 241px;
  z-index: 2;
}

.founder-lft-shp {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  max-width: 432px;
  z-index: 2;
}

.abt-serv-sec {
  position: relative;
  z-index: 1;
}

.abt-serv-sec:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background-color: #FAF6F6;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  z-index: -1;

}

.abt-serv-upper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.abt-serv-upr-lft {
  width: 63.8%;
}

.abt-serv-upr-rgt {
  width: 36.2%;
  padding-left: 20px
}

.abt-serv-upr-rgt-inr {
  max-width: 278px;
  margin-left: auto;
}

.abt-serv-upr-rgt-inr .cmn-btn {
  min-width: 270px;
}

.abt-serv-lwr {
  position: relative;
  padding-top: 62px;
}


.trust-sec.trust .trust-lft-wpr {
  padding: 20px 0 80px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.trust-sec.trust .trust-lft-wpr h2 {
  font-size: 36px;
  line-height: 1.2;
}

.trust-btn-wpr ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.cmn-btn.white {
  background-color: var(--whitecolor);
  color: var(--paraColor);
}

.cmn-btn.white img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(6424%) hue-rotate(193deg) brightness(88%) contrast(107%);
}

.cmn-btn.white:hover {
  color: var(--whitecolor);
}

.cmn-btn.white:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3%) hue-rotate(60deg) brightness(104%) contrast(100%);
}

.trust-btn-wpr ul li {
  padding: 6px;
}

.trust-btn-wpr ul li:nth-child(1) .cmn-btn {
  min-width: 270px;
}

.trust-sec.trust .trust-shp1 {
  top: auto;
  transform: translateY(0);
  bottom: -13px;
}

.trust-sec.trust .trust-row {
  align-items: flex-end;
}

.founder-rgt-img,
.founder-rgt-img figure {
  height: 100%;
}

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


/* Service Page Css Start */
.abt-servpg-sec {
  position: relative;
  z-index: 1;
}

.abt-servpg-sec:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 44.3%;
  background-color: #FAF6F6;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  z-index: -1;
}

.serv-dtls-row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 30px;
}

.serv-dtls-clm {
  width: 33.33%;
}

.serv-dtls-outer {
  padding: 107px 0 158px;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

.service-dtls-row {
  align-items: center;
}

.serv-dtls-lft {
  width: 48.2%;
}

.serv-dtls-img-wpr figure {
  width: 100%;
  /* height:100%; */
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.serv-dtls-img-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.serv-dtls-rgt {
  width: 51.8%;
}

.serv-dtls-rgt-txt {
  max-width: 587px;
  margin-left: auto;
}

.serv-dtls-img-wpr {
  position: relative;
}

.serv-dtls-circle {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% + 70px);
  border-radius: 50%;
  background: linear-gradient(220deg, #09193F 0%, #F22424 87%);
  display: block;
  top: -30px;
  left: 10px;
  transform: rotate(28deg);
  z-index: -1;
}

.serv-dtls-circle:after {
  position: absolute;
  content: '';
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: var(--whitecolor);
  border-radius: 50%;
}

.serv-dtls-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.serv-dtls-shp {
  position: absolute;
  bottom: 0;
  right: -84px;
}

.serv-dtls-sec {
  overflow: hidden;
  position: relative;
  z-index: 1;
}


/* Merbership Css Start */
.coverage-sec {
  position: relative;
  z-index: 1;
}

.coverage-rt-shp {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 116px;
  pointer-events: none;
  z-index: -1;
}

.coverage-sec .sec-head {
  max-width: 970px;
  margin: 0 auto 40px;
}

.coverage-sec .sec-head p {
  font-size: 20px;
}

.coverage-sec .sec-head .h6-title {
  text-transform: initial;
  font-variant: initial;
}

.coverage-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.coverage-card {
  width: 100%;
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  padding: 36px 0 48px;
}

.coverage-bx-upr-outer {
  padding: 0 40px;
}

.coverage-bx-upr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.coverage-icon-wpr {
  width: 126px;
  height: 126px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverage-bx-upr .coverage-bx-title {
  width: calc(100% - 126px);
  padding-left: 28px;
}

.coverage-bx-title .h4-title {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}

.coverage-bx-title ul li {
  margin-bottom: 16px;
  line-height: 1.1;
  font-size: 20px;
}

.coverage-bx-title ul li:last-child {
  margin-bottom: 0;
}

.coverage-bx-title ul li span {
  color: var(--secondarycolor);
  font-weight: 600;
}

.coverage-bx-title ul li span span {
  font-weight: 400;
}

.coverage-serv {
  padding-top: 28px;
}

.coverage-serv .h6-title {
  margin-bottom: 28px;
}

.coverage-serv-lst {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.coverage-serv-lst.w-full li {
  width: 100%;
}

.coverage-serv-lst li {
  width: 50%;
  padding: 10px;
}

.coverage-serv-lst li span {
  display: inline-block;
  padding-left: 33px;
  background: url(../media/images/coverage-check.svg) no-repeat top 7px left / 15px;
}

.coverage-bx-lwr {
  margin-top: 34px;
  border-top: 1px solid #F0E6E6;
  padding: 28px 40px 0;
}

.want-to-sec {
  background-color: var(--paraColor);
  position: relative;
  z-index: 1;
}

.want-to-bg-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}

.want-to-bg-wpr:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.want-to-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.want-to-shp {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: color-dodge;

}

.want-to-shp.one {
  top: 0;
  right: 0;
  max-width: 347px;
}

.want-to-shp.two {
  bottom: 0;
  left: 0;
  max-width: 273px;
}

.want-to-inr {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.want-to-inr h2 {
  color: var(--whitecolor);
}

.want-to-inr p a {
  color: var(--whitecolor);
  text-decoration: underline !important;
}

.want-to-inr p a:hover {
  color: var(--secondarycolor);
}

.want-to-btn-wpr {
  padding-top: 8px;
}

.want-to-btn-wpr .cmn-btn {
  min-width: 270px;
}

.faq-sec {
  background-color: #FAF6F6;
}

.faq-sec-outer {
  max-width: 1024px;
  margin: 0 auto;
}

.p-accordionpanel.faq-item {
  margin-bottom: 16px;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 8px;
  border: 0;
  overflow: hidden;
}

.p-accordionheader.faq-head {
  padding: 27px 50px 27px 24px;
  position: relative;
  cursor: pointer;
}

.faq-head h3 {
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.faq-head i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-body {
  /* padding:19px 24px 28px; */
  border-top: 1px solid #EAE7E7;
}

.p-accordioncontent.faq-body .p-accordioncontent-content {
  padding: 19px 24px 28px;
  border: 0;
}

/* .faq-body-inr{
   padding:19px 24px 28px;
 } */
.faq-body p {
  color: var(--paraColor);
}

.faq-body p a {
  color: var(--secondarycolor);
  font-weight: 600;
  display: inline;
  word-break: break-word;
}

.membr-serv-lft-clm {
  width: 44.1%;
}

.membr-serv-txt-para {
  padding-bottom: 47px;
}

.membr-serv-txt-para p {
  line-height: 1.6;
}

.membr-serv-txt-para p:not(:last-child) {
  margin-bottom: 32px;
}

.member-rgt-txt.membr-serv {
  padding-bottom: 0;
}

.membr-serv-rgt-clm {
  width: 55.9%;
}

.membr-serv-img-outer {
  padding-left: 50px;
  padding-bottom: 69px;
  position: relative;
}

.membr-serv-img-wpr {
  max-width: 712px;
  margin-left: auto;
  position: relative;
}

.membr-serv-img-wpr figure {
  border-radius: 20px 300px 20px 20px;
  overflow: hidden;
  position: relative;
}

.membr-serv-img-wpr figure:after {
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.1) 2.05%, rgba(0, 0, 0, 0) 15.79%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.membr-serv-img-outer.membershp .membr-serv-outline {
  /* background: linear-gradient(318deg, #09193f, #f22424 87%); */
  background: linear-gradient(318deg, #5781C4, #F22424 87%);
}

.membr-serv-img-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cvoer;
}

.membr-serv-outline {
  position: absolute;
  top: 32px;
  left: -38px;
  width: 100%;
  height: 100%;
  border-radius: 20px 300px 20px 20px;
  background: linear-gradient(220deg, #09193f, #f22424 87%);
  display: block;
  z-index: -1;
  overflow: hidden;
}

.membr-serv-outline:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: var(--whitecolor);
  border-radius: inherit;
}

.membr-serv-small-img {
  max-width: 329px;
  border-radius: 20px;
  overflow: hidden;
  border: 15px solid var(--whitecolor);
  position: absolute;
  bottom: 0;
  left: 0;
}

.membr-serv-lwr {
  padding-top: 100px;
  position: relative;
}

/* Employer Benefits Css start */
.employe-benefit-sec {
  position: relative;
  z-index: 3;
}

.employe-benefit-outer {
  padding: 24px 24px 27px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1333px;
  margin: 0 auto;
}

.employe-benefit-card {
  max-width: 523px;
  background: var(--whitecolor);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  margin-left: auto;
  padding: 37px 29px;
}

.employe-benefit-outer figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.employe-benefit-outer figure:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.employe-benefit-outer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employe-benefit-card h3 {
  margin-bottom: 19px;
  font-size: 40px;
  text-transform: uppercase;
}

.employe-benefit-para {
  margin-bottom: 28px;
}

.employe-benefit-para p:not(:last-child) {
  margin-bottom: 7px;
}

.employe-benefit-para p span {
  color: var(--secondarycolor);
  font-weight: 500;
}

.employe-benefit-lst ul li {
  margin-bottom: 17px;
  padding-left: 36px;
  font-size: 20px;
  background: url(../media/images/employe-benefit-lst-icon.svg) no-repeat top 6px left / 24px;
}

.employe-benefitv2-list>li>ol>li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
}

.employe-benefitv2-list>li>ol>li:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--paraColor);
}


.employe-benefitv2-list>li>ol>li>ol>li {
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  color: var(--secondarycolor);
}

.employe-benefitv2-list>li>ol>li>ol>li:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.serv-dtls-rgt.emergency .employe-benefit-lst ul li {
  font-size: 16px;
}

.employe-benefit-outer.employe-benefit .employe-benefit-lst ul li span {
  color: var(--secondarycolor);
}



.employe-benefit-lst ul li:last-child {
  margin-bottom: 0;
}

.serv-dtls-sec.emergency .serv-dtls-outer {
  max-width: 100%;
}

.emergency-row {
  flex-direction: row-reverse;
}

.serv-dtls-rgt.emergency {
  width: 52.8%;
}

.serv-dtls-lft.emergency {
  width: 47.2%;
}

.serv-dtls-rgt.emergency .serv-dtls-rgt-txt {
  max-width: 100%;
  margin-left: 0;
}

.serv-dtls-lft.emergency .serv-dtls-img-wpr {
  position: relative;
  max-width: 629px;
  margin-left: auto;
}

.serv-dtls-rgt.emergency .serv-dtls-para {
  max-width: 732px;
  margin-bottom: 40px;
}

.serv-dtls-sec.emergency {
  position: relative;
  /* z-index: -1; */
  overflow: visible;
}

.emergency-shp {
  position: absolute;
  top: -38%;
  left: 0;
  max-width: 115px;
  pointer-events: none;
}

.different-membr-sec {
  background-color: #FAF6F6;
}

.different-membr-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  justify-content: center;
}

.different-membr-clm {
  width: 33.33%;
}

.different-membr-card {
  width: 100%;
  height: 100%;
  padding: 36px 45px 44px;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  text-align: center;
}

.different-membr-icon-wpr {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 18px;
}

.different-membr-txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.primary-health-lft-clm {
  width: 45.6%;
}

.primary-health-rgt-clm {
  width: 54.4%;
}

.primary-health-img-outer {
  max-width: 629px;
  margin-left: auto;
}

.primary-health-img-wpr {
  position: relative;
}

.primary-health-bdr {
  background: linear-gradient(180deg, #F22424, #5781C4 87%);
  display: block;
  width: 100%;
  height: 100%;
  top: 30px;
  left: -10px;
  position: absolute;
  border-radius: 20px 50% 20px 50%;
}

.primary-health-bdr:after {
  position: absolute;
  content: '';
  top: 1.5px;
  left: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  background-color: var(--whitecolor);
  border-radius: inherit;

}

.primary-health-img-wpr figure {
  border-radius: 20px 50% 20px 50%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding-top: 92%;
}

.primary-health-img-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.primary-health-img-wpr .hm-abt-dots {
  left: 0;
  bottom: 0;
  right: auto;
  z-index: 1;
}

.primary-health-txt {
  max-width: 722px;
  margin-left: auto;
}

.primary-health-para p:not(:last-child) {
  margin-bottom: 15px;
}

.primary-health-para p span {
  display: block;
  padding: 20px 28px 20px 18px;
  background: #FAF6F6;
  border-radius: 10px;
  color: #F22424;
}


.the-numbers-lst li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  background: url(../media/images/employe-benefit-lst-icon.svg) no-repeat top 3px left / 24px;
}


.different-membr-clm.benefits-clm {
  width: 25%;
}

.different-membr-clm.benefits-clm .ftr-social-icon {
  max-width: 45px;
}

.different-membr-clm.benefits-clm .different-membr-card {
  padding: 45px 35px 56px;
}

.different-membr-clm.benefits-clm .different-membr-icon-wpr {
  margin-bottom: 42px;
  width: 126px;
  height: 126px;
}

.different-membr-clm.benefits-clm p {
  line-height: 1.7;
}

.different-membr-clm.benefits-clm h3 {
  font-size: 28px;
  font-weight: 700;
}

.serv-dtls-sec.emergency .serv-dtls-outer {
  /* overflow:hidden; */
}

.primary-health-row.ems-partner {
  align-items: center;
}

.primary-health-outer {
  position: relative;
}

.primary-health-sec.ems-partner .primary-health-txt {
  max-width: 604px;
  margin-right: 58px;
}

/* .primary-health-sec.ems-partner .primary-health-txt p */
.perspective-sec {
  position: relative;
  background-color: var(--paraColor);
  z-index: 1;
}

.perspective-sec .founder-bg {
  opacity: 0.18;
}

.perspective-sec .founder-bg-wpr:after {
  display: none;
}

.perspective-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 20px;
}

.perspective-clm {
  width: 25%;
}

.perspective-clm .different-membr-icon-wpr {
  width: 126px;
  height: 126px;
}

.perspective-clm .different-membr-txt h3 {
  font-size: 28px;
  font-weight: 700;
}

.serv-dtls-para.you-know {
  margin-bottom: 34px;
}

.serv-dtls-para.you-know p {
  margin-bottom: 5px;
}

.serv-dtls-sec.you-know {
  position: relative;
  z-index: 1;
}

.serv-dtls-sec.you-know .emergency-shp {
  top: auto;
  bottom: 42px;
  z-index: -2;
}

.easy-to-sec {
  background-color: #FAF6F6;
  position: relative;
  z-index: 1;
}

.easy-to-top-shp {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 393px;
  pointer-events: none;
  z-index: -1;
}

.easy-to-upper {
  padding-bottom: 68px;
}

.easy-to-lft-clm {
  width: 55.3%;
}

.easy-to-rgt-clm {
  width: 44.7%;
}

.easy-to-txt {
  padding: 42px 0 0 52px;
}

.easy-to-lwr {
  padding-top: 40px;
  position: relative;
}

.product-row {
  align-items: center;
}

.product-lft-clm {
  width: 45.8%;
}

.product-rgt-clm {
  width: 54.2%;
}

.product-img-wpr {
  padding: 0 40px 40px 0;
  position: relative;
  z-index: 1;
}

.product-img-wpr figure {
  border-radius: 20px 50% 20px 20px;
  overflow: hidden;
  padding-top: 114%;
  position: relative;
}

.product-img-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.product-txt-wpr {
  max-width: 690px;
  margin-left: auto;
  padding-right: 63px;
}

.cmn-btn.large {
  min-width: 270px;
}

.products-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 348px;
  pointer-events: none;
  z-index: -1;
}

.primary-health-sec.ems-partner {
  position: relative;
}

.serv-dtls-shp.product {
  right: 71px;
}

.vw-menbr-btn {
  padding-top: 23px;
}

.by-nmbr-lft-shp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  max-width: 113px;
  pointer-events: none;
}

.primary-health-sec.by-the-nmbr {
  position: relative;
}

.primary-health-sec.by-the-nmbr .primary-health-txt {
  max-width: 643px;
}

.client-sec {
  position: relative;
  background-color: #FAF6F6;
  z-index: 1;
  overflow: hidden;
}

.sec-head-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  margin-bottom: 53px;
}

.client-hd-lft {
  width: 65%;
}

.client-hd-rgt {
  width: 35%;
}

.blue-btn {
  position: relative;
  transform: initial;
  top: auto;
  left: auto;
  right: auto;
  width: 63px;
  height: 63px;
  background-color: #06205B;
}

.blue-btn.nav-btn-next {
  left: auto;
  right: auto;
  margin-left: 12px;
}


.inner-bnr.addtional .inr-bnr-lft-txt {
  max-width: 800px;
}

.client-hd-rgt .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.client-sldr-box {
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(196, 196, 196, 0.12);
  border-radius: 30px;
  overflow: hidden;
}

.client-sldr-box figure {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.client-sldr-box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-sldr-bx-txt {
  padding: 58px 32px 33px;
  position: relative;
}

.client-sldr-bx-txt:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background-color: var(--paraColor);
  clip-path: polygon(0 0, 100% 0, 100% 4%, 0 100%);
}

.quote-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whitecolor);
  box-shadow: 0px 4px 28.3px rgba(211, 219, 238, 0.54);
  top: -37px;
  right: 37px;
  z-index: 1;
}

.client-sldr-bx-txt .h6-title {
  font-weight: 600;
  margin-bottom: 22px;
}

.client-sldr-bx-txt p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 44px;
}

.normal-btn {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondarycolor);
}

.normal-btn:hover {
  color: var(--paraColor);
}

.client-wpr {
  margin-right: calc(((100dvw - 1509px)/2)*-1);
}

.client-hd-lft.blog {
  width: 60%;
  padding-right: 15px;
}

.client-hd-rgt.blog {
  width: 40%;
}

.blog-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 20px;
}

.blog-clm {
  width: 25%;
}

.blog-card {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  overflow: hidden;
}

.blog-card figure {
  padding-top: 70.4%;
  position: relative;
  overflow: hidden;
}

.blog-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.blog-card:hover figure img {
  transform: scale(1.07);
}

.blog-cd-txt {
  padding: 25px 25px 29px 19px;
  color: var(--paraColor);
}

.blog-cd-txt h3 {
  font-size: 18px;
  color: var(--paraColor);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 19px;
  transition: 0.4s;
}

.blog-card:hover .blog-cd-txt h3 {
  color: var(--secondarycolor);
}

.blog-cd-txt p {
  line-height: 1.7;
  margin-bottom: 32px;
}

.blog-date span {
  display: inline-block;
  padding-left: 15px;
  margin-left: 8px;
  position: relative;
}

.blog-date span:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.p-button.resource-vdo-box {
  min-height: 562px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  width: 100%;
  background-color: transparent !important;
  border: 0 !important;
}

.resource-vdo-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.resource-vdo-thumb:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.resource-vdo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-vdo-icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: var(--whitecolor);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade infinite 1500ms linear;
}

.resource-vdo-icon img {
  margin-left: 6px;
}

@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.25), 0 0 0 2px rgba(205, 205, 205, 0.25), 0 0 0 15px rgba(216, 216, 216, 0.25);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.25), 0 0 0 15px rgba(220, 220, 220, 0.25), 0 0 0 30px rgba(207, 207, 207, 0);
  }
}

.serv-dtls-circle-img {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  width: calc(100% + 20px);
}

.want-to-inr.my-self {
  max-width: 800px;
}

.want-to-sec.my-self {
  padding: 134px 0;
}

.faq-sec.my-slf {
  background-color: transparent;
}

.my-slf-faq-btn-wpr {
  padding-top: 16px;
}

.faq-sec.my-slf .sec-head {
  margin-bottom: 48px;
}

.want-to-inr.my-self .cmn-sub-title {
  margin-bottom: 0;
  line-height: 1;
}

.employe-benefit-sec .cmn-sub-title {
  margin-bottom: 0;
  line-height: 1;
}


/* .want-to-inr.my-self p{
  color:var(--secondarycolor);
} */
.trust-sec.trust .trust-lft-wpr h2 {
  text-transform: initial;
  font-variant: initial;
}

.serv-dtls-sec.emergency.my-self .serv-dtls-para {
  margin-bottom: 0;
}

.schedule-sec {
  position: relative;
  z-index: 1;
}

.schedule-rt-shp {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 116px;
  pointer-events: none;
  z-index: -2;
}



.get-in-touch-inr.schedule {
  margin: 0;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
}

.get-in-touch-inr.schedule .get-in-touch-upr {
  max-width: 100%;
}

.get-in-touch-inr.schedule .get-in-touch-rgt-wpr {
  margin-left: 0;
}

.schedule-interested-txt {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

.thanks-wpr {
  padding-top: 52px;
  text-align: center;
}

.thanks-wpr p {
  font-size: 16px;
}

.schedule-lft-shp {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 115px;
  pointer-events: none;
  z-index: -1;
}

.floting-msg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whitecolor);
  border: 2px solid #F22424;
  box-shadow: 0px 14px 64px rgba(224, 125, 125, 0.12);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.schedule-sec .information-wpr {
  margin: 0;
}

.business-insight-btn-wpr {
  padding-top: 36px;
}

.business-insight-card-sec {
  position: relative;
  z-index: 1;
}

.business-bttm-shp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  max-width: 378px;
}

/* .inr-faq-row{
    align-items:center;
  } */
.faq-pg-sec {
  position: relative;
  z-index: 1;
}

.faq-lft-clm {
  width: 36.7%;
}

.faq-lft-clm figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 132%;
  position: relative;
}

.faq-lft-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.faq-rgt-clm {
  width: 63.3%;
}

.inr-faq-outer {
  padding: 25px 0 15px 20px;
  max-width: 892px;
  margin-left: auto;
}

.inr-faq-upr {
  margin-bottom: 36px;
}

.inr-faq-upr .cmn-sub-title {
  margin-bottom: 4px;
}

.inr-faq-lwr .faq-body {
  border-top: 0;
}

.schedule-sec .information-lwr {
  padding-top: 20px;
}

.schedule-sec.contact .get-in-touch-rgt-wpr {
  margin-left: auto;
}

.contact-lwr-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.contact-lwr-clm {
  width: 33.33%;
}

.contact-lwr-card {
  height: 100%;
  padding: 28px 32px;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 20px;
}

.contact-lwr-card p {
  font-weight: 500;
}

.information-wpr .cmn-sub-title {
  margin-bottom: 5px;
}

.career-shp-lft {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 177px;
  pointer-events: none;
  z-index: -1;
}

.open-role-sec {
  background-color: #FAF6F6;
  position: relative;
  z-index: 1;
}

.open-role-upr {
  max-width: 1036px;
  margin: 0 auto;
}

.open-role-frm-inr {
  display: flex;
  flex-wrap: wrap;
}

.open-role-frm-lft {
  width: calc(100% - 136px);
  display: flex;
  flex-wrap: wrap;
}

.open-role-frm-rgt {
  width: 136px;
}

.open-role-frm-rgt .cmn-btn {
  min-width: 1px;
  width: 100%;
  padding: 20px 14px;
}

.open-role-each-input-wpr {
  width: 33.33%;
  padding-right: 12px;
}

.open-role-each-input-wpr .form-control {
  width: 100%;
  height: 56px;
  background: var(--whitecolor);
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  font-weight: 300;
  font-size: 14px;
  color: #6C6C6C;
}

.open-role-each-input-wpr .p-placeholder {
  padding: 0;
  display: flex;
  align-items: center;
}

.open-role-sec .sec-head {
  margin-bottom: 44px;
}

.open-role-sec .cmn-sub-title {
  margin-bottom: 5px;
  line-height: 1;
}

.open-role-lwr {
  padding-top: 44px;
}

.open-role-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.open-role-clm {
  width: 50%;
}

.open-role-card {
  width: 100%;
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 14px 100px rgba(224, 125, 125, 0.12);
  border-radius: 20px;
  padding: 21px 13px 22px 20px;
}

.open-role-cd-upr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
}

.open-role-tle-lft {
  display: flex;
  align-items: center;
  width: 70%;
  flex-wrap: wrap;
}

.open-role-tle-lft .h6-title {
  margin: 0;
  flex: 0 0 auto;
  font-weight: 600;
}

.job-name {
  display: inline-block;
  margin-left: 9px;
  padding: 5px 10px 5px 26px;
  border-radius: 50px;
  background-color: #F4F6FA;
  font-size: 13px;
  color: var(--paraColor);
  position: relative;

}

.job-name:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.open-role-tle-rgt {
  width: 30%;
  text-align: right;
  padding-left: 10px;
}

.job-location {
  padding: 5px 11px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  background-color: #F4F6FA;
  font-size: 13px;

}

.job-location i {
  width: 15px;
  border: 1px solid var(--blackcolor);
  margin-right: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-location i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open-role-card p {
  font-size: 13px;
}

.open-role-cd-lwr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.job-lst-outer {
  width: 70%;
}

.job-lst-outer ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px -11px;
}

.job-lst-outer ul li {
  padding: 5px 11px;
  line-height: 1;
}

.job-lst-outer ul li span {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.job-lst-outer ul li span img {
  width: 20px;
  flex: 1;
  margin-right: 10px;
  margin-top: -3px;
}

.apply-wpr {
  width: 30%;
  padding-left: 10px;
  text-align: right;
}

.apply-wpr .normal-btn {
  font-weight: 400;
  font-size: 13px;
}

.serv-dtls-sec.emergency.careers .serv-dtls-para {
  margin: 0;
}

.video-testimonials-sec {
  position: relative;
  z-index: 1;
}

.video-testimonials-outer {
  position: relative;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  padding: 27px 32px;
}

.video-testmnl-card {
  display: flex;
  flex-wrap: wrap;
}

.p-button.video-testmnl-thumb {
  width: 47.2%;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0;
}

.video-testmnl-thumb figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 86%;
  width: 100%;
}

.video-testmnl-thumb figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

.video-testmnl-btn {
  width: 123px;
  height: 123px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  z-index: 1;
}

.video-testmnl-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  content: '';
  z-index: -1;
}

.video-testmnl-txt {
  width: 52.8%;
}

.video-testmnl-txt-inr {
  padding-left: 15px;
  max-width: 621px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-testmnl-txt-inr h3 {
  font-weight: 500;
  font-size: 30px;
}

.video-testmnl-auth-wpr span {
  display: block;
}

.video-testmnl-auth-name {
  font-weight: 600;
  font-size: 30px;
  color: var(--blackcolor);
  line-height: 1;
  margin-bottom: 12px;
}

.video-testmnl-designation {
  font-weight: 400;
  font-size: 20px;
}

.quote-icon-tst {
  max-width: 35px;
  top: 52px;
  position: absolute;
  right: -20px;
}

.video-testmnl-btn-wpr .nav-btn {
  background-color: var(--paraColor);
  left: -42px;
}

.video-testmnl-btn-wpr .nav-btn.nav-btn-next {
  left: auto;
  right: -42px;
}

.video-testmnl-btn-wpr .nav-btn img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(21%) hue-rotate(357deg) brightness(104%) contrast(100%);
}

.video-testmnl-btn-wpr .nav-btn:hover {
  background-color: var(--blackcolor);
}

.resource-sec {
  padding: 27px 0 100px;
}

.sec-head.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.resource-hd-lft {
  width: 53%;
}

.resource-hd-lft .cmn-sub-title {
  margin-bottom: 10px;
  line-height: 1;
}

.resource-hd-rgt {
  width: 47%;
  padding-left: 15px;
}

.resource-row {
  --bs-gutter-x: 31px;
  --bs-gutter-y: 31px;
}

.resource-clm {
  width: 33.33%;
}

.resource-card {
  width: 100%;
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(196, 196, 196, 0.12);
  border-radius: 30px;
  padding: 22px 20px 34px 24px;
  position: relative;
}

.resource-card figure {
  width: 146px;
  height: 150px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 28px;
}

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

.resource-card-txt h3 {
  font-weight: 600;
  font-size: 30px;
  color: var(--blackcolor);
  margin-bottom: 6px;
}

.resource-card-txt span {
  display: block;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 20px;
}

.resource-card-txt p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.testimonials-download-btn-wpr .normal-btn {
  font-weight: 600;
  font-size: 20px;
}

.resource-quote {
  width: 78px;
  height: 74px;
  background: var(--whitecolor);
  box-shadow: 0px 4px 28.3px rgba(211, 219, 238, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: 20px;
}


.file-a-claim-sec {
  position: relative;
  z-index: 1;
}

.file-a-claim-wpr {
  text-align: center;
}



.file-claim-bx-outer {
  margin-top: 45px;
}

.file-claim-bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--whitecolor);
  box-shadow: 0px 14px 144px rgba(224, 125, 125, 0.12);
  border-radius: 30px;
  padding: 34px 46px 33px 34px;
}

.file-claim-bx-lft {
  width: 70%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.file-claim-bx-lft i {
  position: relative;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.file-claim-bx-txt {
  width: calc(100% - 118px);
  padding-left: 34px;
}

.file-claim-bx-txt h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 500;
}

.file-claim-bx-rgt {
  width: 30%;
  padding-left: 15px;
  text-align: right;
}

.file-a-claim-wpr .cmn-sub-title {
  margin-bottom: 7px;
}

.file-a-claim-wpr h2 {
  margin-bottom: 19px;
}

.emergncy-nmbr-call {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: var(--secondarycolor);
}

.guide-claim-row {
  align-items: center;
}

.guide-claim-lft-clm {
  width: 50%;
}

.guide-claim-lft-wpr {
  padding: 19px 21px;
  position: relative;
  z-index: 1;
}

.guide-claim-shp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.guide-claim-lft-wpr figure,
.guide-claim-lft-wpr figure img {
  width: 100%;
}

.guide-claim-rgt-clm {
  width: 50%;
}

.guide-claim-txt-wpr {
  padding-left: 33px;
}

.new-claim-sec {
  background-color: #FAF6F6;
  position: relative;
  z-index: 1;
}

.new-claim-sec:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #F2EFEF;
}

.new-claim-lst-wpr {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.nw-claim-shape {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 461px;
  pointer-events: none;
  z-index: -1;
}

.new-claim-lst-wpr h2,
.new-claim-lst-wpr .h3-title {
  margin-bottom: 45px;
}

.new-claim-clm:nth-child(2) .new-claim-lst-wpr {
  max-width: 666px;
  margin-left: auto;
}

.employe-benefit-lst.new-claim ul li {
  background-position: top left;
}

.want-to-sec.transport {
  padding: 135px 0 154px;
}

.file-aclaim-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.file-aclaim-clm {
  width: 33.33%;
}

.file-aclaim-lwr-card {
  text-align: left;
}

.file-aclaim-lwr-card .different-membr-icon-wpr {
  width: 126px;
  height: 126px;
  margin-left: 0;
}

.file-aclaim-lwr-card .different-membr-txt h3 {
  font-size: 28px;
}

.file-aclaim-lwr-para p:not(:last-child) {
  margin-bottom: 31px;
}

.file-claim-referance-sec {
  padding: 65px 0;
  background-color: #FAF6F6;
  position: relative;
  z-index: 1;
}

.file-claim-referance-inr {
  text-align: center;
}

.file-claim-referance-inr h2 {
  text-transform: inherit;
  font-variant: inherit;
  font-size: 36px;
}

.file-claim-referance-inr ul li {
  width: fit-content;
  margin: 0 auto 17px;
  padding-left: 34px;
}

.p-button.cmn-btn {
  background-color: var(--secondarycolor);
  border: 0 !important;
  padding: 23px 15px;
}

.p-button.cmn-btn:hover {
  background: var(--secondarycolor) !important;
}

.p-dialog.file-claim-popup-dialog {
  width: 100%;
  max-width: 649px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.file-claim-popup-dialog .p-dialog-header {
  position: absolute;
  top: 10px;
  right: 20px;
}

.file-claim-popup-dialog .p-button {
  border: 0 !important;
  outline: none !important;
}

.file-claim-popup-dialog .p-dialog-header,
.file-claim-popup-dialog .p-dialog-content {
  padding: 0;

}


.file-claim-popup-head {
  background-color: #F0F4FF;
  padding: 15px 27px;
}

.file-claim-popup-ttile {
  font-weight: 700;
  font-size: 24px;
  font-variant: all-small-caps;
  color: var(--paraColor);
}

.file-claim-popup-body {
  padding: 27px 27px 28px;
}

.fle-clem-frm-inr {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -9px;
}

.each-fle-clem-input-wpr {
  width: 50%;
  padding: 10px 9px;
}

.each-fle-clem-input-wpr.w-full {
  width: 100%;
}

.each-fle-clem-input-wpr>label {
  font-weight: 400;
  font-size: 14px;
  color: var(--paraColor);
  margin-bottom: 10px;
}

.upload-file-outer {
  position: relative;
}

.upload-file-outer .form-control,
.upload-file-outer input[type="file"] {
  display: none;
}

.upload-file-outer label {
  background: #F4F6FA;
  border: 1px dashed #9DBBF5;
  border-radius: 15px;
  padding: 25px;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.upload-file-outer label i {
  width: 60px;
  margin: 0 auto 15px;
}

.upload-file-outer label span {
  font-weight: 500;
  font-size: 16px;
  color: var(--paraColor);
}

.upload-file-outer label p {
  font-weight: 400;
  font-size: 13px;
  color: #6C6C6C;
  margin: 0 0 15px;
}

.select-btn {
  padding: 10px 26px;
  border: 1px solid #09193F;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #09193F;
  transition: 0.4s;
}

.select-btn:hover {
  background-color: var(--paraColor);
  color: var(--whitecolor);
}

.each-fle-clem-input-wpr.submit .p-button.cmn-btn {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--whitecolor);
  border-radius: 8px;
}

.each-fle-clem-input-wpr.submit .p-button.cmn-btn:hover {
  background-color: var(--secondarycolor);
}

.cmn-videopopup {
  max-width: 800px;
  width: 100%;
  position: relative;
  border: 0 !important;
  padding: 0;
}

.cmn-videopopup .p-dialog-header {
  position: absolute;
  padding: 0 !important;
  top: -50px;
  right: 0;
}

.cmn-videopopup .p-dialog-header .p-dialog-close-button {
  padding: 0;
  background-color: var(--primarycolor);
}

.cmn-videopopup .p-dialog-header .p-dialog-close-button svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.cmn-videopopup .p-dialog-header .p-dialog-close-button:hover svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7475%) hue-rotate(188deg) brightness(98%) contrast(105%);
}

.cmn-videopopup .p-dialog-content {
  padding: 0;
}

.cmn-videopopup-inr video {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-wrapper .swiper-slide {
  height: initial;
}

.file-claim-popup-dialog .p-dialog-header .p-button {
  border: 0 !important;
  background-color: transparent !important;
}

.faq-scroll-wpr {
  overflow-y: auto;
  padding: 0 5px;
  max-height: 463px;
}

.p-accordion {
  padding: 10px 0;
}

.p-accordionpanel.faq-item {
  box-shadow: -2px 0px 11px #e07d7d1f, 0 6px 11px #e07d7d1f;
}

.p-accordionpanel.faq-item:last-child {
  margin-bottom: 0;
}

.faq-sec-outer {
  height: 480px;
  overflow-y: auto;
  padding: 0 10px 0 5px;
}


.faq-scroll-wpr::-webkit-scrollbar-track,
.faq-sec-outer::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ccc;
}

.faq-scroll-wpr::-webkit-scrollbar,
.faq-sec-outer::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}

.faq-scroll-wpr::-webkit-scrollbar-thumb,
.faq-sec-outer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--secondarycolor);
}

.privacy-txt-outer {
  padding-top: 30px;
}

.file-claim-bx-rgt .p-button.cmn-btn:hover:after {
  background: var(--primarycolor);
}

.myself-para-bg {
  padding: 12px 20px;
  /* background-color: rgba(255,255,255,0.1); */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgb(87 129 196);
  text-align: left;
}

.myself-para-bg ul li {
  margin-bottom: 5px;
  padding-left: 22px;
  background: url(../media/images/white-check.svg) no-repeat top 4px left / 14px;
}

.myself-para-bg ul li:last-child {
  margin-bottom: 0;
}

.myself-para-bg p {
  margin-bottom: 5px;
}

.want-to-inr.file-claim {
  max-width: 860px;
}

.my-employee-srv-outer {
  position: relative;
}

.my-employee-srv-outer .different-membr-card {
  box-shadow: 0px 6px 7px rgba(224, 125, 125, 0.12);
}

.my-employee-srv-outer .different-membr-icon-wpr {
  padding: 22px;
}

.employe-benefit-lst.red ul li:nth-child(2) {
  background-image: url(../media/images/red-check.svg)
}

.serv-dtls-rgt-txt.emply-benefts h2 {
  font-size: 40px;
}

/* 15-12-2025 m.m css */
.member-rgt-txt ul li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 37px;
}

.member-rgt-txt ul li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/frontend_assets/media/images/check-icon.svg") no-repeat center center var(--primarycolor);
  background-size: 15px;
  border-radius: 50%;
}

.member-rgt-txt ul li i {
  display: none;
}

.serv-dtls-para ul {
  margin-top: 34px;
}

/* 15-12-2025 m.m css */


/* 16.12.25 */
.especially-clm:nth-child(2) .especially-card {
  max-width: 310px;
}

.especially-clm:nth-child(2) .especially-nmbr {
  right: -60px;
}

.especially-clm:nth-child(3) .especially-txt {
  max-width: 331px;
  margin-left: auto;
  padding-right: 60px;
}

/* 16.12.25 */

/* 18-12-25  start*/


.what-solution-frm-button .cmn-btn::after {
  background-color: #5781c4;
}

.serv-dtls-shp.product {
  right: 278px;
  max-width: 460px;
}

/* 18-12-25 end */


/* 19-12-25 start */
.serv-dtls-rgt.emergency .serv-dtls-para.benefit-hover-lst-img{
  margin-bottom:0;
}
.benefit-hover-img-outer {
       max-width: 680px;
}
.benefit-hover-img-wpr{
    -webkit-mask-image: url('/frontend_assets/media/images/benefit-shape-hover.png');
    mask-image: url('/frontend_assets/media/images/benefit-shape-hover.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-width: 500px;
    margin-left: auto;
    margin-top: -23px;
    max-height: 360px;
    height: 100%;
}
.benefit-hover-img-wpr img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.want-to-shp.one.nw{
  opacity:1;
  mix-blend-mode: hard-light;
}
.serv-dtls-sec.emergency.careers .serv-dtls-img-wpr{
  margin-left:0;
}
.coverage-rt-shp.shp{
  z-index:initial;
}
/* m.m css */
.employer-benefits-unique-wrap  .emergency-row:not(:last-child) {
  margin-bottom: 100px;
}
.employer-benefits-unique-wrap  .emergency-row:nth-child(2n) {
    flex-direction: initial;
}
.phone-image-wrap .serv-dtls-lft {
  position: relative;
}
.phone-image-wrap .serv-dtls-lft figure {
    max-width: 300px;
    margin: 43px auto 0;
}
.phone-image-wrap .serv-dtls-lft figure img {
    filter: drop-shadow(2px 4px 
10px rgba(0, 0, 0, 0.2));
}
.phone-image-wrap .serv-dtls-lft .serv-dtls-circle-img {
    top: 10%;
    right: 0;
    left: 0;
    max-width: 71%;
    margin: 0 auto;
    /* display: none; */
}
.phone-image-wrap  .serv-dtls-rgt-txt h2 p {
  font-weight: 400;
}
.phone-image-wrap .serv-dtls-lft  .serv-dtls-dots {
    right: 20%;
    max-width: 20%;
    /* display: none; */
}
/* m.m css */

/* 19-12-25 end */

/* ========== responsive css =========== */

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}
@media (min-width: 992px) {
.navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}


@media (min-width: 1550px) {
  .container {
    max-width: 1533px;
  }
}

@media (max-width: 1850px) {
  .trust-shp2 {
    max-width: 220px;
  }
}

@media (max-width: 1699px) {
  .trust-shp2 {
    max-width: 141px;
  }

  .nav-btn {
    position: relative;
    top: auto;
    transform: initial;
    left: auto;
    margin: 5px;
    box-shadow: 0px 8px 24px rgba(224, 125, 125, 0.12);
  }

  .slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
  }

  .serv-sldr-item {
    padding-bottom: 70px;
  }

  .nav-btn.nav-btn-next {
    right: auto;
  }

  .serv-dtls-shp {
    right: -24px;
  }

  .inner-bnr-top-shp {
    max-width: 110px;
  }

  .inr-bnr-dots {
    max-width: 333px;
  }

  .emergency-shp {
    max-width: 85px;
  }

  /* .video-testmnl-btn-wpr{
      display:flex;
      align-items:center;
      justify-content:center;
      padding-top:35px;
    } */
  .video-testmnl-btn-wpr .nav-btn {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }

}

@media (max-width: 1639px) {
  .inr-bnr-rgt-wpr {
    margin-left: -80px;
  }

  .inr-bnr-dots {
    right: 40px;
  }

  .inr-bnr-lft-txt {
    max-width: 534px;
  }

}


@media (max-width: 1599px) {

  h1,
  .h1-title {
    font-size: 60px;
  }

  h2,
  .h2-title {
    font-size: 50px;
  }

  .hm-bnr-sec {
    min-height: 790px;
  }

  .bnr-help-wpr i {
    width: 40px;
  }

  .bnr-help-txt {
    width: calc(100% - 40px);
    padding-left: 20px;
  }

  .bnr-help-wpr {
    max-width: 348px;
    padding: 36px 38px 26px 40px;
  }

  .hm-abt-bg-circle {
    max-width: 268px;
  }

  .hm-bnr-txt {
    padding-bottom: 20px;
  }

  .hm-abt-top-shp {
    max-width: 150px;
  }

  .member-rgt-txt {
    padding-bottom: 10px;
  }

  .member-rgt-txt ul li {
    margin-bottom: 15px;
  }

  .member-img-wpr {
    margin-right: -30%;
  }

  .member-line {
    left: -33px;
  }

  .inner-bnr-top-shp {
    max-width: 100px;
  }

  .serv-dtls-shp {
    right: 0;
    max-width: 260px;
  }

  .serv-dtls-outer {
    padding: 70px 0 90px;
  }

  .coverage-serv-lst li span br {
    display: none;
  }

  .membr-serv-img-wpr {
    max-width: 550px;
  }

  .membr-serv-txt-para p:not(:last-child) {
    margin-bottom: 15px;
  }

  .membr-serv-txt-para {
    padding-bottom: 25px;
  }

  .emergency-shp {
    max-width: 60px;
  }

  .quote-icon-tst {
    right: 0;
  }

  .video-testmnl-btn {
    width: 100px;
    height: 100px;
  }

  .easy-to-top-shp {
    max-width: 141px;
  }

  .coverage-rt-shp {
    max-width: 70px;
  }

  .navbar-brand {
    width: 180px;
  }

  .hdr-rgt {
    margin-left: 30px;
  }

  .nw-claim-shape {
    max-width: 270px;
  }

  .new-claim-clm:nth-child(2) .new-claim-lst-wpr {
    max-width: 570px;
  }

  .new-claim-lst-wpr {
    padding: 70px 0;
  }

  .want-to-sec.transport {
    padding: 100px 0;
  }

  /* 15-12-2025 m.m css */
  .member-rgt-txt ul li {
    padding-left: 46px;
  }

  .member-rgt-txt ul li::before {
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  /* 15-12-2025 m.m css */

  /* 19-12-2025 m.m css */
.phone-image-wrap .serv-dtls-lft figure {
    margin: 0 auto 0;
}
  /* 19-12-2025 m.m css */



}

@media (max-width: 1550px) {
  .client-wpr {
    margin-right: calc(((100dvw - 1320px)/2)*-1);
  }
}

@media (max-width: 1399px) {

  h1,
  .h1-title {
    font-size: 50px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  h4,
  .h4-title {
    font-size: 26px;
  }

  .cmn-gap {
    padding: 90px 0;
  }

  .cmn-sub-title {
    font-size: 16px;
  }


  .navbar-nav>li {
    margin: 0 10px;
  }

  .navbar-brand {
    width: 136px;
  }

  .hdr-rgt {
    margin-left: 20px;
  }

  .hm-bnr-sec {
    min-height: 671px;
  }

  .hm-abt-bg-circle {
    max-width: 178px;
  }

  .serv-sldr-txt {
    padding: 0 22px 37px;
  }

  .serv-sldr-item {
    padding-bottom: 20px;
  }

  .trust-call-txt p {
    font-size: 45px;
  }

  .trust-lft-wpr {
    padding: 54px 0 170px;
  }

  .trust-shp2 {
    max-width: 111px;
  }

  .especially-clm:nth-child(2) .especially-icon-outer {
    margin: 40px auto 0 60px;
  }

  .member-img-wpr {
    margin-right: -37%;
  }

  .bnr-help-wpr {
    max-width: 348px;
    padding: 26px 28px 16px 30px;
  }

  .bnr-help-txt span {
    font-size: 24px;
  }

  .hm-bnr-lft-shp {
    max-width: 70px;
  }

  .hm-bnr-rt-shp {
    max-width: 100px;
  }

  .hm-bnr-inr-dots {
    max-width: 300px;
  }

  .hm-abt-sec {
    padding: 80px 0;
  }

  .serv-sldr-txt i {
    width: 116px;
    height: 126px;
  }

  .inr-bnr-lft-txt {
    max-width: 534px;
  }

  .inr-bnr-lft-txt p br {
    display: none;
  }

  .inr-bnr-rgt-outer {
    max-width: 384px;
    position: relative;
  }

  .inr-bnr-dots {
    max-width: 320px;
  }

  .member-lft-clm {
    width: 34%;
  }

  .member-mdll-clm {
    width: 40.3%;
  }

  .member-rgt-clm {
    width: 25.7%;
  }

  .member-rgt-txt ul li {
    font-size: 18px;
  }

  .founder-lft-txt {
    padding-bottom: 60px;
  }

  .trust-sec.trust .trust-lft-wpr {
    padding: 40px 0;
  }

  .trust-sec.trust .trust-lft-clm {
    width: 63%;
  }

  .trust-sec.trust .trust-rgt-clm {
    width: 37%;
  }

  .trust-sec.trust .trust-lft-wpr h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .serv-dtls-rgt-txt {
    padding-left: 30px;
  }

  .especially-clm:nth-child(2) .especially-nmbr {
    right: 0px;
  }

  .coverage-bx-upr-outer {
    padding: 0 30px;
  }

  .coverage-bx-lwr {
    padding: 28px 30px 0;
  }

  .coverage-bx-title .h4-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .coverage-icon-wpr {
    width: 116px;
    height: 116px;
  }

  .coverage-card {
    padding: 30px 0;
  }

  .coverage-bx-title ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .want-to-shp.two {
    max-width: 203px;
  }

  .want-to-shp.one {
    max-width: 200px;
  }

  .membr-serv-img-wpr {
    max-width: 520px;
  }

  .member-rgt-txt.membr-serv i {
    width: 30px;
    height: 30px;
  }

  .emergency-shp {
    max-width: 75px;
    z-index: -1;
  }

  .different-membr-card {
    padding: 36px 25px 44px;
  }

  .trust-sec.trust .trust-rgt-clm {
    width: 27%;
  }

  .different-membr-clm.benefits-clm .different-membr-card {
    padding: 25px 15px;
  }

  .different-membr-clm.benefits-clm .different-membr-icon-wpr {
    margin-bottom: 22px;
    width: 96px;
    height: 96px;
  }

  .different-membr-clm.benefits-clm h3 {
    font-size: 22px;
  }

  .coverage-rt-shp {
    max-width: 56px;
  }

  .primary-health-sec.ems-partner .primary-health-txt {
    max-width: 574px;
    margin-right: 0;
  }

  .perspective-row {
    --bs-gutter-x: 15px;
  }

  .perspective-clm .different-membr-icon-wpr {
    width: 96px;
    height: 96px;
    padding: 34px;
  }

  .perspective-clm .different-membr-txt h3 br {
    display: none;
  }

  .sec-head-flex {
    margin-bottom: 40px;
  }

  .primary-health-sec.by-the-nmbr .primary-health-txt {
    max-width: 513px;
  }

  .client-wpr {
    margin-right: calc(((100dvw - 1140px)/2)*-1);
  }

  .resource-vdo-box {
    min-height: 430px;
  }

  .want-to-sec.my-self {
    padding: 85px 0;
  }

  .get-in-touch-inr {
    padding: 40px;
  }

  .get-in-touch-upr h2 br,
  .information-wpr .h2-title br {
    display: none;
  }

  .get-in-touch-upr h2 {
    font-size: 42px;
  }

  .thanks-wpr {
    padding-top: 32px;
  }

  .floting-msg {
    width: 80px;
    height: 80px;
  }

  .quote-icon-tst {
    top: 20px;
  }

  .video-testmnl-txt-inr {
    padding-left: 45px;
  }

  .resource-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .resource-card figure {
    width: 136px;
    height: 130px;
  }

  .resource-quote {
    width: 58px;
    height: 58px;
    padding: 17px;
  }

  .new-claim-clm:nth-child(2) .new-claim-lst-wpr {
    max-width: 505px;
  }

  .want-to-sec.transport {
    padding: 70px 0;
  }

  .file-aclaim-lwr-para p:not(:last-child) {
    margin-bottom: 15px;
  }

  .file-aclaim-lwr-card .different-membr-icon-wpr {
    width: 106px;
    height: 106px;
  }

  .privacy-txt-outer {
    padding-top: 0;
  }

  .especially-clm:nth-child(1) {
    margin-top: 18%;
  }

  .especially-nmbr {
    font-size: 80px;
  }

  .serv-dtls-rgt-txt.emply-benefts h2 {
    font-size: 34px;
  }

  .serv-dtls-shp.product {
    right: 163px;
    max-width: 240px;
  }

  /* 19-12-25 start */
  .benefit-hover-img-wpr {
    max-width: 360px;
    margin-top: -8px;
    max-height: 250px;
}

  /* 19-12-25 end */

}

@media (max-width: 1199px) {

  h1,
  .h1-title {
    font-size: 40px;
  }

  h2,
  .h2-title {
    font-size: 36px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }

  h4,
  .h4-title {
    font-size: 22px;
  }

  .cmn-btn {
    padding: 16px 20px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .sec-head {
    margin-bottom: 35px;
  }

  /* .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  } */

  .hdr-rgt-btn li .cmn-btn {
    min-width: 155px;
    font-size: 14px;
    padding: 15px 10px;
  }

  .hdr-rgt {
    margin-left: 10px;
  }

  .navbar-nav>li {
    margin: 0 5px;
  }

  .navbar-brand {
    width: 110px;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li>a {
    font-size: 15px;
  }

  .hm-bnr-txt h1 {
    margin-bottom: 10px;
  }

  .hm-bnr-what-solution {
    padding-top: 0;
  }

  .hm-bnr-sec {
    min-height: 1px;
  }

  .hm-bnr-what-solution-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .what-solution-frm-input-wpr .p-inputwrapper {
    padding-left: 15px;
  }

  .hm-bnr-rgt-wpr {
    padding: 0 24px 0 56px;
  }

  .hm-abt-top-shp {
    max-width: 110px;
  }

  .what-solution-frm-button .cmn-btn {
    font-size: 14px;
    padding: 18px 10px;
    min-width: 100%;
  }

  .what-solution-frm-input-wpr .p-inputwrapper {
    height: 50px;
    border-radius: 8px;
  }

  .bnr-help-wpr {
    max-width: 288px;
    padding: 16px 20px 14px 20px;
    border-radius: 20px 0px 20px 20px;
  }

  .bnr-help-wpr i {
    width: 30px;
  }

  .bnr-help-txt {
    width: calc(100% - 30px);
    padding-left: 14px;
  }

  .bnr-help-txt span {
    font-size: 20px;
  }

  .bnr-help-txt p {
    font-size: 16px;
  }

  .hm-bnr-img-outer figure,
  .hm-bnr-img-outer:after {
    border-radius: 154px 154px 0 154px;
  }

  .what-solution-frm-input-wpr .p-select-dropdown {
    padding-right: 10px;
  }

  .cmn-sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hm-abt-bg-circle {
    max-width: 158px;
  }

  .hm-abt-dots {
    max-width: 130px;
  }

  .serv-sldr-card {
    border-radius: 20px;
  }

  .serv-sldr-txt i {
    width: 106px;
    height: 116px;
  }

  .service-icon {
    max-width: 40px;
  }

  .slider-navigation {
    margin-bottom: 70px;
  }

  .member-lft-txt p {
    font-size: 12px;
    max-width: 400px;
  }

  .member-img-wpr {
    margin-right: -33%;
  }

  .member-rgt-txt {
    padding-bottom: 0;
  }

  .member-rgt-txt ul li i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .member-rgt-txt ul li {
    font-size: 15px;
  }

  .nav-btn {
    width: 50px;
    height: 50px;
  }

  .here-top-shp {
    max-width: 228px;
  }

  .especially-txt h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .especially-nmbr {
    font-size: 68px;
  }

  .especially-icon-outer {
    width: 100px;
    height: 100px;
  }

  .especially-clm:nth-child(1) .especially-nmbr {
    top: -40px;
    right: 0px;
  }

  .especially-icon {
    max-width: 40px;
  }

  .especially-clm:nth-child(2) .especially-nmbr {
    top: -30px;
    right: 50px;
  }

  .especially-clm:nth-child(2) .especially-icon-outer {
    margin: 80px auto 0 60px;
  }

  .especially-clm:nth-child(3) .especially-icon-outer {
    margin: 70px 40px 0 auto;
  }

  .trust-call i {
    width: 64px;
    height: 64px;
  }

  .trust-ph-icon {
    max-width: 23px;
  }

  .trust-call-txt {
    width: calc(100% - 64px);
    padding-left: 14px;
  }

  .trust-call-txt p {
    font-size: 30px;
  }

  .get-in-touch-inr {
    padding: 40px 30px;
  }

  .get-in-touch-upr {
    margin-bottom: 15px;
  }

  .get-in-touch-frm-clm .form-control {
    height: 50px;
    border-radius: 10px;
    padding: 6px 16px;
  }

  .information-lwr ul li a i {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .information-lwr ul li a {
    font-size: 16px;
  }

  .ftr-logo {
    width: 160px;
  }

  .ftr-social ul li a {
    width: 50px;
    height: 50px;
  }

  .ftr-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer-clm:last-child .ftr-card {
    padding-left: 30px;
  }

  .ftr-nav-link li:not(:last-child) {
    margin-bottom: 13px;
  }

  .main-footer-mdll {
    padding-top: 30px;
    margin-top: 34px;
  }

  .main-footer-lwr {
    padding-top: 20px;
    margin-top: 30px;
  }

  .trust-shp2 {
    max-width: 90px;
  }

  .inr-bnr-lft-txt {
    max-width: 494px;
  }

  .inr-bnr-rgt-wpr {
    padding-right: 30px;
  }

  .visio-wpr {
    padding-top: 0;
  }

  .founder-rgt-clm {
    margin-bottom: -78px;
  }

  .trust-sec.trust .trust-lft-wpr h2 {
    font-size: 26px;
  }

  .serv-sldr-txt h3 br {
    display: none;
  }

  .coverage-sec .sec-head p {
    font-size: 18px;
  }

  .coverage-icon-wpr {
    width: 96px;
    height: 96px;
  }

  .coverage-icon-wpr .ftr-social-icon {
    max-width: 35px;
  }

  .coverage-bx-title .h4-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .coverage-bx-title ul li {
    font-size: 16px;
  }

  .coverage-serv-lst {
    margin: -6px;
  }

  .coverage-serv-lst li {
    padding: 6px;
  }

  .coverage-serv-lst li span {
    font-size: 15px;
  }

  .coverage-serv .h6-title {
    margin-bottom: 20px;
  }

  .membr-serv-img-wpr figure {
    border-radius: 20px 200px 20px 20px;
  }

  .membr-serv-small-img {
    max-width: 210px;
    border: 8px solid var(--whitecolor);
  }

  .membr-serv-img-wpr {
    max-width: 410px;
  }

  .membr-serv-txt-para p:not(:last-child) {
    margin-bottom: 8px;
  }

  .member-rgt-txt.membr-serv i {
    width: 25px;
    height: 25px;
  }

  .membr-serv-lwr {
    padding-top: 70px;
  }

  .coverage-row {
    --bs-gutter-x: 20px;
  }

  .faq-head {
    padding: 20px 50px 20px 24px;
  }

  .different-membr-card {
    border-radius: 15px;
  }

  .different-membr-clm.benefits-clm h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .different-membr-clm.benefits-clm .ftr-social-icon {
    max-width: 36px;
  }

  .different-membr-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .perspective-clm .different-membr-txt h3 {
    font-size: 22px;
  }

  .easy-to-top-shp {
    max-width: 230px;
  }

  .products-dots {
    max-width: 138px;
  }

  .product-img-wpr {
    padding: 0 30px 30px 0;
  }

  .by-nmbr-lft-shp {
    pointer-events: none;
  }

  .client-wpr {
    margin-right: 0;
  }

  .quote-icon {
    width: 65px;
    height: 65px;
    top: -30px;
    right: 18px;
    padding: 20px;
  }

  .client-hd-lft.blog,
  .client-hd-rgt.blog {
    width: 50%;
  }

  .blog-row {
    --bs-gutter-x: 16px;
  }

  .blog-card {
    border-radius: 20px;
  }

  .blog-cd-txt {
    padding: 20px;
  }

  .blog-cd-txt h3 {
    margin-bottom: 10px;
  }

  .blog-cd-txt p {
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .blog-date {
    font-size: 14px;
  }

  .blog-date span:after {
    top: 7px;
  }

  .resource-vdo-box {
    min-height: 350px;
  }

  .resource-vdo-icon {
    width: 82px;
    height: 82px;
    padding: 15px;
  }

  .client-sldr-bx-txt {
    padding: 58px 20px 25px;
  }

  .client-sldr-bx-txt p {
    margin-bottom: 20px;
  }

  .client-sldr-box {
    border-radius: 20px;
  }

  .inr-bnr-lft-txt h1 {
    margin-bottom: 20px;
  }

  .inner-bnr-top-shp {
    max-width: 85px;
  }

  .inner-bnr-bg-dots {
    max-width: 85px;
  }

  .want-to-shp.two {
    max-width: 140px;
  }

  .get-in-touch-upr h2 {
    font-size: 38px;
  }

  p br {
    display: none;
  }

  .inr-faq-upr {
    margin-bottom: 20px;
  }

  .faq-head h3 {
    font-size: 18px;
  }

  .career-shp-lft {
    max-width: 67px;
  }

  .schedule-rt-shp {
    max-width: 66px;
  }

  .video-testmnl-btn-wpr .nav-btn {
    left: -30px;
  }

  .video-testmnl-btn-wpr .nav-btn.nav-btn-next {
    right: -30px;
  }

  .video-testmnl-txt-inr {
    padding-left: 25px;
  }

  .video-testmnl-btn-wpr .nav-btn {
    width: 44px;
    height: 44px;
  }

  .video-testmnl-txt-inr h3 {
    font-size: 28px;
  }

  .video-testmnl-auth-name {
    font-size: 25px;
    margin-bottom: 8px;
  }

  .video-testmnl-designation {
    font-size: 16px;
  }

  .resource-card {
    padding: 18px;
  }

  .resource-card figure {
    width: 86px;
    height: 90px;
  }

  .resource-card-txt h3 {
    font-size: 26px;
  }

  .resource-card-txt span {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .resource-card-txt p {
    font-size: 16px;
    line-height: 1.6;
  }

  .testimonials-download-btn-wpr .normal-btn {
    font-size: 17px;
  }

  .resource-sec {
    padding: 27px 0 70px;
  }

  .emergncy-nmbr-call {
    font-size: 26px;
  }

  .file-a-claim-wpr h2 {
    margin-bottom: 12px;
  }

  .emergncy-nmbr-call {
    font-size: 22px;
  }

  .file-claim-bx-lft i {
    width: 98px;
    height: 98px;
  }

  .file-claim-bx-txt {
    width: calc(100% - 98px);
    padding-left: 25px;
  }

  .file-claim-bx {
    border-radius: 20px;
    padding: 30px;
  }

  .guide-claim-txt-wpr {
    padding-left: 15px;
  }

  .new-claim-clm:nth-child(2) .new-claim-lst-wpr {
    max-width: 435px;
  }

  .nw-claim-shape {
    max-width: 190px;
  }

  .want-to-sec.transport p {
    margin-bottom: 12px;
  }

  .file-aclaim-lwr-card .different-membr-icon-wpr {
    width: 86px;
    height: 86px;
    padding: 27px;
  }

  .file-aclaim-lwr-card .different-membr-txt h3 {
    font-size: 24px;
  }

  .want-to-inr.my-self .cmn-sub-title {
    margin-bottom: 10px;
  }

  .file-claim-referance-sec .easy-to-top-shp {
    max-width: 90px;
  }

  .especially-clm:nth-child(1) {
    margin-top: 24%;
  }

  /* 15-12-2025 m.m css */
  .member-rgt-txt ul li::before {
    top: -1px;
    width: 24px;
    height: 24px;
  }

  .member-rgt-txt ul li {
    padding-left: 36px;
  }

  .serv-dtls-para ul {
    margin-top: 20px;
  }

  /* 15-12-2025 m.m css */
  .inr-bnr-lft-txt {
    max-width: 414px;
  }

  .inr-bnr-rgt-wpr {
    margin-left: -110px;
  }

  /* 19-12-25 start */
  .benefit-hover-img-outer {
      max-width: 290px;
  }
  .benefit-hover-img-wpr {
      max-width: 220px;
      margin-top:0px;
      max-height: 160px;
  }
   .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }


  /* 19-12-25 end */
  /* 19-12-2025 m.m css */
  .phone-image-wrap .serv-dtls-lft .serv-dtls-circle-img {
    max-width: 100%;
  }
  .employer-benefits-unique-wrap  .emergency-row:not(:last-child) {
  margin-bottom: 60px;
}
  /* 19-12-2025 m.m css */


}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  } */

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: url(../media/images/dropdown-arr.svg) no-repeat center right 10px / 10px;
    width: 100%;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu .sub-menu {
    padding: 0;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
    transition: 0.4s;
  }

  .sub-menu.open {
    display: block;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a,
  .navbar-nav>li>.normal-menu {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .normal-menu {
    display: block;
  }

  .sub-menu>li>a,
  .sub-menu>li>.normal-menu {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  .sub-menu .menu-item-has-children>a:after,
  .menu-item-has-children>.normal-menu:after {
    display: none;
  }

  .navbar-nav>li>a:after {
    display: none;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100dvh !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }


  /* push nav end */

  .cmn-gap {
    padding: 70px 0;
  }

  .hm-abt-sec {
    padding: 70px 0;
  }

  .hm-bnr-lft-clm,
  .hm-bnr-rgt-clm {
    width: 100%;
  }

  h2 br,
  .h2-title br {
    display: none;
  }

  .cmn-sub-title {
    margin-bottom: 5px;
  }

  h2,
  .h2-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .hdr-rgt {
    margin-left: auto;
  }

  .navbar .navbar-toggler {
    margin-left: 20px;
  }

  .hm-bnr-rgt-wpr {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
  }

  .hm-bnr-sec {
    padding: 70px 0;
  }

  .bnr-help-wpr {
    bottom: -20px;
    left: -30px;
  }

  .bnr-help-txt p {
    font-size: 15px;
  }

  .hm-bnr-txt {
    padding-bottom: 60px;
  }

  .hm-bnr-inr-dots {
    bottom: -25px;
    right: -30px;
  }

  .hm-abt-lft-clm {
    width: 100%;
  }

  .hm-abt-lft-wpr {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 0 30px;
  }

  .hm-abt-rgt-clm {
    width: 100%;
  }

  .hm-abt-readmore-btn {
    padding-top: 0;
  }

  .hm-abt-bg-circle {
    max-width: 118px;
  }

  .nav-btn {
    box-shadow: 0px 8px 24px rgba(224, 125, 125, 0.4);
  }

  .member-lft-clm {
    width: 100%;
    order: 1;
  }

  .member-lft-txt,
  .member-lft-txt p {
    max-width: 100%;
  }

  .member-lft-txt p {
    font-size: 14px;
  }

  .member-mdll-clm {
    width: 50%;
    order: 3;
  }

  .member-img-wpr {
    margin: 0 auto;
  }

  .member-img-outer {
    max-width: 480px;
    margin: 0 auto;
  }

  .serv-sldr-txt i {
    width: 86px;
    height: 96px;
  }

  .member-lft-txt {
    padding-bottom: 20px;
  }

  .member-line {
    left: 60px;
    max-width: 200px;
  }

  .member-rgt-clm {
    width: 50%;
    order: 2;
  }

  .especially-svg {
    display: none;
  }

  .especially-clm {
    width: 50%;
  }

  .especially-clm:nth-child(1) {
    margin-top: 0;
  }

  .especially-clm:nth-child(1) .especially-card {
    display: inline;
  }

  .especially-card .especially-txt {
    padding-top: 20px;
  }

  .especially-icon-outer {
    width: 90px;
    height: 90px;
    margin: 0;
  }

  .especially-clm:nth-child(2) .especially-icon-outer,
  .especially-card .especially-txt,
  .especially-clm:nth-child(3),
  .especially-clm:nth-child(3) .especially-icon-outer {
    margin: 0;
  }

  .especially-txt h3 br {
    display: none;
  }

  .especially-clm:nth-child(2) .especially-nmbr {
    top: -50px;
    right: 0;
  }

  .especially-txt p {
    margin: 0;
  }

  .especially-row {
    /* --bs-gutter-y:20px !important; */
    justify-content: center;
  }

  .trust-lft-wpr {
    padding: 40px 0 170px;
  }

  .get-in-touch-inr {
    padding: 30px;
  }

  .get-in-touch-row>* {
    width: 100%;
  }

  .get-in-touch-rgt-wpr {
    margin-left: 0;
    padding-top: 30px;
  }

  .get-in-touch-upr,
  .get-in-touch-frm-outer,
  .get-in-touch-rgt-wpr {
    max-width: 100%;
  }

  .trust-lft-wpr h2 {
    font-size: 25px;
  }

  .trust-lft-clm {
    width: 65%;
  }

  .trust-rgt-clm {
    width: 35%;
  }

  .trust-call-txt p {
    font-size: 24px;
  }

  .ftr-logo {
    width: 120px;
  }

  .ftr-social ul li a {
    width: 30px;
    height: 30px;
  }

  .ftr-social ul li:nth-child(1) .ftr-social-icon {
    max-width: 10px;
  }

  .ftr-social-icon {
    max-width: 14px;
  }

  .footer-clm:last-child .ftr-card {
    padding-left: 0;
  }

  .ftr-nav-link li:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-footer-mdll {
    padding-top: 20px;
    margin-top: 20px;
  }

  .main-footer-lwr {
    margin-top: 20px;
  }

  .main-footer-mdll .legal-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .main-footer-mdll p {
    font-size: 14px;
  }

  .inner-bnr {
    padding-top: 40px;
  }

  .inr-bnr-lft-clm,
  .inr-bnr-rgt-clm {
    width: 100%;
  }

  .inr-bnr-rgt-wpr {
    padding-top: 0;
  }

  .inr-bnr-lft-txt {
    max-width: 100%;
    text-align: center;
    padding: 0 0 40px;
  }

  .inr-bnr-rgt-outer {
    margin: 0 auto;
  }

  .inr-bnr-dots {
    max-width: 270px;
  }

  .inner-bnr-bg-dots {
    max-width: 80px;
  }

  .inner-bnr-top-shp {
    max-width: 70px;
  }

  .mission-lft-clm,
  .mission-rgt-clm {
    width: 100%;
  }

  .mission-txt-wpr {
    max-width: 100%;
    padding: 0 0 50px;
  }

  .mission-row {
    flex-direction: column-reverse;
  }

  .mission-img-wpr {
    max-width: 450px;
    margin: 0 auto;
  }

  .founder-lft-clm,
  .founder-rgt-clm {
    width: 100%;
  }

  .founder-lft-txt {
    padding-bottom: 30px;
  }

  .abt-serv-sec {
    padding-top: 120px;
  }

  .abt-serv-upr-lft {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .abt-serv-upr-rgt {
    width: 100%;
    padding-left: 0;
  }

  .abt-serv-upr-rgt-inr {
    max-width: 100%;
    text-align: center;
  }

  .trust-sec.trust .trust-lft-clm,
  .trust-sec.trust .trust-rgt-clm {
    width: 100%;
    text-align: center;
  }

  .trust-sec.trust .trust-lft-wpr {
    padding: 60px 0;
  }

  .trust-btn-wpr ul {
    justify-content: center;
  }

  .trust-rgt-img-wpr {
    padding-right: 0;
    margin-top: 0;
    position: relative;

  }

  .inr-bnr-rgt-wpr {
    padding-right: 0;
  }

  .serv-dtls-clm {
    width: 50%;
  }

  .serv-sldr-txt h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .serv-dtls-lft,
  .serv-dtls-rgt {
    width: 100%;
  }

  .serv-dtls-rgt-txt {
    padding: 50px 0 0;
    max-width: 100%;
  }

  .serv-dtls-img-wpr {
    max-width: 410px;
    margin: 0 auto;
  }

  .serv-dtls-shp {
    max-width: 160px;
  }

  /* .sub-menu.open{
  display:block;
} */
  .sub-menu>li>a,
  .sub-menu>li.menu-item-has-children .normal-menu {
    font-size: 14px;
  }

  .coverage-sec .sec-head p {
    font-size: 16px;
  }

  .coverage-clm {
    width: 50%;
  }

  .coverage-bx-upr-outer {
    padding: 0 20px;
  }

  .coverage-icon-wpr {
    width: 86px;
    height: 86px;
  }

  .coverage-bx-upr .coverage-bx-title {
    width: calc(100% - 86px);
    padding-left: 15px;
  }

  .coverage-bx-title .h4-title {
    font-size: 22px;
  }

  .coverage-serv-lst li {
    width: 100%;
  }

  .coverage-bx-lwr {
    padding: 22px 20px 0;
  }

  .want-to-shp.one {
    max-width: 130px;
  }

  .want-to-shp.two {
    max-width: 120px;
  }

  .faq-head h3 {
    font-size: 16px;
  }

  .membr-serv-lft-clm,
  .membr-serv-rgt-clm {
    width: 100%;
  }

  .membr-serv-img-outer {
    padding-bottom: 59px;
    max-width: 500px;
    margin: 50px auto 0;
  }

  .serv-dtls-lft.emergency,
  .serv-dtls-rgt.emergency {
    width: 100%;
  }

  .serv-dtls-lft.emergency .serv-dtls-img-wpr {
    max-width: 440px;
  }

  .different-membr-clm {
    width: 50%;
  }

  .primary-health-lft-clm,
  .primary-health-rgt-clm {
    width: 100%;
  }

  .primary-health-img-outer {
    max-width: 419px;
    margin: 0 auto;
  }

  .primary-health-txt {
    max-width: 100%;
    padding-top: 50px;
  }

  .different-membr-clm.benefits-clm {
    width: 50%;
  }

  .primary-health-sec.ems-partner .primary-health-txt {
    max-width: 100%;
    margin: 0;
  }

  .perspective-clm {
    width: 50%;
  }

  .different-membr-icon-wpr .ftr-social-icon {
    max-width: 30px;
  }

  .easy-to-lft-clm,
  .easy-to-rgt-clm,
  .product-lft-clm,
  .product-rgt-clm {
    width: 100%;
  }

  .easy-to-row {
    flex-direction: column-reverse;
  }

  .primary-health-img-wpr {
    max-width: 400px;
    margin: 0 auto;
  }

  .easy-to-txt {
    padding: 42px 0 0;
  }

  .easy-to-upper {
    margin-bottom: 40px;
  }

  .product-img-wpr {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .product-txt-wpr {
    max-width: 100%;
    padding: 40px 0 0;
  }

  .primary-health-sec.by-the-nmbr .primary-health-txt {
    max-width: 100%;
  }

  .by-nmbr-lft-shp {
    max-width: 63px;
  }

  .blog-clm {
    width: 50%;
  }

  .client-hd-lft.blog {
    padding: 0 0 15px;
  }

  .client-hd-lft.blog,
  .client-hd-rgt.blog {
    width: 100%;
    text-align: center;
  }

  .resource-vdo-icon {
    padding: 29px;
  }

  .want-to-inr.my-self {
    max-width: 540px;
  }

  .business-bttm-shp {
    max-width: 220px;
  }

  .faq-lft-clm,
  .faq-rgt-clm {
    width: 100%;
  }

  .inr-faq-outer {
    padding: 30px 0 0;
    max-width: 100%;
  }

  .contact-lwr-row {
    justify-content: center;
  }

  .contact-lwr-clm {
    width: 50%;
  }

  .open-role-clm {
    width: 100%;
  }

  .open-role-frm-lft {
    width: 100%;
  }

  .open-role-frm-rgt {
    width: 186px;
    margin: 25px auto 0;
  }

  .open-role-each-input-wpr:last-child {
    padding: 0;
  }

  .video-testmnl-btn {
    width: 70px;
    height: 70px;
    padding: 25px;
  }

  .video-testmnl-auth-name {
    font-size: 22px;
  }

  .video-testmnl-designation {
    font-size: 14px;
  }

  .resource-clm {
    width: 50%;
  }

  .file-claim-bx-lft {
    width: 100%;
  }

  .file-claim-bx-rgt {
    width: 100%;
    text-align: left;
    padding: 20px 0 0;
  }

  .file-claim-bx-txt h3 {
    font-size: 26px;
  }

  .file-claim-bx-lft i {
    width: 78px;
    height: 78px;
    padding: 28px;
  }

  .guide-claim-lft-clm,
  .guide-claim-rgt-clm {
    width: 100%;
  }

  .guide-claim-lft-wpr {
    max-width: 460px;
    margin: 0 auto;
  }

  .guide-claim-txt-wpr {
    padding: 20px 0 0;
  }

  .new-claim-lst-wpr h2,
  .new-claim-lst-wpr .h3-title {
    margin-bottom: 25px;
  }

  .new-claim-sec:after {
    width: 100%;
    height: 50%;
  }

  .new-claim-clm:nth-child(2) .new-claim-lst-wpr {
    max-width: 100%;
  }

  .new-claim-lst-wpr {
    padding: 40px 0;
  }

  .nw-claim-shape {
    bottom: -16px;
    right: 0;
  }

  .want-to-sec.transport .want-to-inr.my-self {
    max-width: 100%;
  }

  .file-aclaim-clm {
    width: 50%;
  }

  .easy-to-top-shp {
    max-width: 140px;
  }

  .cmn-videopopup {
    max-width: 600px;
  }

  .p-inputtext.form-control {
    font-size: 16px !important;
  }

  .serv-dtls-rgt-txt.emply-benefts h2 {
    font-size: 34px;
  }

  .inr-bnr-rgt-wpr {
    margin-left: 0;
  }

  .inr-bnr-dots {
    right: 0;
  }

  .serv-dtls-shp.product {
    right: 104px;
    max-width: 172px;
  }


  /* 19-12-25 start */
  .benefit-hover-img-outer {
      max-width: 390px;
  }
  .benefit-hover-img-wpr {
      max-width: 220px;
      margin:0;
      max-height: 160px;
  }
  .serv-dtls-sec.emergency.careers .serv-dtls-img-wpr {
      margin: 0 auto;
  }
/* m.m  css */
.phone-image-wrap .serv-dtls-lft .serv-dtls-circle-img {
    max-width: 66%;
}
/* m.m  css */

  /* 19-12-25 end */

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }


  h1,
  .h1-title {
    font-size: 34px;
  }

  h2,
  .h2-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .hm-abt-sec {
    padding: 60px 0;
  }

  .cmn-sub-title {
    font-size: 14px;
  }

  .cmn-gap {
    padding: 60px 0;
  }



  .main-head {
    padding: 17px 0 20px;
  }

  .hm-bnr-sec {
    padding: 50px 0 80px;
  }

  .hm-bnr-rgt-wpr {
    max-width: 380px;
  }

  .hm-bnr-inr-dots {
    max-width: 150px;
  }

  .hm-bnr-rt-shp,
  .hm-bnr-lft-shp {
    max-width: 50px;
  }

  .hm-abt-bg-circle {
    max-width: 98px;
  }

  .member-rgt-clm,
  .member-mdll-clm {
    width: 100%;
  }

  .member-img-outer {
    padding-top: 20px;
  }

  .member-rgt-txt ul li i {
    width: 25px;
    height: 25px;
  }

  .especially-icon-outer {
    width: 80px;
    height: 80px;
  }

  .especially-txt h3 {
    line-height: 1.2;
    font-size: 22px;
  }

  .trust-lft-wpr {
    padding: 40px 0;
    text-align: center;
  }

  .trust-lft-clm,
  .trust-rgt-clm {
    width: 100%;
  }

  .trust-shp3 {
    position: absolute;
    top: 100px;
    left: 100px;
    max-width: 140px;
    z-index: -1;
  }

  .trust-rgt-img-wpr {
    z-index: 1;
  }

  .trust-shp1 {
    max-width: 70px;
  }

  .trust-call {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }

  .footer-row {
    margin: -12px;
  }

  .footer-clm {
    width: 50%;
    padding: 12px;
  }

  .ftr-logo {
    width: 150px;
  }

  .main-footer-mdll p {
    font-size: 12px;
  }

  .main-footer {
    padding: 50px 0 20px;
  }

  .get-in-touch-inr {
    padding: 25px;
  }

  .abt-serv-sec {
    padding-top: 120px;
  }

  .serv-dtls-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .serv-sldr-txt h3 {
    font-size: 20px;
  }

  .serv-sldr-txt {
    padding: 0 15px 22px;
  }

  .coverage-clm {
    width: 100%;
  }

  .membr-serv-small-img {
    max-width: 170px;
  }

  .serv-dtls-sec.emergency .serv-dtls-outer {
    padding: 70px 0;
  }

  .easy-to-top-shp {
    max-width: 130px;
  }

  .client-hd-lft {
    width: 100%;
    text-align: center;
  }

  .client-hd-rgt {
    width: 100%;
    padding-top: 15px;
  }

  .client-hd-rgt .slider-navigation {
    justify-content: center;
  }

  .client-hd-rgt.blog {
    padding: 0;
  }

  .resource-vdo-icon {
    width: 62px;
    height: 62px;
    padding: 20px;
  }

  .resource-vdo-box {
    min-height: 260px;
  }

  .floting-msg {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .get-in-touch-upr h2 {
    font-size: 34px;
  }

  .serv-dtls-sec.learning-center .serv-dtls-outer {
    padding: 70px 0;
  }

  .open-role-each-input-wpr {
    width: 100%;
    padding: 0 0 10px;
  }

  .open-role-frm-rgt {
    width: 100%;
    margin: 15px auto 0;
  }

  .resource-card-txt h3 {
    font-size: 22px;
  }

  .p-button.video-testmnl-thumb,
  .video-testmnl-txt {
    width: 100%;
  }

  .video-testmnl-txt-inr {
    padding: 25px 0 0;
  }

  .video-testmnl-txt-inr h3 {
    font-size: 25px;
  }

  .resource-hd-lft,
  .resource-hd-rgt {
    width: 100%;
    text-align: center;
  }

  .resource-hd-rgt {
    padding: 15px 0 0;
  }

  .resource-clm {
    width: 100%;
  }

  .file-claim-bx {
    border-radius: 15px;
    padding: 20px;
  }

  .file-claim-bx-txt {
    padding: 20px 0 0;
    width: 100%;
  }

  .nw-claim-shape {
    bottom: -10px;
  }

  .file-aclaim-clm {
    width: 100%;
  }

  .file-claim-referance-sec .employe-benefit-lst.new-claim {
    text-align: left;
  }

  .p-dialog.file-claim-popup-dialog {
    max-width: 530px;
  }

  .cmn-videopopup {
    max-width: 500px;
  }

  .serv-dtls-rgt-txt.emply-benefts h2 {
    font-size: 30px;
  }

  /* 15-12-2025 m.m css */
  .serv-dtls-para ul {
    margin-top: 15px;
  }

  /* 15-12-2025 m.m css */

  /* 19-12-2025 m.m css */
.phone-image-wrap .serv-dtls-lft figure {
  max-width: 240px;
}
  /* 19-12-2025 m.m css */


}

@media (max-width: 575px) {

  h1,
  .h1-title {
    font-size: 30px;
  }

  .hm-bnr-txt h1 {
    margin-bottom: 15px;
  }

  h2,
  .h2-title {
    font-size: 28px;
    line-height: 1;
  }

  h4,
  .h4-title {
    font-size: 22px;
  }

  .cmn-gap {
    padding: 50px 0;
  }


  .hdr-rgt-btn .cmn-btn img {
    display: none;
  }

  .hdr-rgt-btn li .cmn-btn {
    min-width: 1px;
    font-size: 14px;
    padding: 11px 10px;
  }

  .hm-bnr-what-solution-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .hm-bnr-img-outer figure,
  .hm-bnr-img-outer:after {
    border-radius: 104px 104px 0 104px;
  }

  .hm-bnr-img-outer:after {
    width: calc(100% + 13px);
    height: calc(100% + 13px);
    top: -13px;
    left: -13px;
  }

  .bnr-help-txt span {
    font-size: 18px;
  }

  .especially-clm {
    width: 100%;
  }

  .especially-clm {
    padding-bottom: 20px !important;
  }

  .especially-clm:nth-child(3) .especially-txt,
  .especially-clm:nth-child(2) .especially-txt {
    max-width: 100%;
    margin-left: 0;
  }

  .trust-lft-wpr {
    padding: 60px 0 40px;
  }

  .trust-call i {
    width: 54px;
    height: 54px;
  }

  .trust-call-txt {
    width: calc(100% - 54px);
  }

  .get-in-touch-inr {
    padding: 25px 16px;
  }

  .information-lwr ul li .ftr-social-icon {
    max-width: 20px;
  }

  .serv-sldr-txt h3 br {
    display: none;
  }

  .information-lwr ul li a {
    word-break: break-word;
  }

  .inr-bnr-lft-txt h1 {
    margin-bottom: 16px;
  }

  .abt-serv-sec {
    padding-top: 120px;
  }

  .trust-sec.trust .trust-lft-wpr h2 {
    font-size: 24px;
  }

  .trust-btn-wpr ul li {
    width: 100%;
  }

  .serv-dtls-clm {
    width: 100%;
  }

  .trust-sec.trust .trust-lft-wpr {
    padding: 60px 0 30px;
  }

  .serv-dtls-img-wpr {
    max-width: 370px;
  }

  .serv-dtls-shp {
    max-width: 130px;
  }

  .serv-dtls-dots {
    max-width: 140px;
  }

  .membr-serv-img-outer {
    padding-bottom: 59px;
  }

  .coverage-rt-shp {
    max-width: 45px;
  }

  .employe-benefit-card {
    padding: 25px;
  }

  .employe-benefit-card h3 {
    margin-bottom: 14px;
  }

  .employe-benefit-lst ul li {
    padding-left: 35px;
  }

  .serv-dtls-lft.emergency .serv-dtls-img-wpr {
    max-width: 360px;
  }

  .different-membr-clm,
  .different-membr-clm.benefits-clm {
    width: 100%;
  }

  .want-to-shp.one {
    max-width: 106px;
  }

  .perspective-clm {
    width: 100%;
  }

  .blog-clm {
    width: 100%;
  }

  .floting-msg {
    width: 50px;
    height: 50px;
    padding: 12px;
    bottom: 20px;
    right: 10px;
  }

  .contact-lwr-clm {
    width: 100%;
  }

  .open-role-cd-upr {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .open-role-tle-rgt {
    width: 100%;
    text-align: left;
    padding: 0 0 10px;
  }

  .video-testmnl-btn-wpr {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-testmnl-btn-wpr .nav-btn {
    position: relative;
    left: auto;
    top: auto;
    transform: initial;
  }

  .video-testmnl-btn-wpr .nav-btn.nav-btn-next {
    right: auto;
  }

  .file-claim-bx-txt h3 {
    font-size: 24px;
  }

  .nw-claim-shape {
    display: none;
  }

  .file-claim-referance-inr h2 {
    font-size: 30px;
  }

  .each-fle-clem-input-wpr {
    width: 100%;
  }

  .p-dialog.file-claim-popup-dialog {
    max-width: 450px;
  }

  .file-claim-popup-body {
    padding: 20px 20px 28px;
  }

  .upload-file-outer label i {
    width: 40px;
    margin: 0 auto 10px;
  }

  .file-claim-popup-head {
    padding: 15px 20px;
  }

  .cmn-videopopup {
    max-width: 450px;
  }

  .serv-dtls-rgt-txt.emply-benefts h2 {
    font-size: 28px;
  }

  /* 16.12.25 */
  .especially-clm:nth-child(2) .especially-card {
    max-width: 100%;
  }

  /* 16.12.25 */
  .inr-bnr-rgt-outer {
    max-width: 324px;
  }

  .serv-dtls-shp.product {
    right: 87px;
    max-width: 132px;
  }
}

@media (max-width: 479px) {

  h1,
  .h1-title {
    font-size: 28px;
  }

  .cmn-gap {
    padding: 40px 0;
  }

  h2,
  .h2-title {
    font-size: 26px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    padding: 0 15px;
    height: 45px;
    border-radius: 10px;
  }



  .navbar-brand {
    width: 90px;
  }

  .hdr-rgt-btn li .cmn-btn {
    min-width: 1px;
    font-size: 10px;
    padding: 9px 5px;
    border-radius: 6px;
  }

  .hdr-rgt {
    margin-left: auto;
    margin-right: 10px;
  }

  .navbar .navbar-toggler {
    margin-left: 0px;
  }

  .what-solution-frm-input-wpr {
    width: 100%;
    padding: 0 0 10px;
  }

  .what-solution-frm-button {
    width: 100%;
  }

  .hm-bnr-rgt-wpr {
    max-width: 260px;
  }

  .hm-bnr-img-outer figure,
  .hm-bnr-img-outer:after {
    border-radius: 74px 74px 0 74px;
  }

  .hm-bnr-txt {
    padding-bottom: 50px;
  }

  .what-solution-frm-button .cmn-btn {
    padding: 18px 15px;
  }

  .bnr-help-wpr {
    bottom: -40px;
    left: -20px;
    padding: 15px;
  }

  .bnr-help-wpr i {
    width: 22px;
  }

  .bnr-help-txt {
    width: calc(100% - 22px);
    padding-left: 12px;
  }

  .bnr-help-txt span {
    font-size: 17px;
  }

  .bnr-help-txt p {
    font-size: 13px;
  }

  .here-top-shp {
    max-width: 88px;
  }

  .especially-sec .sec-head h2 {
    font-size: 24px;
  }

  .slider-navigation {
    margin-bottom: 40px;
  }

  .member-line {
    left: 30px;
  }

  .especially-icon {
    max-width: 30px;
  }

  .get-in-touch-inr {
    margin-top: -80px;
    border-radius: 15px;
  }

  .trust-call-txt p {
    font-size: 20px;
  }

  .trust-call-txt {
    padding-left: 10px;
  }

  .get-in-touch-frm-clm {
    width: 100%;
  }

  .get-in-touch-frm-clm.submit .cmn-btn {
    width: 100%;
  }

  .information-lwr ul li a i {
    width: 40px;
    height: 40px;
  }

  .information-lwr ul li .ftr-social-icon {
    max-width: 14px;
  }


  .ftr-logo {
    width: 140px;
    margin: 0;
  }

  .ftr-social {
    padding-top: 20px;
  }

  .main-footer-mdll .legal-title {
    font-size: 18px;
  }

  .inr-bnr-rgt-outer {
    max-width: 224px;
  }

  .inr-bnr-dots {
    max-width: 120px;
  }

  .inner-bnr-bg-dots {
    max-width: 50px;
  }

  .inner-bnr-top-shp {
    max-width: 50px;
  }

  .founder-rgt-img figure {
    border-radius: 20px 150px 20px 20px;
  }

  .abt-serv-sec {
    padding-top: 110px;
  }

  .trust-sec.trust .trust-lft-wpr h2 {
    font-size: 20px;
  }

  .serv-dtls-img-wpr {
    max-width: 210px;
  }

  .serv-dtls-circle {
    height: calc(100% + 30px);
    top: -10px;
  }

  .serv-dtls-circle:after {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .serv-dtls-dots {
    max-width: 80px;
  }

  .serv-dtls-outer {
    padding: 40px 0 70px;
  }

  .serv-dtls-rgt-txt {
    padding: 40px 0 0;
  }

  .coverage-bx-upr-outer {
    padding: 0 15px;
  }

  .coverage-bx-lwr {
    padding: 20px 15px 0;
  }

  .coverage-icon-wpr {
    width: 76px;
    height: 76px;
  }

  .coverage-bx-upr .coverage-bx-title {
    width: calc(100% - 76px);
    padding-left: 10px;
  }

  .coverage-bx-title ul li {
    font-size: 14px;
    line-height: 1.3;
  }

  .faq-sec h2 {
    font-size: 26px;
  }

  .membr-serv-img-wpr figure {
    border-radius: 15px 130px 15px 15px;
  }

  .membr-serv-img-outer {
    padding-left: 20px;
  }

  .membr-serv-outline {
    top: 22px;
    left: -18px;
  }

  .membr-serv-lwr {
    padding-top: 50px;
  }

  .employe-benefit-outer {
    padding: 14px;
  }

  .employe-benefit-card h3 {
    font-size: 28px;
  }

  .serv-dtls-lft.emergency .serv-dtls-img-wpr {
    max-width: 270px;
  }

  .serv-dtls-sec.emergency .serv-dtls-outer {
    padding: 50px 0;
  }

  .primary-health-img-outer {
    max-width: 260px;
  }

  .vw-menbr-btn {
    padding: 0 0 30px;
  }

  .product-txt-wpr {
    padding: 20px 0 0;
  }

  .primary-health-img-wpr {
    max-width: 250px;
  }

  .client-sldr-bx-txt .h6-title {
    margin-bottom: 10px;
  }

  .p-accordionheader.faq-head {
    padding: 15px 40px 15px 15px;
  }

  .p-accordioncontent.faq-body .p-accordioncontent-content {
    padding: 15px;
  }

  .employe-benefit-card h3 {
    font-size: 24px;
  }

  .business-bttm-shp {
    max-width: 140px;
  }

  .contact-lwr-row {
    --bs-gutter-y: 12px;
  }

  .open-role-tle-lft .h6-title {
    font-size: 16px;
  }

  .open-role-tle-lft,
  .job-lst-outer {
    width: 100%;
  }

  .apply-wpr {
    padding: 10px 0 0;
    width: 100%;
  }

  .open-role-card {
    border-radius: 15px;
    padding: 20px;
  }

  .video-testimonials-outer {
    padding: 15px;
  }

  .video-testmnl-btn {
    width: 60px;
    height: 60px;
    padding: 21px;
  }

  .video-testmnl-txt-inr {
    padding: 20px 0 0;
  }

  .resource-card-txt h3 {
    font-size: 20px;
  }

  .resource-sec {
    padding: 27px 0 50px;
  }

  .p-dialog.file-claim-popup-dialog {
    max-width: 300px;
  }

  .file-claim-popup-ttile {
    font-size: 20px;
    line-height: 1;
  }

  .select-btn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .each-fle-clem-input-wpr.submit .p-button.cmn-btn {
    height: 50px;
  }

  .p-dialog.file-claim-popup-dialog {
    border-radius: 10px;
  }

  .file-claim-popup-dialog .p-dialog-header {
    top: 5px;
    right: 10px;
  }

  .cmn-videopopup {
    max-width: 300px;
  }

  .quote-icon-tst {
    top: 15px;
    max-width: 16px;
  }

  .ftr-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .ftr-nav-link li:not(:last-child) {
    margin-bottom: 5px;
  }

  .footer-clm {
    width: 50%;
    padding: 7px;
  }

  .serv-dtls-shp {
    max-width: 90px;
  }

  .serv-dtls-rgt-txt.emply-benefts h2 {
    font-size: 26px;
  }

  /* 19-12-25 */
  .benefit-hover-img-wpr {
      max-width: 180px;
      max-height: 130px;
  }
  /* m.m css */
  .phone-image-wrap .serv-dtls-lft figure {
    max-width: 200px;
}
.employer-benefits-unique-wrap  .emergency-row:not(:last-child) {
  margin-bottom: 45px;
}
  /* m.m css */

 /* 19-12-25 */



}