/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* Google Font */
/* @import url("https:fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap"); */

/* Root Variables */
:root {
  /* Typography */
  --primary-font: "Figtree", sans-serif;

  /* color variable */
  --primary-color-orange: #ef7e22;
  --primary-color-blue: #402cb0;
  --secondary-color-light-blue: #e6eaf7;
  --secondary-color-light-orange: #fdf2f9;
  --white-color: #ffffff;
  --black-color: #000000;
  --supporting-color1: #333333;
  --supporting-color2: #666666;
  --supporting-color3: #999999;
  --supporting-color4: #cccccc;
  --supporting-color5: #f1f1f1;
  --supporting-color6: #f9f9f9;
  --special-color-red: #e90038;
  --special-color-green: #009c4d;
  --E86800: #e86800;
  --0E2D96: #0e2d96;
  --EAEAEA: #eaeaea;

  /* font weight */
  --font-weight300: 300;
  --font-weight400: 400;
  --font-weight500: 500;
  --font-weight600: 600;
  --font-weight700: 700;
  --font-weight800: 800;
  --font-weight900: 900;

  /* border-radius */
  --radius-2: 2px;
  --radius-3: 3px;
  --radius-4: 4px;
  --radius-5: 5px;
  --radius-6: 6px;
  --radius-7: 7px;
  --radius-8: 8px;
  --radius-9: 9px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-50: 50px;
  --radius-circle: 50%;

  --field-padding: 12px;

  /* font size variable */
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-23: 23px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-29: 29px;
  --font-size-30: 30px;
  --font-size-31: 31px;
  --font-size-32: 32px;
  --font-size-33: 33px;
  --font-size-34: 34px;
  --font-size-35: 35px;
  --font-size-36: 36px;
  --font-size-37: 37px;
  --font-size-38: 38px;
  --font-size-39: 39px;
  --font-size-40: 40px;
  --font-size-45: 45px;
  --font-size-50: 50px;

  /* Spacing Variable */
  --spacing0: 0;
  --spacing2: 2px;
  --spacing4: 4px;
  --spacing6: 6px;
  --spacing8: 8px;
  --spacing10: 10px;
  --spacing12: 12px;
  --spacing14: 14px;
  --spacing16: 16px;
  --spacing18: 18px;
  --spacing20: 20px;
  --spacing22: 22px;
  --spacing24: 24px;
  --spacing26: 26px;
  --spacing28: 28px;
  --spacing30: 30px;
}



/* Text Color Class Start */
.color-orange {
  color: var(--primary-color-orange);
}
.color-blue {
  color: var(--primary-color-blue);
}
.color-light-blue {
  color: var(--secondary-color-light-blue);
}
.color-light-orange {
  color: var(--secondary-color-light-orange);
}
.color-support1 {
  color: var(--supporting-color1);
}
.color-support2 {
  color: var(--supporting-color2);
}
.color-support3 {
  color: var(--supporting-color3);
}
.color-support4 {
  color: var(--supporting-color4);
}
.color-support5 {
  color: var(--supporting-color5);
}
.color-support6 {
  color: var(--supporting-color6);
}
.color-special-red {
  color: var(--special-color-red);
}
.color-special-green {
  color: var(--special-color-green);
}
/* Text Color Class End */

p,
span,
strong {
  font-family: var(--primary-font);
  font-weight: normal;
}

/* Text Size Like H1,H2 etc... Start */
.text-size-exlarge50 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-50);
}
.text-size-large32 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-32);
}
.text-size-medium24 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-24);
}
.text-size-semimedium20 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-20);
}
.text-size-normal16 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-16);
}
.text-size-small14 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-14);
}
.text-size-small12 {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: var(--font-size-12);
}
/* Text Size Like H1,H2 etc... End */

/* Font Weight Class Start */
.text-weight-300 {
  font-weight: 300;
}
.text-weight-400 {
  font-weight: 400;
}
.text-weight-500 {
  font-weight: 500;
}
.text-weight-600 {
  font-weight: 600;
}
.text-weight-700 {
  font-weight: 700;
}
.text-weight-800 {
  font-weight: 800;
}
.text-weight-900 {
  font-weight: 900;
}
/* Font Weight Class End */

/* Paragraph Class Start */
.txtpara-size26 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-26);
}
.txtpara-size22 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-22);
}
.txtpara-size18 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-18);
}
.txtpara-size16 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-16);
}
.txtpara-size14 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-14);
}
.txtpara-size12 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--black-color);
  font-size: var(--font-size-12);
}

/* Paragraph Class End */

/* Buttons CSS Start */
.btn {
  display: inline-block;
  font-family: var(--primary-font);
  font-weight: normal;
  line-height: normal;
  color: var(--black-color);
  font-size: var(--font-size-14);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: 0;
  transition: 0.2s;
  border-radius: 10px;
}
.btn-primary {
  background-color: var(--primary-color-orange) !important;
  /* padding: 10px 30px; */
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 19px;
  color: var(--white-color) !important;
  border-radius: 10px !important;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    padding: 8px 20px;
    font-size: var(--font-size-12);
  }
}
.btn-primary[disabled] {
  opacity: 50%;
  pointer-events: none;
}
.btn-primary:hover {
  background-color: var(--E86800) !important;
  transition: 0.2s;
}
.btn-primary:focus {
  background-color: var(--E86800) !important;
  transition: 0.2s;
}
.btn-secondary {
  background-color: var(--white-color) !important;
  /* padding: 10px 30px; */
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 19px;
  color: var(--primary-color-orange) !important;
  border: 2px solid var(--primary-color-orange) !important;
  border-radius: 10px !important;
  margin: 0px 4px !important;
}
@media screen and (max-width: 767px) {
  .btn-secondary {
    padding: 8px 20px;
    font-size: var(--font-size-12);
  }
}
.btn-secondary[disabled] {
  opacity: 50%;
  pointer-events: none;
}
.btn-secondary:hover {
  border-color: var(--E86800) !important;
  color: var(--E86800);
  transition: 0.2s;
}
.btn-secondary:focus {
  border-color: var(--E86800) !important;
  color: var(--E86800);
  transition: 0.2s;
}
.btn-tertiary {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 0;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 16px;
  color: var(--supporting-color1) !important;
  border: 0;
}
@media screen and (max-width: 767px) {
  .btn-tertiary {
    font-size: var(--font-size-12);
  }
}
.btn-tertiary[disabled] {
  opacity: 50%;
  pointer-events: none;
}
.btn-tertiary svg {
  margin-left: 10px;
}
.btn-special {
  background-color: var(--primary-color-blue) !important;
  /* padding: 10px 30px; */
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 19px;
  color: var(--white-color) !important;
  border: 0;
  border-radius: 10px !important;
}
@media screen and (max-width: 767px) {
  .btn-special {
    padding: 8px 20px;
    font-size: var(--font-size-12);
  }
}
.btn-special[disabled] {
  opacity: 50%;
  pointer-events: none;
}
.btn-special:hover {
  background-color: var(--0E2D96);
  transition: 0.2s;
}
.btn-special:focus {
  background-color: var(--0E2D96) !important;
  transition: 0.2s;
}
.btn-plain {
  background-color: transparent !important;
  padding: 0;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: var(--font-size-14);
  line-height: 16px;
  color: var(--primary-color-orange) !important;
  border: 0;
}
.btn-plain[disabled] {
  opacity: 50%;
  pointer-events: none;
}
/* Buttons CSS End */









.bg-color {
  background-color: #ef7e22;
}

* {
  font-family: 'Open Sans', sans-serif, 'nirmala';
}

@font-face {
  font-family: 'arjita';
  src: url('arjita.ttf') format("opentype");
}

@font-face {
  font-family: 'nirmala';
  src: url('Nirmala.ttf') format("opentype");
}

hindi-font {
  font-family: 'arjita'
}

a {
  cursor: pointer;
}

.m-form .m-form__group .form-control-label,
.m-form .m-form__group label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #575962;
}

.m-blockui {
  margin-left: 0px !important;
  z-index: 10000 !important;
}

.blockUI.blockMsg.blockPage {
  z-index: 99999 !important;
}

.color-info {
  color: #ef7e22;
}

.color-error {
  color: red;
}

.m-badge.m-badge--success {
  background-color: #34bfa3 !important;
  color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #ebedf2;
}

thead {
  background-color: #ebedf2;
}

.text-color {
  color: #ef7e22;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ef7e22;
}

.btn.m-btn--hover-accent:hover,
.btn.m-btn--hover-accent.active,
.btn.m-btn--hover-accent:active,
.btn.m-btn--hover-accent:focus,
.show>.btn.m-btn--hover-accent.dropdown-toggle {
  border-color: #ef7e22 !important;
  color: #ffffff !important;
  background-color: #ef7e22 !important;
}

.no-style-on-a {
  color: black;
  text-decoration: none;
}

.nav-pills {
  background: #F2F2F2;
  border-radius: 10px;
  height: 59px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-link.active {
  /* font-family: 'Figtree';
  font-style: normal; */
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #042CB0 !important;
  flex: none;
  order: 0;
  background: #FFFFFF !important;
  flex-grow: 0;
  width: 97%;
  padding: 15px;
}

.no-style-on-a:hover {
  color: black;
  text-decoration: none;
}

.dash {
  border: 0 none;
  border-top: 2px dashed #6c757d;
  background: none;
  height: 0;
  margin-left: 100px;
  margin-right: 150px;
}

.style-null {
  /* all: unset; */
  display: contents;
}

input[type='file'] {
  opacity: 0;
}


/**side Line**/

.m--padding-top-25 {
  padding-top: 0px !important;
}

.leftSide-Padd {
  padding-left: 0 !important;
}

.mCustomScrollBox {
  overflow: visible !important;
  height: 100%;
}

.m-aside-left {
  background-color: #ffffff;
  width: auto;
}

.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header {
  background-color: #3487b5;
}

a.btn.m-btn--pill.btn-secondary.m-btn.m-btn--custom.m-btn--label-brand.m-btn--bolder {
  color: #3a8cb1;
}

.m-aside-left {
  padding-top: 23px !important;
}

.btn-next {
  width: auto;
  height: 36px;
  background-color: #ef7e22;
  color: #ffffff;
}

.next {
  width: auto;
  height: 36px;
  background-color: #ef7e22;
  margin-top: 10px;
  color: #ffffff;
  padding-right: 25px;
  padding-left: 25px;
}

.slideshow-container .arrow-container.next {
  background-color: transparent !important;
  padding-right: 0;
  padding-left: 0;
}

.slideshow-container .slides.slide-in-left,
.slideshow-container .slides.slide-in-right,
.slideshow-container a.slides.selected {
  background-size: contain !important;
}

.btn-transparent {
  height: 37px;
  border-radius: 2px;
  border: solid 1px #ef7e22;
  color: #ef7e22;
  float: right;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-container {
  padding: 10px 40px 10px 40px;
}

.form_header {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #575962;
}

.m-form.m-form--label-align-right .col-form-label .m-form__group>label {
  text-align: right;
}

.form-notes {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ef7e22 !important;
}

.aside-header {
  padding-left: 30px;
}

.blue-btn {
  background-color: #ef7e22;
  padding: 9px 24px;
}

.blue-btn:hover,
.blue-btn:focus {
  background-color: #ef7e22;
}

.blue-btn.disabled,
.blue-btn:disabled {
  background-color: #ef7e22;
  border-color: #ef7e22;
}

@media (max-width: 992px) {
  .m-aside-left {
    width: 335px !important;
    left: -335px;
  }

  .m-aside-left--on .m-aside-left-close {
    left: 300px;
  }

  .m-stack__item.m-brand {
    width: 100% !important;
  }
}

.errMessage {
  color: red;
  font-size: 15px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  /*content: "Upload";*/
}


/* start of declaration  */

.declaration-header {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #323c47;
}

.declaration-content {
  border: 1px solid #e8ecf2;
  padding: 20px;
  margin-top: 20px;
}

.declaration-para {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: left;
  color: #323c47;
}

.captcha-code {
  margin-top: 40px;
}

.code {
  border-radius: 4px;
  background-color: #f4f8f9;
  padding: 21px 116px 25px 103px;
}

.captcha-input-label {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #5f5f5f;
  padding-top: 41px;
}

.captcha-input-control {
  padding-top: 10px;
}

.captcha-input {
  width: 250px;
  height: 36.1px;
  border: 1px solid #e8ecf2;
}

.declaration-button {
  padding: 10px 0px 10px 0px;
}

.declaration-next {
  width: 250px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background-color: #ef7e22;
  border: none;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 26px;
}


/* End of declaration */


/* Start of thank U */

.thanks {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 76px;
}

.thanks-heading {
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2880b9;
}

.thanks-content {
  padding: 71px 30px 71px 30px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
}

.download-link {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ef7e22;
  padding-top: 20px;
  cursor: pointer;
}

.link-text {
  cursor: pointer;
}

.padding-left-15 {
  padding-left: 15px
}

.mandatoryColor {
  color: red;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.blue {
  color: blue;
}

.display-block {
  display: block;
}

.type-name {
  color: #ef7e22 !important;
  font-weight: 500;
}

label.col-form-label {
  text-align: right;
  font-family: 'Open Sans', sans-serif !important;
}

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

::placeholder {
  font-family: 'Open Sans', sans-serif !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Open Sans', sans-serif !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Open Sans', sans-serif !important;
}

.m-portlet__head-text {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif !important;
}

.select-div {
  position: relative;
}

.form-select-side {
  width: 40px;
  position: absolute;
  top: 0px;
  background-color: rgb(250, 252, 253);
  height: calc(2.55rem + 2px);
  right: 15px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #ccc;
  pointer-events: none;
}

.form-select-side svg {
  position: absolute;
  top: 11px;
  left: 15px;
}


/* card title bold */

.card-title {
  font-weight: bold;
}


/*for Dynamic Form*/

.right-text {
  text-align: right !important;
  padding-left: 0px !important;
}

.tab-color-blue {
  background-color: #ef7e22 !important
}

.width-80-percent {
  width: 80% !important;
  ;
}

.font-20 {
  font-size: 20px !important;
}

.font-14 {
  font-size: 14;
}

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

.margin-bottom-null {
  margin-bottom: 0;
}


/* style for no data found */

p.no-content {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: blue;
}


/* end of no content found */


/* remove input number scroll apperence  */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}


/* modify toastr style */

#toast-container>div {
  opacity: 1 !important;
}

.toast-success {
  background-color: #119829;
}

.padding-top-null {
  padding-top: 0px;
}

.padding-bottom-null {
  padding-bottom: 0px;
}

.toast-error {
  background-color: #e2345b !important;
}

.button-round {
  border-radius: 36px;
}

.margin-top-30 {
  /* margin-top: 30px !important; */
}

.title-style {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #575962;
}


/* password show */

.showPassword {
  position: absolute;
  right: 0;
  top: 17px;
  color: #ef7e22 !important;
  cursor: pointer;
}

.min-height-20 {
  min-height: 20px;
}

.display-inherit {
  display: inherit;
}

.display-none {
  display: none;
}


/* padding on username under user profile pic */

.user-name {
  padding-top: 10px;
}


/* Card Disable Background */

.gray-card-disable {
  background: #ddd;
}

.gray-card-disable:hover {
  background: #ddd !important;
}


/* Dasboard Css */

.dashboard {
  margin-top: 0;
}


/* User Pic & Name CSS */

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile>.m-nav__link .m-topbar__userpic img {
  display: initial;
}

span.m-topbar__welcome {
  padding-right: 0px !important;
}

@media (min-width: 992px) {
  .width-80-percent {
    max-width: 80% !important;
  }
}


/* .card:hover {
  border: solid 1px #e6ebf0;
  color: #3487b5 !important;
  background-color: #ffffff !important;
} */


/* SIP text right bar*/

h2.sip-text {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 43px;
  font-size: 24px;
}


/* header changes in prod  */

.header-sip-content {
  vertical-align: bottom !important;
  padding-bottom: 16px;
}

.sip-text-dashboard {
  width: 100%;
  line-height: 20px;
  padding-left: 20px;
  color: #ef7e22;
  font-weight: bold;
  font-style: italic;
}

.m-stack__item.m-brand {
  width: 50%;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile>.m-nav__link .m-topbar__userpic img {
  display: initial;
}

span.m-topbar__welcome {
  padding-right: 0px !important;
}

.field-label {
  font-size: 15px;
}

.form-element-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.font-color-global {
  color: #4f4e4e;
}

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

.placeholder-color {
  color: #959494
}

body {
  padding-right: 0px !important
}

.nos-custom-alert {
  width: 520px !important;
}

@media (min-width: 992px) {
  .custom-class-modal-nos .modal-lg {
    max-width: 1100px;
  }
}

body>.skiptranslate {
  display: none;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 0px;
  white-space: nowrap;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}


/* .Select-input option:nth-child(2) {
  display: none;
} */

.goog-tooltip {
  display: none !important;
}



.sticky-col {
  position: sticky;
  background-color: white;
  z-index: 1;
}

.first-col-sticky {
  left: 0px;
  padding: 4px;
}

.m--font-info {
  color: #ef7e22 !important;
}

.btn-info {
  color: #fff;
  background-color: #ef7e22;
  border-color: #ef7e22;
}

.btn-outline {
  color: #ef7e22;
  background-color: white;
  border-color: #ef7e22;
}

.btn-info:hover {
  color: #fff;
  background-color: #f76f00;
  border-color: #f57811;
}


.btn-info:disabled {
  color: #fff;
  background-color: #ef7e22;
  border-color: #ef7e22;
}

.btn-login {
  padding: 10px 30px;
  font-family: var(#ef7e22);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border-radius: 10px;
}

.btn.m-btn--pill {
  border-radius: 10px;
  padding: 10px 30px;
  font-family: var(#ef7e22);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.btn-success {
  background-color: #402cb0;
  /* padding: 10px 30px; */
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: white;
  border: 0;
  border-radius: 10px;
}

.btn-next {
  background-color: #402cb0;
  /* padding: 10px 30px; */
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: white;
  border: 0;
  border-radius: 10px;
  height: auto;
}



.btn-success:hover {
  background-color: #402cb0 !important;
}


.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:hover {
  border-color: #ef7e22;
  background: #ef7e22;
  color: #ffffff;
}


.apply-filter-btn {
  background-color: #ef7e22;
  padding: 10px 18px;
  font-size: 14px;
  height: 37px;
}

.apply-filter-btn:focus {
  background-color: #ef7e22;
}

.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
  background-color: #E6EAF7 !important;
}
.m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item:hover {
  background-color: #E6EAF7 !important;
  color: #ef7e22 !important;
}
.card-p {
  background-color: #E6EAF7 !important;
}
.header-item {
  color: #333333 !important;
}
.card {
  background-color: #E6EAF7;
}
.card:hover {
  color: #ef7e22 !important;
  background-color: #E6EAF7 !important;
}
.sub-title {
  color: #0000008f !important
}
/* 
.m-widget17 .m-widget17__stats .m-widget17__items {
  display: inline-block;
  padding: 0 0.35rem;
}
.m-widget17 .m-widget17__stats {
  display: inline;
} */


  
  .table thead {
    background: #E6EAF7 !important;
  }

  .m-widget17 .m-widget17__stats .m-widget17__items:hover .m-widget17__item:hover .m-widget17__subtitle {
    color: #ef7e22 !important;
}
  .m-widget17__subtitle:hover {
    color: #ef7e22 !important;
  }

  .m-widget17 .m-widget17__stats {
    width: 100% !important;
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
  color: #3d32ac;
}


/* NEW HEADER FOR PM VISHWAKARMA */

form .field-validation-error {
    color: red;
    font-size: 14px;
}

input[type="password"] {
    font-size: 16px !important;
}

:focus, .form-control:focus, input:focus {
    outline: none !important;
    box-shadow: none;
}

button, button:hover, a, a:focus, a:active, a:hover {
    cursor: pointer;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0px;
}

a, a:hover {
    text-decoration: none;
}

.mr0 {
    margin: 0px;
}

.mr10 {
    margin: 10px;
}

.mr20 {
    margin: 20px;
}

.mr30 {
    margin: 30px;
}

.mr40 {
    margin: 40px;
}

.mr50 {
    margin: 50px;
}

.mr60 {
    margin: 60px;
}

.mr70 {
    margin: 70px;
}

.mr80 {
    margin: 80px;
}

.mr90 {
    margin: 90px;
}

.mr100 {
    margin: 100px;
}

.mr-t0 {
    margin-top: 0px;
}

.mr-t10 {
    margin-top: 10px;
}

.mr-t20 {
    margin-top: 20px;
}

.mr-t30 {
    margin-top: 30px;
}

.mr-t40 {
    margin-top: 40px;
}

.mr-t50 {
    margin-top: 50px;
}

.mr-t60 {
    margin-top: 60px;
}

.mr-t70 {
    margin-top: 70px;
}

.mr-t80 {
    margin-top: 80px;
}

.mr-t90 {
    margin-top: 90px;
}

.mr-t100 {
    margin-top: 100px;
}

.mr-r0 {
    margin-right: 0px;
}

.mr-r10 {
    margin-right: 10px;
}

.mr-r20 {
    margin-right: 20px;
}

.mr-r30 {
    margin-right: 30px;
}

.mr-r40 {
    margin-right: 40px;
}

.mr-r50 {
    margin-right: 50px;
}

.mr-r60 {
    margin-right: 60px;
}

.mr-r70 {
    margin-right: 70px;
}

.mr-r80 {
    margin-right: 80px;
}

.mr-r90 {
    margin-right: 90px;
}

.mr-r100 {
    margin-right: 100px;
}

.mr-b0 {
    margin-bottom: 0px;
}

.mr-b10 {
    margin-bottom: 10px;
}

.mr-b20 {
    margin-bottom: 20px;
}

.mr-b30 {
    margin-bottom: 30px;
}

.mr-b40 {
    margin-bottom: 40px;
}

.mr-b50 {
    margin-bottom: 50px;
}

.mr-b60 {
    margin-bottom: 60px;
}

.mr-b70 {
    margin-bottom: 70px;
}

.mr-b80 {
    margin-bottom: 80px;
}

.mr-b90 {
    margin-bottom: 90px;
}

.mr-b100 {
    margin-bottom: 100px;
}

.mr-l0 {
    margin-left: 0px;
}

.mr-l10 {
    margin-left: 10px;
}

.mr-l20 {
    margin-left: 20px;
}

.mr-l30 {
    margin-left: 30px;
}

.mr-l40 {
    margin-left: 40px;
}

.mr-l50 {
    margin-left: 50px;
}

.mr-l60 {
    margin-left: 60px;
}

.mr-l70 {
    margin-left: 70px;
}

.mr-l80 {
    margin-left: 80px;
}

.mr-l90 {
    margin-left: 90px;
}

.mr-l100 {
    margin-left: 100px;
}

.pd0 {
    padding: 0px;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pd60 {
    padding: 60px;
}

.pd70 {
    padding: 70px;
}

.pd80 {
    padding: 80px;
}

.pd90 {
    padding: 90px;
}

.pd100 {
    padding: 100px;
}

.pd-t0 {
    padding-top: 0px;
}

.pd-t5 {
    padding-top: 5px;
}

.pd-t10 {
    padding-top: 10px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-t30 {
    padding-top: 30px;
}

.pd-t40 {
    padding-top: 40px;
}

.pd-t50 {
    padding-top: 50px;
}

.pd-t60 {
    padding-top: 60px;
}

.pd-t70 {
    padding-top: 70px;
}

.pd-t80 {
    padding-top: 80px;
}

.pd-t90 {
    padding-top: 90px;
}

.pd-t100 {
    padding-top: 100px;
}

.pd-r0 {
    padding-right: 0px;
}

.pd-r10 {
    padding-right: 10px;
}

.pd-r20 {
    padding-right: 20px;
}

.pd-r30 {
    padding-right: 30px;
}

.pd-r40 {
    padding-right: 40px;
}

.pd-r50 {
    padding-right: 50px;
}

.pd-r60 {
    padding-right: 60px;
}

.pd-r70 {
    padding-right: 70px;
}

.pd-r80 {
    padding-right: 80px;
}

.pd-r90 {
    padding-right: 90px;
}

.pd-r100 {
    padding-right: 100px;
}

.pd-r170 {
    padding-right: 170px;
}

.pd-b0 {
    padding-bottom: 0px;
}

.pd-b10 {
    padding-bottom: 10px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.pd-b30 {
    padding-bottom: 30px;
}

.pd-b40 {
    padding-bottom: 40px;
}

.pd-b50 {
    padding-bottom: 50px;
}

.pd-b60 {
    padding-bottom: 60px;
}

.pd-b70 {
    padding-bottom: 70px;
}

.pd-b80 {
    padding-bottom: 80px;
}

.pd-b90 {
    padding-bottom: 90px;
}

.pd-b100 {
    padding-bottom: 100px;
}

.pd-l0 {
    padding-left: 0px;
}

.pd-l10 {
    padding-left: 10px;
}

.pd-l20 {
    padding-left: 20px;
}

.pd-l30 {
    padding-left: 30px;
}

.pd-l40 {
    padding-left: 40px;
}

.pd-l50 {
    padding-left: 50px;
}

.pd-l60 {
    padding-left: 60px;
}

.pd-l70 {
    padding-left: 70px;
}

.pd-l80 {
    padding-left: 80px;
}

.pd-l90 {
    padding-left: 90px;
}

.pd-l100 {
    padding-left: 100px;
}


.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.dark-gray {
    color: #323D54;
}

.white-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}

/* ========================== Header CSS ========================== */
.head-wrap {
    background-color: #ffffff;
    padding: 5px 0px;
}

.nav-r-logo {
    display: flex;
    align-items: center;
}

.a-logo {
    margin: 0px 15px;
}

.main-head ul li a {
    font-size: 14px;
    color: #000000;
    font-family: Poppins-Medium;
    padding: 0px 15px;
}

.main-head ul li a.dropdown-toggle {
    color: #236B9B;
    font-family: Poppins-SemiBold;
    display: flex;
    align-items: center;
}

.main-head ul li a.dropdown-toggle::after {
    border: 0px;
    background: url('d-arrow.svg') no-repeat center;
    width: 10px;
    height: 11px;
    background-size: contain;
    /* margin: 0px; */
}


.main-body-wrap {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.m-body-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-image: url('15.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.f-container {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    box-sizing: border-box;
}

.f-box {
    max-width: 100%;
    width: 100%;
}


.b-top-t h3 {
    font-size: 30px;
    color: #000;
    font-family: Poppins-Medium;
    margin-bottom: 10px;
}

.b-top-t p {
    color: #525252;
    font-size: 14px;
    font-family: Poppins-Regular;
}

.otp-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.otp-group input {
    flex: auto;
    width: 100%;
    margin: 3px;
    text-align: center;
}

.cus-input {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    font-size: 16px;
    color: #323D54;
    font-family: Poppins-Regular;
    padding: 5px 15px;
}

.h50 {
    height: 50px;
}

.otp-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-time {
    margin-top: 15px;
}

.t-block h5 {
    margin-bottom: 0px;
    font-size: 12px;
    color: #202020;
    font-family: Poppins-Regular;
    display: flex;
    align-items: center;
}

.otp-time h4>button {
    font-size: 12px;
    font-family: Poppins-Bold;
    color: rgba(55, 144, 204, 0.50);
    padding: 0px;
    border: 0px;
    background: transparent;
}

.f-back-btn {
    width: 100%;
    max-width: 63px;
}

.br8 {
    border-radius: 8px;
}

.blue-btn {
    background: #3790CC;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    border: 1px solid #3790CC;
    font-size: 16px;
}

.blue-border-btn {
    background: transparent;
    font-family: Poppins-SemiBold;
    color: #3790CC;
    border: 1px solid #3790CC;
    font-size: 16px;
}

.flag-icon {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px 10px;
    margin-right: 20px;
    width: 62px;
    text-align: center;
}

.mr-t15 {
    margin-top: 15px;
}

.footer-wrap {
    background: #3790CC;
    padding: 13px;
    text-align: center;
}

.footer-wrap .container {
    position: relative;
}

.footer-wrap p {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #FFFFFF;
}

.s-link {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.s-link a {
    display: flex;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0px 2px;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: 0px 5px;
    background: #3790cc;
    line-height: 0;
}

.navbar-toggler svg {
    width: 24px;
}






.pass-inputs-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pss-in-row {
    max-width: 228px;
    width: 100%;
}

.otp-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.v-pss-btn button {
    background: #F8F8F8;
    border-radius: 50%;
    width: 34px;
    flex: 1 34px;
    height: 34px;
    border: 0px;
    padding: 0px;
    line-height: 0;
}

.img-w-input {
    position: relative;
}

.adhar-icon {
    border-right: 0px;
    border-radius: 50%;
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 35%;
    transform: translateY(-50%);
}

.img-w-input input {
    padding-right: 57px;
}

.cus-check label {
    color: #323D54;
    font-size: 10px;
    letter-spacing: 0.026px;
    font-family: Poppins-Regular;
    display: flex;
}

.cus-check label input {
    display: none;
}

.cus-check label input~span {
    display: block;
    width: 100%;
    height: 20px;
    flex: auto;
    max-width: 20px;
    border: 1px solid #2D3079;
    border-radius: 3px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}

.cus-check label input:checked~span {
    background-color: #2D3079;
}

.cus-check label input:checked~span::after {
    content: "L";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(-1) rotate(-45deg);
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 16px;
    margin-top: -1px;
}

.s-gif {
    margin-top: -43px;
}

.s-gif img {
    max-width: 97px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.s-com-details {
    border-radius: 8px;
    background: #E8E8E8;
    padding: 10px 15px;
    margin-top: 25px;
}

.s-com-details h5 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #525252;
    margin-bottom: 5px;
}

.s-com-details h4 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #000000;
}

.d-logo img {
    width: 102px;
}

.a-logo img {
    width: 97px;
}

.m-logo img {
    width: 290px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .main-head ul li a {
        font-size: 11px;
    }

    .flag-icon,
    .flag-icon2 {
        margin-right: 10px !important;
    }

}

@media (max-width: 991px) {
    .head-wrap {
        padding: 0px;
    }

    .nav-r-logo .d-logo img,
    .a-logo img {
        width: 7vw;
    }

    .m-logo img {
        width: 19vw;
    }

    .nav-container .container-fluid {
        padding: 0px;
    }

    .f-container {
        padding: 20px 15px;
    }

    .f-box h3 {
        font-size: 23px;
    }

    .flag-icon,
    .flag-icon2 {
        margin-right: 10px !important;
        width: 75px;
        text-align: center;
    }

    .r-btn-btm {
        margin-top: 30px;
    }

    .blue-btn,
    .blue-border-btn {
        font-size: 14px;
    }



    .main-head .navbar-nav {
        padding: 9px 0px;
        border-top: 1px solid #e5e5e5;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        margin: 5px 0px;
    }

    .main-head {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #ffffff;
    }
}

@media (max-width: 767px) {

    .nav-r-logo .d-logo img,
    .a-logo img {
        width: 50px;
    }

    .m-logo img {
        width: 110px;
    }

    .s-link {
        position: static;
        transform: translateY(0);
        justify-content: center;
        margin-top: 15px;
    }
}


/* ===================== Profile Page =================== */
.profile-body {
    background: #84E6FF;
}

.head-top {
    padding: 10px 37px;
}

.head2 {
    padding: 0px 30px 30px;
    /*
    position: fixed;*/
    background: #84E6FF;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.z-btns button {
    width: 28px;
    height: 28px;
    background: #3790CC;
    border: 0px;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    font-family: Poppins-SemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
}

.head-bottom {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.60);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    padding: 10px 37px;
}

.pro-con {
    padding-left: 10px;
}

.pro-con h5 {
    font-size: 12px;
    color: #1C1C14;
    font-family: Poppins-Bold;
}

.pro-con h4 {
    font-size: 12px;
    color: #125D19;
    font-family: Poppins-Bold;
}


/* ***************************************** */
.main-body-wrap .side-links {
    /* display: flex; */
    position: fixed;
    top: 165px;
    left: 70px;
    max-width: 500px;
}

.personal-details-links ul {
    padding: 0px;
    margin: 0px;
    z-index: 999;
    background: #84e6ff;
}

.main-body-wrap .side-links .personal-details-links li {
    list-style: none;
    margin-bottom: 15px;
    line-height: normal;
}

.main-body-wrap .side-links .personal-details-links li a {
    color: #4A5568;
    font-size: 14px;
    font-family: Poppins-Regular;
}

.personal-details-sec {
    margin: 50px 40px 0 0;
    background-color: #fff;
    padding: 30px 28px;
    width: 100%;
}

.routing-body-wrap {
    padding: 120px 30px 30px 31px;
}

.personal-details-container {
    background: #ffffff;
    padding: 20px 30px;
    margin-top: 30px;
}

.input-title {
    font-size: 16px;
    color: #525252;
    font-family: Poppins-SemiBold;
    display: block;
}

.form-card h3 {
    font-size: 32px;
    color: #000;
    font-family: Poppins-Medium;
    margin-bottom: 42px;
}

.form-card h3 small {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.cus-input2 {
    border-radius: 8px;
    border: 1px solid rgb(82, 82, 82, 0.50);
    font-size: 14px;
    color: #000000;
    font-family: Poppins-Regular;
    padding: 5px 15px;
}

select {
    appearance: none;
    background: url('s-drop-icon.svg') no-repeat 96% 50%;
}

input:disabled {
    background: rgba(82, 82, 82, 0.10);
}

.left-icon-inp {
    position: relative;
}

.i-l-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.left-icon-inp input {
    padding-left: 50px;
}

.group-input {
    margin-bottom: 30px;
}

.cus-r-box label {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #525252;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cus-r-box label input {
    display: none;
}

.cus-r-box label input~span {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #000000;
    position: relative;
    margin-right: 15px;
}

.cus-r-box label input:checked~span {
    border: 2px solid #3790CC;
}

.cus-r-box label input:checked~span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #3790CC;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-con h5 {
    font-size: 14px;
    color: #525252;
    font-family: Poppins-Bold;
}

.d-con p {
    font-size: 14px;
    color: #323D54;
}

.profile-btn {
    background: transparent;
    border: 0px;
    color: #236B9B;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Poppins-SemiBold;
}

.w-drop {
    display: flex;
    align-items: center;
}

.w-drop.dropdown-toggle::after {
    border: 0px;
    background: url('w-d-arrow.svg') no-repeat center;
    width: 10px;
    height: 10px;
    background-size: contain;
    /* display: inline-flex;
    align-items: center; */
    margin: 0px;
    line-height: 0px;
    margin-left: 10px;
}


.btn-check:focus+.btn-secondary, .btn-secondary:focus, .btn-secondary:hover,
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #236B9B;
    box-shadow: none;
}

.poppins-regular {
    font-family: Poppins-Regular;
}

.text-black {
    color: #000;
}

.b-link {
    color: #3A7BDC;
    font-size: 12px;
    font-family: Poppins-Regular;
    text-decoration: underline;
}

.select2-container--default .select2-selection--multiple {
    min-height: 50px;
    padding: 0px;
    box-sizing: border-box;
}

input.select2-search__field {
    padding: 0px 10px;
}

input.select2-search__field::-webkit-input-placeholder {
    color: #000000;
}

input.select2-search__field::-moz-placeholder {
    color: #000000;
}

input.select2-search__field:-ms-input-placeholder {
    color: #000000;
}

input.select2-search__field:-moz-placeholder {
    color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 34px;
    border-radius: 50px;
    font-size: 10px;
    background: #3790CC;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0px 15px;
    flex-direction: row-reverse;
    border: 0px;
}

.select2-selection__choice__remove {
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-top: -3px;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0px 11px;
}

.select2-container {
    width: auto !important;
    min-width: 250px;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .nav-container .container-fluid {
        padding: 0px;
    }

    .m-logo img {
        width: 190px;
    }

    .a-logo img {
        width: 64px;
    }

    .d-logo img {
        width: 84px;
    }

    .main-head ul li a {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .routing-body-wrap {
        padding: 134px 30px 30px 174px;
    }

    .nav-container .container-fluid {
        padding: 0px;
    }

    .personal-details-container {
        padding: 130px 15px 30px;
    }

    .form-card h3 {
        font-size: 18px;
    }


    .cus-r-box label {
        margin-bottom: 15px;
    }

    .s-btn {
        margin-top: 20px;
        text-align: center !important;
    }

    .input-title {
        font-size: 14px;
    }

    .main-body-wrap .side-links {
        top: 155px;
        left: 37px;
        max-width: 135px;
    }

    .main-body-wrap .side-links .personal-details-links li {
        margin-bottom: 4px;
    }

    .main-body-wrap .side-links .personal-details-links li a {
        font-size: 11px;
    }

    .personal-details-links ul {
        max-height: 345px;
    }
}

@media (max-width: 768px) {
    .main-body-wrap .side-links {
        /* position: static; */
        left: 0px;
        top: 117px;
        width: 100%;
        padding: 0px 15px;
        background-color: #84e6ff;
        z-index: 999;
        max-width: 100%;
    }

    .routing-body-wrap {
        padding: 0px;
    }

    .head2 {
        padding: 0px 15px 10px;
    }

    .head-top {
        padding: 10px 0px;
    }

    .d-logo img {
        width: 62px;
    }

    .head-bottom {
        padding: 10px;
    }

    .b-l-block img {
        width: 142px;
    }

    .pro-con {
        display: none;
    }

    .z-btns button {
        font-size: 8px;
        width: 20px;
        height: 20px;
        margin: 0px 2px;
    }

    .profile-btn {
        font-size: 12px;
    }

    .personal-details-container {
        padding: 140px 15px 30px;
    }

    .form-card h3 {
        font-size: 18px;
    }


    .cus-r-box label {
        margin-bottom: 15px;
    }

    .s-btn {
        margin-top: 20px;
        text-align: center !important;
    }

    .input-title {
        font-size: 14px;
    }

    .personal-details-links ul {
        display: flex;
        align-items: center;
        column-gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .personal-details-links ul li {
        scroll-snap-align: center;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .cus-input2 {
        width: 100%;
    }

    .xs-mrl0 {
        margin-left: 0px;
    }
}





/* Landing page css  */
.home-menu-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.h-m-top {
    display: flex;
    justify-content: space-between;
    margin: 2px 0px;
}

.f-logo img {
    width: 173px;
}

.s-logo img {
    width: 100px;
}

.lang-drop .profile-btn {
    color: #ffffff;
}

.h-m-bottom {
    background: rgba(255, 255, 255, 0.60);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    padding: 10px 15px 10px 30px;
    border-radius: 8px;
}

.b-menu .navbar-nav .nav-link {
    font-size: 16px;
    color: #000000;
    font-family: Poppins-Medium;
    padding: 0px 10px;
}

.b-menu .navbar-nav .nav-link.login-link {
    color: #3790CC;
    text-transform: uppercase;
}

.c-arrow {
    display: flex;
    align-items: center;
}

.c-arrow.dropdown-toggle::after {
    border: 0px;
    background: url('c-d-arrow.svg') no-repeat center;
    width: 10px;
    height: 10px;
    background-size: contain;
    margin: 0px;
    line-height: 0px;
    margin-left: 10px;
}

.b-menu .navbar-nav .r-btn .nav-link {
    color: #ffffff;
    padding: 8px 14px;
    box-sizing: border-box;
    background: #3790CC;
    border-radius: 8px;
    border: 1px solid #ffffff;
    margin: 0px 30px;
}

.b-menu .navbar {
    padding: 0px;
}

.b-menu .navbar-nav {
    align-items: center;
}

.h-m-bottom {
    align-items: center;
}

.b-menu .container-fluid {
    padding: 0px;
}

.drop-box .dropdown-menu {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.drop-box .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000000;
    font-family: Poppins-Regular;
    padding: 6px 2px;
}

.banner-wrap {
    /* min-height: 740px; */
    /* background: url('../src/assets/images/vs/landing/banner.jpg') no-repeat center; */
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
}

.banner-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.banner-slide .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrap .container {
    position: relative;
    z-index: 6;
}

.carousel, .carousel-inner, .carousel-item {
    height: 100%;
}

.close {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}


@media (min-width: 1200px) {
    .banner-wrap {
        /* min-height: calc(100vh - 38px); */
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 30px;
    }
}

.msg {
    background-color: aliceblue;
    font-family: Poppins-Regular;
    color: #000000;
    border: 0px;
}

.banner-content h1 {
    font-size: 70px;
    color: #FFF;
    font-family: Poppins-Medium;
    line-height: 80px;
}

.banner-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins-Regular;
    color: #FFFFFF;
    margin: 20px 0px 60px;
}

.scheme-wrap {
    background: rgb(254, 198, 1);
    background: linear-gradient(to right, rgba(254, 198, 1, 1) 38%, rgba(227, 227, 227, 1) 38%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec601', endColorstr='#e3e3e3', GradientType=1);
    position: relative;
    z-index: 9;
}

.m-n-block {
    display: flex;
    align-items: center;
}

.m-n-block h3 {
    font-size: 16px;
    color: #303030;
    font-family: Poppins-Bold;
    display: flex;
    align-items: center;
    margin: 0px;
    padding-right: 15px;
}

.m-n-block h3 svg {
    margin-left: 15px;
}

.m-text a {
    font-size: 14px;
    color: #000000;
    font-family: Poppins-Regular;
}

.m-text {
    display: flex;
    background: #E3E3E3;
    padding: 8px 30px;
    width: 100%;
}

marquee p {
    font-size: 14px;
    color: #000000;
    font-family: Poppins-Regular;
    margin: 0px 20px;
}


.dm-wrap {
    padding: 80px 0px 100px;
}

.dm-title h3 {
    font-size: 40px;
    color: #3A3B3C;
    font-family: Poppins-Medium;
    line-height: 50px;
}

.dm-card {
    max-width: 258px;
    width: 100%;
    border-radius: 10px;
    background: #F3F7FA;
    padding: 20px 20px 0px;
    box-sizing: border-box;
    min-height: 212px;
    margin-bottom: 30px;
}

.d-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-card h4 {
    font-size: 28px;
    color: #000000;
    font-family: Poppins-Bold;
    margin: 40px 0px 0px;
}

.dm-card span {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #525252;
    line-height: 22px;
}

.dm-orange-card {
    border: 1px solid #FF9934;
}

.dm-orange-card .d-icon {
    background: rgba(255, 153, 52, 0.30);
}

.dm-sb-card {
    border: 1px solid #43C5E7;
}

.dm-sb-card .d-icon {
    background: rgba(67, 197, 231, 0.30);
}

.dm-dsb-card {
    border: 1px solid #3790CC;
}

.dm-dsb-card .d-icon {
    background: rgba(55, 144, 204, 0.30);
    ;
}


.scheme-b-wrap {
    padding: 140px 0px 90px;
    background: url('sb-bg.jpg') no-repeat bottom center;
    background-size: contain;
    position: relative;
}

.scheme-b-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(70px);
            backdrop-filter: blur(70px);
}

.scheme-b-wrap .container {
    position: relative;
    z-index: 2;
}

.s-title h3 {
    font-size: 40px;
    line-height: 32px;
    color: #3A3B3C;
    font-family: Poppins-Bold;
    line-height: 48px;
}

.s-title p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 15px;
    font-family: Poppins-Regular;
}

.sb-card {
    background: #ffffff;
    padding: 20px;
    -webkit-backdrop-filter: blur(11px);
            backdrop-filter: blur(11px);
    border-radius: 8px;
    max-width: 245px;
    width: 100%;
    min-height: 245px;
}

.sb-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-card h4 {
    font-size: 16px;
    color: #303030;
    font-family: Poppins-Bold;
    min-height: 38px;
    margin: 25px 0px 16px;
}

.sb-card p {
    font-size: 12px;
    color: #000000;
    font-family: Poppins-Regular;
}

.orange-bg {
    background: #FF9934;
}

.sb-bg {
    background: #84E6FF;
}

.dsb-bg {
    background: #3790CC;
}

.light-bg {
    background: #BBD8EC;
}


.pmv-about-wrap {
    padding: 120px 0px;
}

.pmv-card {
    text-align: center;
    transition: all 0.3s linear 0s;
}

.pmv-card .pmv-icon {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background: #DBF8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 35px;
    transition: all 0.3s linear 0s;
}

.pmv-card:hover .pmv-icon {
    box-shadow: 6px 6px 0px #387AA7;
    transition: all 0.3s linear 0s;
}

.pmv-card h4 {
    font-size: 16px;
    color: #000;
    font-family: Poppins-SemiBold;
}

.pmv-card p {
    font-size: 14px;
    color: #606060;
    font-family: Poppins-Regular;
    line-height: normal;
    margin: 20px 0px 10px;
    min-height: 41px;
}

.pmv-card a {
    font-size: 16px;
    color: #3790CC;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

.partners-wrap {
    padding: 70px 0px 150px;
    position: relative;
    overflow: hidden;
}

.partners-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 182, 240, 0.00) 2.08%, rgba(0, 182, 240, 0.70) 55.73%, rgba(0, 182, 240, 0.00) 100%);
    -webkit-backdrop-filter: blur(70px);
            backdrop-filter: blur(70px);
    opacity: 0.10000000149011612;
}

.faq-wrap {
    padding: 100px 0px;
    background: url('faq-bg.png') no-repeat center;
    background-size: contain;
    position: relative;
}

.faq-wrap .container {
    position: relative;
    z-index: 2;
}

.faq-wrap::before {
    background: rgba(220, 248, 255, 0.85);
    -webkit-backdrop-filter: blur(70px);
            backdrop-filter: blur(70px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.faq-con p,
.faq-con ul li {
    font-size: 16px;
    color: #666666;
    font-family: Poppins-Regular;
}

.faq-con ul {
    padding-left: 15px;
}

.faq-con ul li {
    list-style-type: lower-roman;
}

.accordion-button {
    font-size: 24px;
    color: #000000;
    font-family: Poppins-Regular;
    line-height: 32px;
    background: transparent;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}

.accordion-item,
.accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-item {
    border: 1px solid #FFFFFF;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url('acc-icon.png');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('acc-icon.png');
}

.t-footer {
    background: #ffffff;
    padding: 50px 0px 20px;
}

.foot-con h5 {
    font-size: 14px;
    color: #3A3B3B;
    font-family: Poppins-Bold;
    margin-bottom: 10px;
}

.foot-con ul {
    margin: 0px;
    padding: 0px;
}

.foot-con ul li {
    list-style-type: none;
}

.foot-con ul li a,
.foot-con p {
    font-size: 12px;
    color: #3A3B3B;
    font-family: Poppins-Regular;
}

.soc-foot {
    border-top: 1px solid rgba(43, 41, 45, 0.10);
    margin-top: 35px;
    padding-top: 15px;
}

.doc-link a {
    font-size: 12px;
    color: #3A3B3B;
    font-family: Poppins-Regular;
    margin-right: 24px;
}

.soc-links a {
    margin-left: 30px;
}

.h-btm-foot {
    background: #3790CC;
    padding: 13px 15px;
    border-top: 7px solid #FF9934;
}

.h-btm-foot p {
    font-size: 14px;
    color: #ffffff;
    font-family: Poppins-Regular;
}

.partners-wrap .container {
    position: relative;
    z-index: 2;
}

.par-logo-row {
    max-width: 944px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(165px, 165px, 165px, 165px, 1fr);
}

.p-logo {
    max-width: 165px;
    background-color: #ffffff;
    box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.20);
    border-radius: 16px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.p-logo img {
    max-width: 140px;
    max-height: 40px;
    object-fit: contain;
}

@media (min-width: 300px) {
    .par-logo-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .par-logo-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 900px) {
    .par-logo-row {
        grid-template-columns: repeat(5, 1fr);
    }
}

.navbar-toggler {
    display: none;
}


@media (min-width: 991px) and (max-width: 1199px) {
    .b-menu .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0px 8px;
    }

    .h-m-bottom {
        padding: 10px;
    }

    .b-menu .navbar-nav .r-btn .nav-link {
        margin: 0px 10px;
    }

    .banner-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-img img {
        width: 100%;
        max-width: 500px;
    }

    .banner-wrap {
        min-height: 560px;
    }

    .banner-content p {
        font-size: 15px;
        margin: 20px 0px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-wrap {
        min-height: auto;
        padding-top: 210px;
    }

    .banner-img img {
        width: 240px;
    }

    .banner-content p {
        margin: 20px 0px 40px;
    }

    .navbar-toggler {
        margin-left: auto;
        background: transparent;
        padding: 0px;
    }

    .f-logo img {
        width: 140px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .t-footer {
        padding: 20px 0px;
    }

    /* .f-logo{
        margin-bottom: 20px;
    } */



    .f-logo img {
        width: 115px;
        margin-bottom: 30px;
    }

    .s-logo img {
        width: 54px;
    }

    .banner-wrap {
        min-height: auto;
        position: relative;
        padding: 150px 0px 0px;
    }

    .h-m-bottom {
        padding: 10px;
    }

    .b-menu {
        position: absolute;
        background: #ffffff;
        top: 0px;
        width: 100%;
        left: 0;
        /* padding: 10px; */
        border-radius: 10px;
    }

    .b-menu .navbar-collapse {
        padding: 10px;
    }

    .b-menu .navbar-nav {
        align-items: self-start;
    }

    .b-menu .navbar-nav .r-btn .nav-link {
        margin: 0px;
    }

    .b-menu .navbar-nav .r-btn .nav-link {
        background: transparent;
        border: 0px;
        color: #000000;
    }

    .m-n-block h5 {
        font-size: 11px;
    }

    .m-n-block h5 svg {
        margin-left: 5px;
        width: 16px;
    }

    marquee p {
        font-size: 10px;
    }

    .s-title {
        text-align: center;
    }
}


/* ***************************RESPON************************ */
@media (max-width: 991px) {
    .navbar-toggler {
        margin-left: auto;
        background: transparent;
        padding: 0px;
    }

    .r-logos {
        width: 100%;
    }

    .navbar-toggler {
        display: block;
    }

    /* .home-menu-wrap {
        display: none;
    } */

    .banner-content h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .banner-content p {
        font-size: 12px;
        line-height: 1.5;
        margin: 10px 0px 10px;
    }

    .banner-content {
        padding: 0 0px 20px;
    }

    /* .banner-content {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        width: 100%;
    } */

    .t-m-right-block {
        display: none;
    }

    .banner-img {
        display: flex;
        justify-content: end;
    }



    .dm-title h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .dm-title h3 br {
        display: none;
    }

    .dm-wrap {
        padding: 60px 0px 60px;
    }

    .dm-card h4 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .dm-card span {
        font-size: 11px;
        /* line-height: 1; */
        display: block;
        line-height: 20px;
    }

    .d-icon {
        margin: auto;
        text-align: center;
    }


    .s-title h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    .pmv-card .pmv-icon {
        max-width: 100px;
        height: 100px;
    }

    .pmv-icon svg {
        width: 48px;
        height: 48px;
    }

    .pmv-card {
        display: flex;
        margin-bottom: 60px;
    }

    .dm-card {
        text-align: center;
    }

    .pmv-icon-wrp {
        text-align: left;
        padding-left: 30px;
    }

    .pmv-about-wrap {
        padding: 60px 0 0;
    }

    .partners-wrap {
        padding: 50px 0 75px;
    }

    .sb-icon {
        margin: auto;
    }

    .sb-card {
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }

    .p-logo img {
        max-width: 90px;
        max-height: 40px;
        object-fit: contain;
    }

    .p-logo {
        height: 90px;
        border-radius: 8px;
        margin-bottom: 0px;
    }

    .partners-wrap {
        padding: 50px 0px;
    }

    .s-title h3 {
        margin-bottom: 20px;
    }

    .s-title p br {
        display: none;
    }

    .faq-wrap {
        padding: 50px 0px;
    }


    .s-title a {
        margin-top: 20px;
    }

    .accordion-button {
        font-size: 14px;
        line-height: 22px;
    }

    .s-title {
        margin-bottom: 30px;
    }

    .soc-foot {
        flex-direction: column !important;
    }

    .doc-link a {
        margin: 0px 5px;
        font-size: 11px;
    }

    .soc-links {
        margin-top: 15px;
    }

    .soc-links a {
        margin: 0px 5px;
    }

    .t-m-right-block {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .pmv-card {
        flex-direction: column;
        text-align: center;
    }

    .pmv-icon-wrp {
        padding: 0px;
        text-align: center;
    }

    .banner-img img {
        width: 166px;
    }
}

@media (max-width: 576px) {
    .banner-content a {
        position: absolute;
        bottom: 60px;
    }

    .scheme-b-wrap {
        padding: 0px 0px 0px;
        background: url('sb-bg.jpg') no-repeat center;
    }

    .banner-img img {
        width: 216px;
        display: block;
        margin: 0 auto;
    }

    .m-text {
        padding: 8px 12px;
    }

    .m-text a {
        font-size: 10px;
    }

    .f-logo img {
        width: 140px;
        margin-bottom: 30px;
    }

}

.s-modal-body .s-gif {
    margin-top: 0px;
}



/* faq css  */
.sub-head {
    position: static;
    background: rgba(220, 248, 255, 0.85);
    padding-bottom: 15px;
}

.faq-d-wrap {
    padding: 50px 0px;
    background: rgba(220, 248, 255, 0.85);
}

.tc-wrap {
    padding: 30px 0px;
    background: rgba(220, 248, 255, 0.85);
}

.st-con p {
    font-size: 14px;
    color: #000000;
    font-family: Poppins-Regular;
    margin-bottom: 30px;
    text-align: justify;
}

.amc-col {
    background: #F4FDFF;
    width: 100%;
    max-width: 360px;
    flex: 1 360px;
    padding: 30px 10px;
}

.abm-con {
    flex: 1;
    padding: 60px;
}

.abm-con p,
.abm-con ul li {
    font-size: 14px;
    color: #000;
    font-family: Poppins-Regular;
    line-height: 28px;
}

.amc-col .pmv-card {
    margin-bottom: 0px;
}

.m-list {
    list-style-type: lower-alpha;
}

@media (min-width: 1199px) {
    .modal-dialog.dialog1140 {
        max-width: 1140px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 1199px) {
    .modal-dialog.dialog1140 {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .amc-col .pmv-card {
        flex-direction: column;
    }
}



@media (max-width: 768px) {
    .amc-row {
        flex-direction: column;
    }

    .amc-col {
        flex: auto;
        padding: 20px;
        max-width: 100%;
    }

    .abm-con {
        padding: 15px;
    }

    .amc-col .pmv-card {
        margin-bottom: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.trade-table table {
    width: 100%;
    border: 1px solid #000;
}

.trade-table table tr td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000 !important;
    padding: 5px;
    font-size: 12px;
    color: #000;
    font-family: Poppins-Regular;
}

.trade-table table tr td:first-child {
    width: 80px;
    text-align: right;
    padding-right: 20px;
}

.active-link {
    position: relative;
}

.active-link::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('arrow_right.png') no-repeat center;
    left: -30px;
    top: 2px;
    background-size: contain;
}

.main-body-wrap .side-links .personal-details-links li.active-link a {
    font-size: 16px;
    color: #000;
    font-family: Poppins-Bold;
}

.kno-card {
    height: auto;
    border-radius: 10px;
    border: 0.5px solid #43C5E7;
    background: #F3F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}




.kno-card h3 {
    font-size: 17px;
    color: #303030;
    font-family: Poppins-Bold;
    margin-top: 10px;
}




.kc-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.rout-container {
    padding-left: 237px;
}

.cus-form-group .cus-input {
    border: 2px solid #b9b9b9;
    /* Set the border color to a darker shade, for example, #b9b9b9 */
}

/*#region Wizards*/
.step-content .step-pane {
    display: none
}

.step-content .active:not(button) {
    display: block
}

.step-content .active .btn-group .active {
    display: inline-block
}

.leightbox img {
    width: 100% !important
}

.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.wizard.wizard-tabbed ul li {
    padding: 0 10px
}

.wizard.wizard-tabbed ul li .chevron {
    display: none
}

.wizard.wizard-tabbed ul li .chevron:before {
    display: none
}

.wizard.wizard-tabbed ul li.active {
    background: #EC813C;
    color: #fff
}

.wizard.wizard-wired {
    padding-top: 10px;
    display: block;
    text-align: center;
    box-shadow: none;
    border-bottom: 1px solid #eee
}

.wizard.wizard-wired ul {
    display: table;
    width: 100%;
    position: relative
}

.wizard.wizard-wired ul li {
    display: table-cell;
    text-align: center;
    width: 20%;
    padding: 0;
    margin: 0;
    transition: all 1s ease
}

.wizard.wizard-wired ul li .chevron {
    display: none
}

.wizard.wizard-wired ul li .chevron:before {
    display: none
}

.wizard.wizard-wired ul li.complete .step:before {
    font-size: 22px;
    line-height: 36px
}

.wizard.wizard-wired ul li .step {
    border-width: 2px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 15px;
    z-index: 2
}

.wizard.wizard-wired ul li .title {
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.wizard.wizard-wired ul li:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px !important;
    font-size: 0;
    overflow: hidden;
    position: relative !important;
    top: 25px;
    z-index: 1 !important
}

.wizard.wizard-wired ul li:first-child:before {
    max-width: 51%;
    left: 50%
}

.wizard.wizard-wired ul li:last-child:before {
    max-width: 50%;
    width: 50%
}

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

.wizard ul.previous-disabled li.complete {
    cursor: default
}

.wizard ul.previous-disabled li.complete:hover {
    cursor: default
}

.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f3f3
}

.wizard ul li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    line-height: 46px;
    position: relative;
    background: #1052A4;
    color: #fff;
    font-size: 14px;
    cursor: default;
    transition: all 218ms ease;
    text-align: center;
    font-weight: bolder
}

.wizard ul li .step {
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px
}

.wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1
}

.wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #f5f5f5;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    transition: all 218ms ease
}

.wizard ul li.complete:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden
}

.wizard ul li.complete:hover {
    cursor: pointer
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #eee
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f5f5f5
}

.wizard ul li.complete .step {
    color: transparent;
    border-color: #a0d468;
    background-color: #a0d468
}

.wizard ul li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    color: #fff;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 12px
}

.wizard ul li.active .step {
    color: #FF985E;
    background: #fff;
    border: 2px solid #FF985E
}

.wizard ul li.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #fff
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #fff
}

.wizard ul li .badge {
    margin-right: 8px
}

.wizard ul li:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 0;
    background-clip: padding-box;
    padding-left: 10px
}



/* Set the border color to a darker shade, for example, #b9b9b9 */


/* New Header  */
.n-top-head {
    background-color: #f25920;
    padding: 0px 20px;
    z-index: 10;
}

.l-link {
    display: flex;
    flex-direction: column;
    padding: 5px 0px;
}

.l-link a {
    font-size: 9px;
    color: #fff;
    font-family: Poppins-Regular;
    line-height: 11px;
}

.s-logo-l-block .l-link:first-child {
    border-right: 1px solid #eeeeee;
    padding-right: 8px;
    margin-right: 8px;
}

.s-lan-right-block ul li {
    list-style-type: none;
    position: relative;
    line-height: 30px;
    border-left: 1px solid #ffffff;
    margin-left: 8px;
    padding-left: 8px;
    /* line-height: 0; */
}

.s-lan-right-block ul li:last-child {
    margin-right: 0px;
}

.s-lan-right-block ul li a img {
    width: 20px;
    height: auto;
}

.s-lan-right-block ul li a {
    font-size: 10px;
    color: #fff;
    font-family: Poppins-Regular;
    /* line-height: 11px; */
}

.s-lan-right-block ul {
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.s-lan-right-block ul li a.t-icon {
    font-family: Poppins-Bold;
    color: #fff;
    font-size: 18px;
}

sub {
    bottom: 0em;
}

.m-nav {
    background: #ffffff;
    padding: 10px 10px;
}

.l-m-logo {
    display: flex;
}

.l-m-logo h2 {
    font-size: 18px;
    font-family: Poppins-SemiBold;
    color: #000000;
    text-transform: uppercase;
}

.l-m-logo h1 {
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #000000;
    text-transform: uppercase;
}

.l-m-logo span {
    font-size: 18px;
    font-family: Poppins-Medium;
    color: #000000;
    text-transform: uppercase;
}

.l-con {
    padding-left: 10px;
    line-height: 30px;
}

.pm-k-row ul li h4 {
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: Poppins-Bold;
    flex: 1;
    display: flex;
    flex-direction: column;
    word-break: break-all;
    justify-content: center;
}

.pm-k-row ul li span {
    font-size: 16px;
    color: rgba(82, 82, 82, 1);
    font-family: Poppins-Regular;
}

.inner-acc .accordion-body table {
    margin: 0px;
    width: 100%;
}

.s-t-info table {
    word-wrap: break-word;
}

.s-t-info table td {
    border: 1px solid #000000;
    padding: 5px;
    font-size: 16px;
    font-family: Poppins-Regular;
}

.inner-acc .accordion-item {
    margin-bottom: 20px;
}

.pm-k-row ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    gap: 35px 35px;
    grid-template-columns: repeat(4, 1fr);
}

.pm-k-row ul li {
    list-style-type: none;
    min-height: 225px;
    border-radius: 10px;
    padding: 20px;
}

.key-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.c1 {
    background: rgba(255, 204, 153, 1);
}

.c2 {
    background: rgba(185, 236, 209, 1);
}

.c3 {
    background: rgba(132, 218, 240, 1);
}

.c4 {
    background: rgba(244, 255, 173, 1);
}

.c1 .d-icon {
    background: rgba(255, 153, 52, 0.3);
}

.c2 .d-icon {
    background: rgba(162, 216, 187, 1);
}

.c3 .d-icon {
    background: rgba(55, 144, 204, 0.3);
}

.c4 .d-icon {
    background: rgba(217, 229, 139, 1);
}

.abm-con {
    padding: 0px;
}

.about-modal .about-m-body {
    padding: 30px 80px;
}

.amc-col {
    background: transparent;
    padding: 0px;
}

.pmv-card {
    width: 262px;
    background-color: transparent;
    height: 310px;
    position: relative;
}

.pmv-card img {
    max-width: 262px;
    max-height: 310px;
    object-fit: cover;
    border-radius: 10px;
}

.img-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(219, 248, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.abm-con {
    padding: 0px 30px;
}

.abm-con h3 {
    font-size: 28px;
    color: rgba(58, 59, 59, 1);
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 25px;
}

.c-col {
    column-count: 2;
    column-gap: 30px;
}

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

.trades-card-row {
    display: block;
    column-gap: 15px;
}

.trades-card-row.masonry-columns-3 {
    column-count: 3;
}

.trades-card-row .t-card {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    display: block;
    /* border: 1px solid #e5e5e5; */
    border-radius: .25rem;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-bottom: 20px !important;
    padding: 20px;
}

.trades-card-row .t-card h4 {
    font-size: 12px;
    font-family: Poppins-SemiBold;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 3px;
}

.trades-card-row .t-card ol {
    padding: 0px;
    margin: 0px;
}

.trades-card-row .t-card ol li {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    font-family: Poppins-Regular;
    list-style-type: none;
}

.m760 {
    max-width: 760px;
}

.color-mint {
    background: #B9ECD1;
}

.color-deep-peach {
    background: #FFCC99;
}

.color-ms-blue {
    background: #84DAF0;
}

.color-ly {
    background: #F4FFAD;
}

.dm-wrap {
    padding: 130px 0px 100px;
}

.dm-title h3 {
    font-size: 40px;
    color: #3A3B3C;
    font-family: Poppins-Medium;
    line-height: 50px;
}

.dm-title h2 {
    font-size: 40px;
    color: rgba(58, 59, 60, 1);
    font-family: Poppins-Bold;
}

.dm-title span {
    font-size: 28px;
    color: rgba(58, 59, 60, 1);
    font-family: Poppins-Regular;
}

.dm-card {
    max-width: 258px;
    width: 100%;
    border-radius: 10px;
    background: #F3F7FA;
    padding: 20px 20px 0px;
    box-sizing: border-box;
    min-height: 212px;
    margin-bottom: 30px;
}

.d-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-card h4 {
    font-size: 28px;
    color: #000000;
    font-family: Poppins-Bold;
    margin: 40px 0px 0px;
}

.dm-card span {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #525252;
    line-height: 22px;
}

.dm-orange-card {
    border: 1px solid #FF9934;
}

.dm-orange-card .d-icon {
    background: rgba(255, 153, 52, 0.30);
}

.dm-sb-card {
    border: 1px solid #43C5E7;
}

.dm-sb-card .d-icon {
    background: rgba(67, 197, 231, 0.30);
}

.dm-dsb-card {
    border: 1px solid #3790CC;
}

.dm-dsb-card .d-icon {
    background: rgba(55, 144, 204, 0.30);
    ;
}

.lang-drop {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    font-size: 10px;
    color: #fff;
    font-family: Poppins-Regular;
}

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

/*.s-lan-right-block ul li:hover .dropdown-menu {
    display: block;
    right: 0px;
    min-width: auto;
    top: 100%;
} */
.s-lan-right-block ul li .dropdown-menu {
    min-width: auto;
}

.s-lan-right-block ul li .dropdown-menu li {
    line-height: normal;
    margin-left: 0px;
    font-size: 12px;
    padding-left: 0px;
}

.m-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-right-logo {
    display: flex;
    align-items: center;
}

.m-right-logo img {
    margin: 0px 0px;
}

/*.az-logo img {
    max-width: 120px;
    width: 100%;
}*/

.g2-logo img {
    max-width: 100px;
    width: 100%;
}

.bottom-nav {
    padding: 0px 20px;
}

.bottom-nav {
    background: #1253ca;
}

.bottom-nav .container-fluid {
    padding: 0px;
}

.navbar-nav .nav-link {
    font-size: 14px;
    color: #ffffff;
    font-family: Poppins-Medium;
}

.dropdown-item {
    font-size: 11px;
    color: #000000;
    font-family: Poppins-Medium;
}




@media (max-width: 991px) {
    .bottom-nav .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        width: auto;
        font-size: 15px;
        font-family: Poppins-Medium;
        color: #ffffff;
    }

    .navbar {
        padding: 5px 0px;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: 0px;
        padding: 0px;
    }

    .dropdown-item {
        padding: 5px 0px;
        padding-left: 15px;
    }

    .dropdown-item {
        font-size: 11px;
        color: #ffffff;
        font-family: Poppins-Medium;
    }

    .navbar-nav .nav-link {
        padding: 0px 0px;
    }

}

@media (max-width: 767px) {
    .s-lan-right-block ul li .dropdown-menu .dropdown-item {
        color: #000000;
        padding: 5px 5px;
    }

    .l-link a {
        font-size: 7px;
    }

    .s-lan-right-block>ul {
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
    }

    .lang-drop .dropdown-item {
        color: #000000;
    }

    .lang-drop .dropdown-menu {
        width: auto;
    }

    /* .s-lan-right-block ul li:first-child {
        display: none;
    }  */
    .pm-k-row ul li span {
        font-size: 14px;
    }

    .m-nav {
        padding: 0px 15px;
    }

    .m-right-logo img {
        margin: 0px;
    }

    .az-logo {
        max-width: 70px;
    }

    .g2-logo img {
        max-width: 83px;
    }

    .l-img img {
        width: 32px;
    }

    .l-m-logo h2,
    .l-m-logo h1 {
        font-size: 15px;
    }

    .l-m-logo span {
        font-size: 14px;
    }

    .l-con {
        padding-left: 7px;
        line-height: 11px;
    }

    .l-link a {
        text-align: left !important;
    }

    .s-logo-l-block {
        width: 100%;
    }

    /*.s-lan-right-block ul li:nth-child(2) {
        margin-left: 0px;
        padding-left: 0px;
        border: 0px;
    }*/

    .s-lan-right-block ul li a svg {
        width: 14px;
    }

    .s-lan-right-block {
        width: 100%;
    }

    .s-lan-right-block ul li .dropdown-menu li {
        display: block;
    }

    .bottom-nav .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        width: auto;
        font-size: 15px;
        font-family: Poppins-Medium;
        color: #ffffff;
    }

    .navbar {
        padding: 5px 0px;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: 0px;
        padding: 0px;
    }

    .dropdown-item {
        padding: 5px 0px;
        padding-left: 15px;
    }

    .dropdown-item {
        font-size: 11px;
        color: #ffffff;
        font-family: Poppins-Medium;
    }

    .navbar-nav .nav-link {
        padding: 0px 0px;
    }
}

@media (max-width: 576px) {
    .n-top-head {
        flex-direction: column;
        justify-content: center;
        padding: 0px 15px;
    }

    .h-btm-foot table tbody tr td p {
        text-align: center;
    }

    .s-lan-right-block ul li {
        margin: 0px;
        padding: 0px;
        flex: auto;
        text-align: center;
        border: 0px;
    }
}

.t-icon .dropdown-menu {
    min-width: 60px;
    width: 100%;
    right: 0;
    margin-right: -11px;
}

.radio-button:checked {
    color: blue;
}

.white-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.asterisk {
    color: red !important;
    margin-left: 3px;
    vertical-align: middle;
    font-weight: bold;
}

@media (max-width: 576px) {
    .white-box {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3.9rem !important;
        padding-left: 0.5rem !important;
    }
}

.leightbox img {
    width: 100% !important;
}



.leightbox {
    color: #333;
    display: block;
    position: fixed;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    padding: 8px;
    background-color: white;
    border: 1px solid #CCC;
    z-index: 1102;
    overflow: hidden;
}



#overlay, #overlay2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100%);
    z-index: 1101;
    background-color: #000;
    -moz-opacity: 0.30;
    opacity: .30;
    filter: alpha(opacity=30);
    /*margin-top:45px;*/
}



.lightbox[id] {
    /* IE6 and below Can't See This */
    position: fixed;
    vertical-align: middle;
    text-align: center;
}



#overlay[id], #overlay2[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}



.lightbox img {
    width: 100% !important;
}

.login-btn .orange-btn {
    max-width: 360px;
    margin-top: 4px;
}

.orange-btn {
    background: #1052A4;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #ffffff;
    font-family: sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    /*text-transform: uppercase;*/
}

.orange-btn:hover {
    background: transparent;
    border-color: #d96b27;
    color: #1052A4;
}

.orange-btn-second {
    background: transparent !important;
    border-color: #d96b27 !important;
    color: #1052A4 !important;
}

@media (max-width: 767px) {
    .table-fillter button.search-orange-btn {
        width: 150px;
        margin: 0 auto;
    }

    .table-fillter button.search-orange-btn::after {
        content: "Search";
        font-size: 14px;
        color: #ffffff;
        font-family: sans-serif !important;
        margin-left: 10px;
    }
}

.kno-card {
    height: auto;
    border-radius: 10px;
    border: 0.5px solid #43C5E7;
    background: #F3F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}


.kno-card h3 {
    font-size: 17px;
    color: #303030;
    font-family: Poppins-Bold;
    margin-top: 10px;
}

.kno-card {
    position: relative;
    border: 0px;
    background-color: 0px;
}

.kno-card-img {
    /* max-width: 360px; */
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.kno-card-img img {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.kno-inn-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.kc-icon {
    margin: 0 auto;
}

.kno-card h3 {
    color: #ffffff;
    font-family: Poppins-SemiBold;
}

.media-panel {
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

}

.panel-footer {
    padding: 10px;
}

.panel-img {
    height: 210px;
}

.panel-img img {
    max-width: 100%;
    max-height: 210px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-footer p {
    font-family: PublicSans-Bold;
    font-size: 16px;
    color: #000;
    margin: 0px;
}

.mr-t80 {
    margin-top: 80px;
}

.banner-img img {
    width: 100%;
}

.v-block {
    margin-bottom: 20px;
}

.v-block video,
.v-block iframe {
    width: 100% !important;
    height: 250px;
}

.app-d-wrap {
    min-height: calc(100vh - 15.7em);
    padding: 50px 0px;
}

.pd-icon {
    text-align: center;
    margin-top: 20px;
}

.ad-data table {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

.ad-data table tr th {
    font-size: 14px;
    font-family: Poppins-Medium;
    font-weight: normal;
    border: 1px solid #000000;
    padding: 5px 10px;
}

.ad-data table tr td {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 10px;
}

.add-row-btn {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.upi-ar-btn {
    margin-bottom: 55px;
    margin-top: -70px
}


@media (max-width: 1199px) {
    .m-right-logo img {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 10px !important;
        font-size: 12px;
    }

    .m-right-logo img {
        margin: 0px;
    }

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

    .pm-k-row ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-wrap {
        min-height: auto;
    }

    .dm-title h2 {
        font-size: 24px;
    }

    .dm-title span {
        font-size: 18px;
    }

    .mr-t80 {
        margin-top: 0px;
    }

    .banner-wrap {
        padding: 50px 0px 0px;
    }

    .blue-btn {
        margin-bottom: 50px;
    }

    .aa-option-lable.cus-r-box label label {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .about-modal .about-m-body {
        padding: 30px 0px;
    }

    .abm-con p, .abm-con ul li {
        text-align: left !important;
    }

    .h-btm-foot table tr td:first-child {
        width: 66% !important;
    }

    .h-btm-foot p {
        font-size: 11px;
    }

    .banner-content p {
        margin: 20px 0px 60px;
    }

    .s-t-info table td {
        font-size: 14px;
        word-break: break-all;
    }

    .s-t-info table td:first-child {
        width: 100px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .aa-option-lable.cus-r-box label label {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .abm-con {
        padding: 0px 15px;
    }

    .abm-con p, .abm-con ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .close {
        right: 5px;
        top: -5px;
        font-size: 30px;
    }

    .abm-con h3 {
        margin-top: 20px;
    }

    .h-btm-foot table tr td:first-child {
        width: 69% !important;
    }

    .h-btm-foot p {
        font-size: 11px;
    }

    .pm-k-row ul li span {
        font-size: 14px;
    }

    .g2-logo img {
        max-width: 118px;
    }

    .banner-content p {
        margin: 10px 0px 40px;
    }

    .faq-con ul li {
        font-size: 14px;
    }

    .faq-con p, .faq-con ul li {
        font-size: 14px;
    }

    .accordion-body {
        padding: 1rem 0.45rem;
    }

    .s-t-info table td {
        font-size: 14px;
        word-break: break-all;
    }

    .s-t-info table td:first-child {
        width: 100px;
    }

    .footer-wrap p {
        font-size: 12px;
    }

    .footer-wrap table tr td:last-child p {
        margin-left: -70px;
    }

    .aa-option-lable.cus-r-box label label {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .aa-option-lable.cus-r-box label label {
        margin-bottom: 0px;
    }

    .scheme-b-wrap {
        padding: 40px 0px 30px;
    }

    .pm-k-row ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-col {
        column-count: 1;
        column-gap: 0px;
    }

    .about-modal .about-m-body {
        padding: 30px 0px;
    }

    .img-icon {
        width: 70px;
        height: 70px;
    }

    .img-icon img {
        width: 30px;
    }

    .abm-con h3 {
        font-size: 20px;
    }

    .abm-con {
        padding: 0px 15px;
    }

    .abm-con p, .abm-con ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .close {
        right: 5px;
        top: -5px;
        font-size: 30px;
    }

    .abm-con h3 {
        margin-top: 20px;
    }

    .banner-content p {
        margin-bottom: 30px;
    }

    .h-btm-foot table tr td:first-child {
        text-align: left !important;
    }

    .h-btm-foot table tr td:last-child {
        text-align: right !important;
    }

    .h-btm-foot p {
        font-size: 12px;
    }

    .m-text a {
        font-size: 12px;
    }

    .kc-icon {
        width: 44px;
        height: 44px;
    }

    .kc-icon svg {
        width: 26px;
    }

    .kno-card h3 {
        font-size: 14px;
    }

    .panel-footer p {
        font-size: 14px;
    }

    .faq-con p, .faq-con ul li {
        font-size: 14px;
    }

    .accordion-body {
        padding: 1rem 0.45rem;
    }

    .s-t-info table td {
        font-size: 12px;
        word-break: break-all;
    }

    .s-t-info table td:first-child {
        width: 100px;
    }

    .st-con {
        margin-top: 0px;
    }

    .flag-icon {
        padding: 6px 5px;
        font-size: 14px;
    }

    .h50 {
        height: 42px;
    }

    .flag-icon img {
        width: 25px;
    }

    .cus-input {
        font-size: 10px;
    }

    .cus-input2 {
        font-size: 14px;
        padding: 5px 7px;
        padding-right: 17px;
    }

    .cus-input {
        font-size: 10px;
    }

    .white-box {
        width: auto !important;
    }

    input[type="password"] {
        font-size: 25px !important;
        padding: 5px;
    }

    form .field-validation-error {
        font-size: 12px;
    }

    .f-container .blue-btn {
        margin-bottom: 20px;
    }

    #frmLogin .white-box .r-btn-btm {
        margin-top: 0px;
    }

    .fam-data input {
        font-size: 14px;
        margin-top: 10px;
    }

    .group-input {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .pm-k-row ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .trades-card-row.masonry-columns-3 {
        column-count: 1;
    }

    .dm-title h2 {
        font-size: 24px;
    }

    .s-logo-l-block {
        justify-content: space-between;
    }

    .s-logo-l-block .l-link:last-child a {
        text-align: right !important;
    }

    .s-logo-l-block .l-link:first-child {
        border: 0px;
    }

    .dm-title span {
        font-size: 18px;
    }

    .dm-wrap {
        padding: 61px 0px 30px;
    }

    .banner-wrap {
        padding: 0px;
    }

    .mr-t80 {
        margin-top: 20px;
    }

    .m-text label {
        font-size: 12px;
    }

    .h-btm-foot table,
    .h-btm-foot table tbody {
        display: block;
    }

    .h-btm-foot table tbody tr {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .h-btm-foot table tbody tr td {
        width: 100% !important;
        text-align: center !important;
    }

    .h-btm-foot table tbody tr td p {
        font-size: 12px;
    }

    .m-nav {
        flex-wrap: wrap;
        padding: 10px 15px 0px;
    }

    .l-m-logo h2, .l-m-logo h1 {
        font-size: 4vw;
    }

    .l-m-logo span {
        font-size: 4.2vw;
    }

    .l-con {
        line-height: 20px;
    }

    .m-right-logo {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .az-logo {
        max-width: 90px;
    }

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

    .s-lan-right-block ul li:last-child {
        flex: 1;
        text-align: right;
    }

    .s-lan-right-block ul {
        justify-content: normal;
    }

    .s-lan-right-block ul li {
        flex: none;
        margin-right: 10px;
    }

    .xs-o1 {
        order: 1;
    }

    .xs-o2 {
        order: 2;
    }

    .banner-content a {
        position: static;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .s-t-info table td {
        font-size: 12px;
    }

    .white-box {
        width: 100% !important;
    }

    .b-top-t h3 {
        font-size: 18px;
    }

    .b-top-t p {
        font-size: 14px !important;
    }

    .footer-wrap table {
        width: 100%;
    }

    .footer-wrap table tr {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .footer-wrap table tr td {
        width: 100% !important;
    }

    .flag-icon,
    .flag-icon2 {
        padding: 6px 5px !important;
        font-size: 14px;
    }

    .h50 {
        height: 42px;
    }

    .flag-icon img {
        width: 25px;
    }

    .cus-input {
        font-size: 10px;
    }

    .cus-input2 {
        font-size: 14px;
        padding: 5px 7px;
        padding-right: 17px;
    }

    .cus-input {
        font-size: 10px;
    }

    .footer-wrap p {
        text-align: center;
        font-size: 12px;
    }

    .doc-d-btn {
        font-size: 12px !important;
    }
}



.pdflbl {
    font-size: 12px !important;
    color: #646464 !important;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.pdfh5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #646464 !important;
    margin: 0px !important;
}

.mobile-view {
    font-size: 0px;
    font-family: Poppins-Medium;
    color: #ffffff;
    display: flex;
    align-items: center;
    display: none;
}

.mobile-view a {
    display: none;
    margin-top: -2px;
}

.mobile-view svg {
    margin-right: 10px;
    width: 18px;
}

.bottom-nav .navbar-toggler {
    margin-left: auto;
}


@media (max-width: 991px) {
    .mobile-view {
        display: block;
    }
}

.change-mobile .hide-mobile {
    display: none;
}

.change-mobile .mobile-view a {
    display: inline-block;
}


.upi-ar-btn input {
    margin-left: 10px;
}

.t-list ul {
    padding-left: 30px;
}

.t-list ul li {
    font-size: 16px;
    color: #525252;
    font-family: Poppins-SemiBold;
}

.s-v-card {
    width: 100%;
    aspect-ratio: 9/6;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}


.s-v-card video,
.s-v-card iframe {
    width: 100%;
    height: calc(100% - 0em);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 36px;
}

.s-v-card p {
    font-size: 18px;
    color: #000000;
    font-family: PublicSans-Medium;
    margin-bottom: 15px;
}

video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-bottom: 30px;
    box-sizing: border-box;
}

/* Register page CSS */
@media (min-width: 768px) and (max-width: 1199px) {
    .wizard ul li .step {
        margin-right: 4px;
    }

    .wizard ul li {
        font-size: 10px;
    }

    .wizard.wizard-tabbed ul li {
        padding: 0 5px;
    }

    .personal-details-container {
        padding: 0px 15px 30px;
    }

    .content .m-3 {
        margin: 20px 0px !important;
    }

    .s-v-card {
        aspect-ratio: 9/6;
        height: auto;
    }
}



@media (max-width: 767px) {
    .wizard ul {
        display: flex;
        flex-wrap: wrap;
    }

    .input-title {
        font-size: 11px;
    }

    .wizard.wizard-tabbed ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
        padding: 5px;
        box-sizing: border-box;
        font-size: 9px;
        line-height: 15px;
    }

    .word-wrap .icon-label-container label {
        white-space: nowrap;
        font-size: 14px;
    }

    .wizard ul li .step {
        margin-right: 0px;
    }

    .personal-details-container {
        padding: 0px 15px 30px;
    }

    .content .m-3 {
        margin: 20px 0px !important;
    }

    .form-card h3 {
        margin-bottom: 20px;
    }

    .cus-input2 {
        border-radius: 3px;
    }

    .table {
        overflow: auto;
        padding: 5px;
        border: 1px solid #e4e4e4;
    }

    .table thead tr th {
        font-size: 12px;
        font-weight: normal;
        padding: 5px;
    }

    .table tbody tr td .form-control {
        width: auto;
        font-size: 14px;
    }

    .input-title,
    .insurance-box, .insurance-box label, .insurance-box input {
        font-size: 14px;
    }

    .fam-tab .table tbody tr td .form-control {
        white-space: nowrap;
        margin: 0px;
        font-size: 13px;
    }

    .fam-data .fam-tab input {
        margin-top: 0px;
    }

    .aa-option-lable.cus-r-box label {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
    }

    .t-list ul li {
        font-size: 14px;
    }

    .s-v-card {
        aspect-ratio: 9/6;
        height: auto;
    }

    .s-v-card p {
        font-size: 13px;
    }

    table.d-footer {
        width: 100% !important;
    }

    table.d-footer tr {
        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 20px 0px;
    }

    table.d-footer tr td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        font-family: PublicSans-Medium;
    }

    .b-top-t p:nth-child(3) {
        font-size: 10px !important;
    }
}

@media (max-width: 576px) {
    #fetchRationData {
        margin-top: 15px;
    }

    .aa-option-lable.cus-r-box label {
        padding: 0px;
        margin: 0px;
        padding-left: 0px !important;
        margin-bottom: 15px;
    }

    .upi-ar-btn {
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: left !important;
    }

    .upi-ar-btn input {
        font-size: 12px;
        margin-left: 0px;
        margin-right: 10px;
    }

    .s-v-card {
        aspect-ratio: 9/6;
        height: auto;
    }
}


.captcha-flag-icon {
    border-radius: 8px;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background: url('c-bg.png') repeat-x left top;
}

.c-img {
    position: relative;
}

.c-img i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 100%;
    background: #0092cd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 0px 5px 5px 0px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/angular2-multiselect-dropdown/themes/default.theme.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.mat-toolbar {
  background: #ffffff; }

.c-btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #333; }

.selected-list .c-list .c-token {
  background: #0079FE; }
  .selected-list .c-list .c-token .c-label {
    color: #fff; }
  .selected-list .c-list .c-token .c-remove svg {
    fill: #fff; }

.selected-list .c-angle-down svg, .selected-list .c-angle-up svg {
  fill: #333; }

.dropdown-list ul li:hover {
  background: #f5f5f5; }

.arrow-up, .arrow-down {
  border-bottom: 15px solid #fff; }

.arrow-2 {
  border-bottom: 15px solid #ccc; }

.list-area {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 5px #959595; }

.select-all {
  border-bottom: 1px solid #ccc; }

.list-filter {
  border-bottom: 1px solid #ccc; }
  .list-filter .c-search svg {
    fill: #888; }
  .list-filter .c-clear svg {
    fill: #888; }

.pure-checkbox input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2; }

.pure-checkbox input[type="checkbox"] + label {
  color: #000; }

.pure-checkbox input[type="checkbox"] + label:before {
  color: #0079FE;
  border: 1px solid #0079FE; }

.pure-checkbox input[type="checkbox"] + label:after {
  background-color: #0079FE; }

.pure-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #cccccc; }

.pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background-color: #cccccc; }

.pure-checkbox input[type="checkbox"] + label:after {
  border-color: #ffffff; }

.pure-checkbox input[type="radio"]:checked + label:before {
  background-color: white; }

.pure-checkbox input[type="checkbox"]:checked + label:before {
  background: #0079FE; }

.single-select-mode .pure-checkbox input[type="checkbox"]:focus + label:before, .single-select-mode .pure-checkbox input[type="checkbox"]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2; }

.single-select-mode .pure-checkbox input[type="checkbox"] + label {
  color: #000; }

.single-select-mode .pure-checkbox input[type="checkbox"] + label:before {
  color: transparent !important;
  border: 0px solid #0079FE; }

.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
  background-color: transparent !important; }

.single-select-mode .pure-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #cccccc; }

.single-select-mode .pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background-color: #cccccc; }

.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
  border-color: #0079FE; }

.single-select-mode .pure-checkbox input[type="radio"]:checked + label:before {
  background-color: white; }

.single-select-mode .pure-checkbox input[type="checkbox"]:checked + label:before {
  background: none !important; }

.selected-item {
  background: #e9f4ff; }

.btn-iceblue {
  background: #0079FE;
  border: 1px solid #ccc;
  color: #fff; }


/*# sourceMappingURL=styles.css.map*/