body {
  font-size: 0.8rem;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  color: #262626;
}

p {
  font-size: 16px;
}

/* COLORS */

.text-light {
  color: #C4C4C4 !important;
}

.text-success {
  color: #01AC31 !important;
}

.text-primary {
  color: #6c50fb !important;
}

.cust-text-dark {
  color: #262626;
}

.cust-bg-primary {
  background-color: #6c50fb;
}
.bg-primary-light{
  background-color: rgba(227,6,111,0.1);
}
.bg-secondary {
  background-color: #E9F8F6 !important;
  color: #2F3044;
}

.bg-secondary-100 {
  background-color: rgba(39, 188, 169, 0.3);
  color: #2F3044;
}

.bg-info {
  background-color: #2F3044;
}

.btn-outline-info {
  color: #2F3044;
  border-color: #2F3044;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #2F3044;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem hsl(237deg 8% 88%) !important;
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #fff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.cust-bg-grey {
  background: #E7EDF4;
}

.cust-bg-blue {
  background-color: #0587FF;
}

.cust-bg-primary-1 {
  background: radial-gradient(31.31% 146.12% at 0% 123.72%, rgba(108, 80, 251, 0.35) 0%, #6C50FB 100%);
  box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
  border-radius: 10px;
  color: #fff;
}

/* UTILITY */
.shadow-sm {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15) !important;
}

.rounded {
  border-radius: 10px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.icon-img {
  width: 24px;

}

.icon_white {
  filter: brightness(0) invert(1);
}

.overflow-x-auto {
  overflow-y: hidden;
  overflow-x: auto !important;
}



/* TYPOGRAPHY */
a {
  color: #6c50fb;
  text-decoration: none;
}

a:hover {
  color: #5538E8;
}

.cust-fs-10 {
  font-size: 10px;
}

.cust-fs-11 {
  font-size: 11px;
}

.cust-fs-12 {
  font-size: 12px;
}

.cust-fs-13 {
  font-size: 13px;
}

.cust-fs-14 {
  font-size: 14px;
}

.cust-fs-15 {
  font-size: 15px;
}

.cust-fs-16 {
  font-size: 16px;
}

.cust-fs-18 {
  font-size: 18px;
}

.cust-fs-20 {
  font-size: 20px;
}

.cust-fs-28 {
  font-size: 28px;
}

.cust-fs-30 {
  font-size: 30px;
}

.cust-fw-300 {
  font-weight: 300;
}

.cust-fw-400 {
  font-weight: 400;
}

.cust-fw-500 {
  font-weight: 500;
}

.cust-fw-600 {
  font-weight: 600;
}

.cust-fw-700 {
  font-weight: 700;
}

.cust-fw-800 {
  font-weight: 800;
}
.w-15{
  width:15%;
}
.w-20{
  width:20%;
}
.cust-w-70 {
  width: 70%;
}

.cust-w-70px {
  width: 70px;
}

.error-msg {
  font-size: 11px;
  color: #DA0000;
}

.erro-info {
  font-size: 9px;
}

.card-heading {
  font-size: 16px;
}

.card-heading span {
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: rgba(38, 38, 38, 0.6);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
}

/* CONTROLS */
/* Pagination */
.page-item.active .page-link{
  background-color: #6C50FB;
  border-color: #6C50FB;
}
.page-link{
  color: #6C50FB;
}
.page-link:hover{
  color: #6C50FB;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgb(245 245 245);
}

/* END Pagination */
/* START- number input field  */
/* Chrome, Safari, Edge, Opera */
/* Date */
/* input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('../images/calender.png') no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

.dateType::after{
  background: url('../images/calender.png') no-repeat;
} */
/* Date */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
}


/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Components */
/* popup */
.popup-div{
  position:relative;
}
.popup-div .popup-icon{
  width:15%
}
/* END- number input field */
/* modal */
.dropdown-menu {
  background: #FFFFFF;
  border: 0.25px solid #DADADA;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}


/* modal */
/* header */
.notification-div{
position:relative;
}
.notification-div i{
  position:absolute;
  right:0;
}

.search-input{
  padding:10px 12px ;
  font-size: 14px;
}
.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.cust-nav-tab .nav-item.show .nav-link,
.cust-nav-tab .nav-link.active {
  font-weight: bold;
  color: #6c50fb;
  background-color: #f5f5f5;
  border-color: #f5f5f5 #f5f5f5 #6c50fb;
}

.cust-nav-tab .nav-link:focus,
.cust-nav-tab .nav-link:hover {
  border-color: #f5f5f5 #f5f5f5 #6c50fb;
}

.cust-nav-tab {
  border-bottom: unset;
}

.cust-nav-tab .nav-link:not(:last-child) {
  margin-right: 2rem;
}

.cust-nav-tab .nav-link {
  color: #262626;
  padding: .5rem 0rem;
  border: 2px solid transparent;
}

.addon-btn {
  font-size: unset;
  background-color: transparent;
  border: none;
  padding: 0;
}

/* nav-pills */
.nav-link {
  color: #6C50FB;
}

.nav-pills .nav-link {
  border-radius: 10px;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #6C50FB;
}

.nav-link:focus,
.nav-link:hover {
  color: #6C50FB;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #6C50FB;
  border-color: #6C50FB;
  border-radius: 10px;
}

.btn-outline-primary {
  color: #6C50FB;
  border-color: #6C50FB;
  border-radius: 10px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #6C50FB;
  border-color: #6C50FB;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 80, 251, 0.35);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 80, 251, 0.35);
}

.btn {
  border-radius: 10px;
}

.btn-link {
  color: #6C50FB;
}

.btn-link:hover {
  color: #b70659;
}

.btn-link:focus {
  box-shadow: unset;
}

.btn-lg {
  /* padding: .8rem 1rem; */
  /* height: 51px; */
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.badge {
  font-weight: 500;
}

.btn-primary,
.register-btn {
  background-color: #6c50fb;
  border-color: #6c50fb;
  border-radius: 10px;
  color: #fff
}

.btn-primary:hover,
.register-btn:hover,
.update-btn:hover {
  background-color: #5538E8;
  border-color: #5538E8;
  color: #fff;
}

.btn-info {
  background-color: #2F3044;
  color: #fff;
  border-color: #2F3044;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  color: #bebebf;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.btn-info:hover {
  color: #fff;
  background-color: #2F3044;
  border-color: #2F3044;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #2F3044;
  border-color: #2F3044;
  box-shadow: unset;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  background-color: #6C50FB;
  border-color: #6C50FB;
  color: #fff;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: #5538E8;
  border-color: #5538E8;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(108, 80, 251, 0.35);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 80, 251, 0.35);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #6c50fb80;
  border-color: #6c50fb80;
}

.cust-btn-secondary {
  background: #27BCA9;
  border-radius: 10px;
  color: white;
  width: 125px;
}

.register-btn.disabled {
  color: #6C50FB;
  border-color: #6c50fb;
  border-radius: 10px;
  background-color: #fff;
  pointer-events: painted;
}

.register-btn:hover {
  color: #fff;
  background-color: #6c50fb;
  border-color: #6c50fb;
}

.accordion-button:focus {
  box-shadow: unset;
}

.form-label {
  margin-bottom: 0.1rem;
  font-weight: 500;
  font-size: 14px;
}

.form-label small {
  font-size: 10px;
}

/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -18px;
} */
.form-control,
.input-group-text {
  border-radius: 0px;
  padding: .5rem 0rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #DADADA;
  font-size: 14px;
}
.form-select{
  font-size: 14px;
}

.form-select {
  border-radius: 0px;
  padding: .5rem 0rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #DADADA;
}

.form-select:focus {
  box-shadow: none;
  border-bottom: 2px solid #6c50fb80;
  border-color: #6c50fb80;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #6c50fb80;
  border-color: #6c50fb80;
  outline: 0;
  box-shadow: none;
  /* box-shadow: 0rem 0.1rem rgba(108, 80, 251, 0.35); */
}

/* checkbox */
.cust-form-check label {
  font-size: 14px;
  font-weight: 300;
}

.form-check-input:hover {
  cursor: pointer;
}

.form-check-input {
  background: #DADADA;
}

.form-check-input:checked {
  background-color: #6c50fb;
  border-color: #6c50fb;
}

.form-check-input:focus {
  border-color: #6c50fb;
  box-shadow: 0 0 0 0.25rem rgba(108, 80, 251, 0.35);
}

/* ACCORDIAN  */
.accordion-flush .accordion-item .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
}

.accordion-item {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.accordion-flush .accordion-item {
  border-radius: 10px;
}

.accordion-button::after {
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

/* custom range  */
.custom-range::-webkit-slider-thumb {
  background: #6C50FB;
}

.custom-range::-moz-range-thumb {
  background: #6C50FB;
}

.custom-range::-ms-thumb {
  background: #6C50FB;
}


/* custom range */
/* INPUT FILED WITH ADD ON */
/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}


/* LOGIN PAGE,VARIFY OTP */
/* header */
.main_logo {
  width: 70px;
}

.cust-header {
  color: #000000;
  font-size: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cust-header .list-inline-item:nth-child(2) {
  border-right: none;
}

.product-dropdown .nav-link {
  background: #6C50FB;
  border-radius: 10px;
}

.product-dropdown .nav-link span {
  color: white;
}

.product-dropdown-menu {

  font-size: 14px;
  background-color: rgba(218, 218, 218, 0.5);
  border: none;
  border-radius: 0px 0px 10px 10px;
}

.product-dropdown-menu .dropdown-item.active,
.product-dropdown-menu .dropdown-item:active {
  background: rgba(108, 80, 251, 0.2);
  border-radius: 5px;
  color: #6C50FB;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: 10px;
}

.banner-header {
  /* text-transform: capitalize; */
}

.bg-img1 {
  background-image: url("../images/blur_clor_spot.png");
  /* background-size: 300px 100px; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 6%;
  background-position-y: -5em;
  position: relative;
}

.banner-img-div {
  background-image: url("../images/blur_clor_spot.png");
  /* background-size: 300px 100px; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 6%;
  background-position-y: -5em;
  position: relative;
}

.bottom-image {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.img-banner1 {
  background-image: url("../images/banner1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 14rem;
}
.img-bike-banner1{
  background-image: url("../images/bike/bike.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 14rem;
}
.img-health-banner1 {
  background-image: url("../images/health/healthBanner1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 14rem;
}

.otp-timer {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #262626;
}

.resend-otp {
  font-size: 16px;
  line-height: 24px;
  color: #CBCBCB;
}

.resend-otp.active {
  color: #6C50FB;
}

.otp-input input {
  width: 60px;
  font-size: 2rem;
  padding: 0rem 0rem;
  color: #A1A1A1;
}

.banner-img-div .hero-img {
  position: relative;
  left: 0px;
}


.app-download-container img {
  width: 100%;
}

/* KYC DOC */
.kyc-point-container {
  background: linear-gradient(103.52deg, #F0F0F0 41.45%, rgba(255, 255, 255, 0.76) 72.45%, #E1E1E1 98.13%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.kyc-point-container img {
  width: 110px;
  margin: auto;
}

.kyc-point-text ._heading {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.kyc-point-text ._msg {
  text-align: center;
  font-weight: 300;
  font-size: 11px;
}

/* PERSONAL INFO */
.verified-btn {
  width: 39px;
  height: 15px;
  background: rgba(1, 172, 49, 0.2);
  border: 0.5px solid #008425;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 500;
  font-size: 10px;
  color: #008425;
  line-height: 14px;
}

.verify-btn {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #0038FF;
}


.kyc-card {
  border: 0;
  border-radius: 10px 0 0 10px;
}

.kyc-doc-accordian .accordion-flush .accordion-item .accordion-button {
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.kyc-doc-accordian .accordion-flush .kyc-item {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background: #F8F8F8;
  border-radius: 10px 10px;
}

.kyc-doc-accordian .kyc-item:not(:last-child) {
  margin-bottom: 16px;
  border: 0;
}

.kyc-doc-accordian .accordion-button:not(.collapsed) {
  color: #262626;
}

.kyc-pan-card {
  background: linear-gradient(115.71deg, rgba(228, 242, 245, 0.6) -4.95%, rgba(172, 225, 237, 0.6) 112.64%);
}

.kyc-adhar-card {
  background: linear-gradient(101deg, rgba(230, 239, 211, 0.6) -12.62%, rgba(165, 199, 94, 0.6) 119.39%);
}

.kyc-education-card {
  background: linear-gradient(115.71deg, rgba(239, 230, 215, 0.6) -4.95%, rgba(225, 183, 114, 0.6) 112.64%);
}

.kyc-upload-card {
  border: 0;
  border-radius: 10px;
}

.kyc-upload-card p {
  font-size: 12px;
  font-weight: 300;
}

.pan-accordian-body .submit-pan-btn {
  color: #fff;
  background: #339497;
  border: 1px solid #339497;
}

.adhar-accordion-body .submit-adhar-btn {
  color: #fff;
  background: #91B04B;
  border: 1px solid #91B04B;
}

.edu-accordian-body .submit-edu-btn {
  color: #fff;
  background: #C79D5B;
  border: 1px solid #C79D5B;
}

.kyc-pan-upload {
  background: rgba(200, 234, 242, 0.3);
}

.kyc-adhar-upload {
  background: #EDF4DD;
}

.kyc-edu-upload {
  background: rgba(244, 237, 224, 0.69);
}

.kyc-bank-upload {
  background-color: #F9EDF6;
}

.kyc-upload-btn {
  border-radius: 10px;
}

.kyc-upload-btn img {
  width: 40px;
  max-width: 100%;
}

.kyc-pan-btn {
  background: linear-gradient(115.71deg, rgba(228, 242, 245, 0.6) -4.95%, rgba(172, 225, 237, 0.6) 112.64%);
}

.kyc-adhar-btn {
  background: linear-gradient(152.34deg, rgba(230, 239, 211, 0.6) 0%, rgba(165, 199, 94, 0.6) 150.24%);
}

.kyc-edu-btn {
  background: linear-gradient(115.71deg, rgba(245, 238, 226, 0.6) -4.95%, rgba(199, 157, 91, 0.6) 112.64%);
}

.kyc-bank-btn {
  background: linear-gradient(152.34deg, rgba(249, 237, 246, 0.6) 0%, rgba(234, 90, 141, 0.6) 150.24%);
}

.upload-photo-container {
  background: rgba(39, 188, 169, 0.1);
  border-radius: 20px;
  text-align: center;
}

.submit-btn {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  border-radius: 10px;
}

.upload-photo-container .submit-photo-btn {
  color: #fff;
  background: #27BCA9;
  border: 1px solid #27BCA9;
}

.upload-photo-div {
  margin: auto;
  width: 141px;
  height: 144px;
  background: linear-gradient(138.6deg, rgba(39, 188, 169, 0.132) 2.53%, rgba(39, 188, 169, 0.306) 29.43%, rgba(39, 188, 169, 0) 100%);
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
  display: flex;
}

.upload-photo-div img {
  width: 35.25px;
}

.upload-photo-btn .text {
  font-size: 12px;
  color: #27BCA9;
  margin-top: 10px;
}

.upload-photo-btn {
  margin: auto;
  padding: 0px;
  width: 120.55px;
  height: 124px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px dashed #27BCA9;
  box-sizing: border-box;
  border-radius: 20px;
}


/* left side tabs */
.doc-nav-tab.success {
  background: #01AC31;
}

.doc-nav-tab .success-tick-icon {
  display: none;
  width: 22px;
}

.doc-nav-tab.success .success-tick-icon {
  display: inline-block;
  width: 22px;
}

.doc-nav-tab.success span {
  color: #fff;
}

.doc-nav-tab.active {
  background: #fff;
  border-radius: 10px;
}

.doc-nav-tab {
  border-radius: 10px;
  background: rgba(196, 196, 196, 0.4);
  border-radius: 10px;
}

.doc-nav-tab {
  color: #262626;
}

.kyc-nav-tab .col-3:not(:last-child){
  margin-bottom: 16px;
}

.doc-nav-tab ._kyc-tab-arrow {
  width: 18px;
}

/* ICON COMMON */
.icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 2.5;
  text-align: center;
  margin-right: 14px;
}

.accordion-button.collapsed .icon-wrap {
  background-color: #A1A1A1;
}

.wrap-pan {
  background: #339497;
}

.wrap-aadhar {
  background: #91B04B;
}

.wrap-edu {
  background: #C79D5B;
}

/* .icon-wrap img {
  width: 27px;
  height: 22px;
} */

.icon-wrap-div {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  display: flex;
}

.doc-nav-tab.active .icon-wrap-div {
  background-color: #fff;
  border: 1px solid rgba(108, 80, 251, 0.7);
}

.doc-nav-tab.active .icon-wrap-2 {
  background: linear-gradient(145.64deg, #9B85FC -8.8%, #5538E8 97.97%);
  border: 1px solid white;
}

.doc-nav-tab.disabled,
.doc-nav-tab.disabled img {
  color: #A1A1A1;
  fill: #A1A1A1;
}

.doc-nav-tab.disabled .icon-wrap-2 {
  background: #A2A2A2;
  opacity: 0.5;
}

.icon-wrap-2 {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 3;
  text-align: center;
  margin: auto;
  background-color: #A1A1A1;
}

.icon-wrap-2 .success-icon {
  width: 100%;
  border-radius: 50px;
}

.widget-border {
  position: relative;
}

.widget-border::before {
  content: "";
  height: 6px;
  bottom: -19px;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 5px 5px 0px 0px;
  width: 77px;
  background: #6C50FB;
}

/* START - TRAINING MODULE */
.training-div ._timer-div {
  background: #F5F5F5;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 11.3609px;
}

.training-div ._exam-btn {
  background: radial-gradient(31.31% 146.12% at 0% 123.72%, rgba(108, 80, 251, 0.35) 0%, #6C50FB 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #fff;

}

.training-div ._attemps-count {
  background: #F5F5F5;
  text-align: center;
  font-size: 18px;
  border-radius: 11.3609px;
}

/* END - TRAINING MODULE */
.training-div ._content-div {
  margin-top: 12px;
  height: 678px;
  overflow-y: auto;
}

.training-div ._video-container video {
  /* max-height: 468px; */
}

.training-div ._exam-header {
  background: #F5F5F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

/* Dashboard */
/* dashboard-bg */
.dashboard-bg {
  background: #f5f5f5 url('../images/footer-bg.png') bottom right no-repeat;
}

/* left menu */
.leftMenu-div {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(38, 38, 38, 0.15);
  border-radius: 15px;
}

.leftMenu-div a.nav-link,
.offcanvasMenu a.nav-link {
  color: #262626;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
}

.leftMenu-div a.nav-link.active,
.leftMenu-div a.nav-link:hover {
  color: #fff;
  background: #6C50FB;
  border-radius: 15px;
}

.leftMenu-div a.nav-link.active svg,
.leftMenu-div a.nav-link:hover svg {
  cursor: pointer;
  filter: brightness(0) invert(1);
}

ul.offcanvasMenu li a .svg {
  filter: brightness(0) saturate(100%);
}

.leftMenu-div a.nav-link:hover .svg,
.leftMenu-div a.nav-link.active .svg {
  cursor: pointer;
  filter: brightness(0) invert(1);
}

.leftMenu-div a.nav-link .svg {
  filter: brightness(0) saturate(100%);
}

/* END left menu */
/********************* insurance blocks  css 8****************************/

/* Profile img div */
/* START: progress badge */
.progress-badge {
  position: absolute !important;
  right: -25px;
  top: -45px;
}

.progress {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44484b;
  font-size: 14px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #8B74FC;
}

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }

  .addOns-div,
  .premiumBreakup-div {
    background-color: transparent !important;
    box-shadow: unset !important;
  }
}

/* END: Progress badge */
.business-card-container img {
  width: 22px;
}
.bCard_icon{
  line-height: 2.5 !important;
}
.business-card-container .business-card-btn {
  background-color: transparent;
  color: white;
  padding: 0px;
  border: none;

}

.leftPannel-profile-image-div {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #e0e0e0;
  overflow: hidden;
  border-radius: 50%;
  /* padding: 2px; */
  border: 1px solid #615d5d;
}

.profile-img-div {
  position: relative;
  background-color: #e0e0e0;
  width: 300px;
  height: 126px;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.business-card {
  width: 414px;
  max-width: 100%;
  margin: auto;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  overflow: hidden;
}

.business-card ._background {
  background-image: url("../images/business_card_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 81%;
  background-position: top;
}

.business-card ._inner-card .icon-wrap {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(162, 162, 162, 0.5);
}

.business-card ._inner-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  border-radius: 30px;
  padding: 15px;
}

.business-card .businessCard-img-div {
  width: 130px;
  height: 130px;
  padding: 4px;
  background-image: conic-gradient(#f9cbe0 44deg, #77e9d9 105deg, #77e9d9 203deg, #77e9d9 89deg, #f9cbe0 69deg, #f9cbe0 152deg);
  border-radius: 50%;
  overflow: hidden;
}
.businessCard-img-div ._inner-div{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
}
.businessCard-img-div .profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #cac5c5;
}

.qrCode-div img {
  border-bottom: 5px solid #6C50FB;
}

.profile-img-div .profile-img,
.leftPannel-profile-image-div .profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-img-div {
  position: absolute;
  /* left:0; */
  right: 8px;
  bottom: 5px;
}

.upload-img-div .camera-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

/* START My Rewards */
.trans-failed .trans-heading , .trans-failed .trans-amount{
  color:#dc3545!important
}
.reward-container  .points {
  box-sizing: border-box;
  border-radius: 10px;
}
.reward-container ._bal_point , .reward-container ._total_rewards{
  background: rgb(108 80 251 / 10%);
}

.reward-container ._redeem-point{
  background: #E6F9FF;
  border-radius: 10px;
  background-image: url(../images/reedeem_card.png);
  background-repeat: no-repeat;
  background-size: cover;

}
/* END My Rewars*/

/* PAYTM Card START */
.paytmSection-container .points {
  box-sizing: border-box;
  border-radius: 10px;
}

/* custom range  */
.paytmSection-container .custom-range::-webkit-slider-thumb {
  background: #2F3044;
}

.paytmSection-container .custom-range::-moz-range-thumb {
  background: #2F3044;
}

.paytmSection-container .custom-range::-ms-thumb {
  background: #2F3044;
}

.paytmSection-container .points._total-earn,
.medical-bg-detail {
  background: #F3F3F3;
  border: 0.25px solid rgba(0, 0, 0, 0.1);
}

.paytmSection-container .points._business-point {
  background: #E6F9FF;
  border-radius: 10px;
}

.paytmSection-container .points._redeem-point {
  background: #E6F9FF;
  border-radius: 10px;
  background-image: url(../images/paytm_background.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.paytmSection-container .points ._point-link {
  background: #04C4FF;
  border: 0.5px solid #00B0FB;
  border-radius: 5px;
  color: #fff;
}

._point-link .paytm-account-link {
  color: #2F3044;
  background-color: transparent;
  border: 0px;
  text-decoration: underline;
}

/* transaction */
.trans-table {
  font-size: 11px;
}

.trans-table .trans-header {
  background: #F3F3F3;
  border: 0.25px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.trans-table .trans-body {
  text-align: center;
  border: none;
}
.trans-table .trans-body .row{
  border-bottom:0.5px solid #DADADA;
}
.trans-table .trans-body small {
  display: block;
  font-size: 9px;
  font-weight: normal;
  color: #A2A2A2;
}

.paytmSection-container .offer-container .offer-div, .reward-container .offer-container .offer-div {
  border-radius: 5.31414px;
  color: white;
  padding: 7px 15px;

}

.offer-div ._text {
  font-size: 13px;
  margin-bottom: 0px;
}

.paytmSection-container .offer-div._offer-div1, .reward-container .offer-div._offer-div1 {
  background: linear-gradient(94.91deg, #0076E3 -3.74%, #459AE8 109.67%);
}

.paytmSection-container .offer-div._offer-div2, .reward-container .offer-div._offer-div2 {
  background: #27BCA9;
}

.paytmSection-container .offer-div._offer-div3, .reward-container .offer-div._offer-div3 {
  background: #2F3044;
}

.paytm-modal-container ._modal-body ._modal-header {
  color: #2F3044;
  font-weight: 600;
}

.paytm-modal-container .resend-otp.active {
  color: #2F3044;
}

.paytm-modal-container .cust-model-content {
  background-image: url(../images/paytm_background.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.paytm-modal-container ._modal-card {
  background: #F9F9F9;
  border-radius: 10px;
}

.paytm-modal-container .cust-model-content {
  box-shadow: 0px 16px 0px -9px #04C4FF;
  -moz-box-shadow: 0px 16px 0px -9px #04C4FF;
  -webkit-box-shadow: 0px 16px 0px -9px #04C4FF, 0px 19px 0px -9px #0C295B;
  -o-box-shadow: 0px 16px 0px -9px #04C4FF;

}

._redeem-point .btn-primary {
  background-color: #2F3044;
  border-color: #2F3044;
}

.paytm-modal-container .btn-primary {
  background-color: #2F3044;
  border-color: #2F3044;
}

.paytm-modal-container .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem hsl(237deg 3% 52%);
}

.paytm-modal-container .btn-outline-primary {
  color: #2F3044;
  border-color: #2F3044;
}

.paytm-modal-container .btn-outline-primary:hover {
  color: #fff;
  background-color: #2F3044;
  ;
  border-color: #2F3044;
  ;
}

.paytm-modal-container .btn-outline-primary:active {
  color: #fff;
  background-color: #2F3044;
  ;
  border-color: #2F3044;
}

.paytm-modal-container .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem hsl(237deg 3% 52%);
}

/* PAYTM Card END*/


/*Start rate us */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center
}

.rating>input {
  display: none
}
.rating>label {
  position: relative;
  width: 1em;
  font-size: 3rem;
  color: #FFD600;
  cursor: pointer
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

/* .rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
} */

.rating>input:checked~label:before {
  opacity: 1
}

.btn-check:checked+.rateUs-btn{
  background-color: #6C50FB;
    border-color: #6C50FB;
}


/* END Rate us */

/* Profile img div end */


/* my Business Start */
.add_form ._heading{
  color:#27BCA9;
}
.business-nav .nav{
display: flex;
overflow: auto;
flex-wrap: nowrap;
white-space: nowrap;
padding-bottom:8px;
}
.business-nav .nav-link{
  color:#2F3044;
}
.business-nav .nav-tabs .nav-item.show .nav-link, .business-nav .nav-tabs .nav-link.active{
  color: #6c50fb;
    background-color: #fff;
    border-color:transparent;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);

}

/* My Business End */
.cust-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px;
}

.cust-card-2 {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.insuranceMainDiv ._insu-dcard div {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  box-sizing: border-box;
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  font-size:10px;
}

.faq-wrapper .insuranceMainDiv ._insu-dcard div {
  width: 195px;
}

.dcardBg1 {
  color: #003387;
  background: linear-gradient(143.32deg, rgba(77, 144, 255, 0.2) 5.02%, rgba(21, 91, 208, 0.3) 101.18%);
}

.dcardBg2 {
  color: #0D767D;
  background: linear-gradient(148.31deg, rgba(106, 219, 226, 0.2) -5.09%, rgba(59, 177, 185, 0.3) 100.84%);
}

.dcardBg3 {
  color: #876900;
  background: linear-gradient(139.56deg, rgba(255, 210, 97, 0.2) 2.9%, rgba(198, 167, 0, 0.3) 118.83%);
}

.dcardBg4 {
  color: #008024;
  background: rgba(161, 236, 38, 0.3);
}

.dcardBg5 {
  color: #830902;
  background: linear-gradient(141.75deg, rgba(241, 91, 83, 0.2) 0%, rgba(124, 6, 0, 0.3) 104.45%);

}

.dcardBg6 {
  color: #3E3D42;
  background: linear-gradient(145.18deg, rgba(143, 131, 191, 0.2) 2.6%, rgba(111, 24, 152, 0.3) 102.86%);
}

/********************* END : insurance blocks  css 8****************************/
/* small carousel  */
.myearnings {
  margin-top: 10px;
}

.myearnings .carousel-caption {
  position: absolute;
  right: 15%;
  top: 1rem;
  left: 5%;
  padding-top: 0rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.myearnings .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 5px;
  height: 5px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-pink);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.myearnings .carousel-inner,
.carousel-inner img {
  min-height: 30vh;
}

/* small carousel  */
._service-container label {
  position: relative;
  margin: 1px auto;
  background: #6C50FB;
  border-radius: 10px;
  /* width: 130px; */
  padding: 12px 42px;
  color: #fff;
}

._service-container label .img-thumbnail {
  position: absolute;
  left: -12px;
  top: 9px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 33px;
  height: 29px;
}


._service-container .service-btn {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 18px;
  color: #262626;
}

._service-container ._service-div:nth-of-type(1) .service-btn {
  border: 1px solid #0158E8;
}

._service-container ._service-div:nth-of-type(2) .service-btn {
  border: 1px solid #6C50FB;
}

._service-container ._service-div:nth-of-type(3) .service-btn {
  border: 1px solid #01AC31;
}

/* SMALL carousal end here */
/*************** earning css starts **************************/
.pointBg {
  background: rgba(109, 106, 249, 0.5);
  opacity: 0.8;
  border-radius: 15px;
  padding: 20px 10px;
  margin-top: 10px;
}

.pointBg:nth-of-type(2) {
  background: rgba(241, 192, 215, 0.8);
  opacity: 0.8;
  border-radius: 15px;
  padding: 20px 10px;
  margin-top: 10px;
}

.pointBg:nth-of-type(2) .pointBtn {
  background: #F27AB3;
}

.pointBtn {
  background: #8381E6;
  border-radius: 15px;
  font-size: 13px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 10px 10px;
}

/* Recent Lead css */
.rowLeadBg {
  background: #F1F7FA;
  border-radius: 5px;
  padding: 10px 0px;
  margin: 10px;
  font-size: 12px;
  line-height: 18px;
}

.leadsBtn {
  font-size: 11px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 5px 5px;
  margin-right: 5px;
  float: left;
  display: inline-block;
}

.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
}

.leadsBtn {
  font-size: 11px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 5px 5px;
  margin-right: 5px;
  float: left;
  display: inline-block;
}

.LeadBorderSucess {
  border-left: solid 5px #01AC31;
}

.LeadBorderWarning {
  border-left: solid 5px #FAA51A;
}

.LeadBorderDanger {
  border-left: solid 5px #F80909;
}

.view {
  font-size: 13px;
  color: #262626;
  text-decoration: underline;
}

ul.updates>li p {
  font-size: 12px;
  padding-left: 10px;
}

.leftMenu-div {
  width: auto;
}

.profileNavTab.nav-tabs {
  border-bottom: 0px;
}

.profileNavTab.nav-tabs .nav-link {
  color: #262626;
}

.profileNavTab.nav-tabs .nav-link.active {
  background: #6C50FB;
  border-radius: 15px 15px 0px 15px;
  color: #fff;
  border: 0px;
}

.profileNavTab.nav-tabs .nav-link.active .svg {
  cursor: pointer;
  filter: brightness(0) invert(1);
}

.profileNavTab.nav-tabs .nav-link.active span {
  color: #fff;
}

/* End Recent lead css */

/* START-Dashboard-Profile page */
.profile-right-div {
  width: auto;
}

.testimonial-card {
  border-radius: 15.9643px;
}

.testimonialBg1 {
  background: rgba(222, 232, 249, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.testimonialBg2 {
  background: rgba(241, 252, 223, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.testimonialBg3 {
  background: rgba(229, 246, 248, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.testimonialBg4 {
  background: rgba(253, 247, 228, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

/* END-Dashboard-profile page */

/* START Dashboard Training */
.training {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0px;
  margin-top: 10px;
}

.training:nth-of-type(1) {
  border-left: 7px solid #27BCA9;
  border-right: 7px solid #27BCA9;
}

.training:nth-of-type(2) {
  border-left: 7px solid #F6469A;
  border-right: 7px solid #F6469A;
}

/* END Dashboard Training */


/* START FAQ accordian */
.faq-accordian.accordion-flush .accordion-item .accordion-button,
.faq-accordian.accordion-flush .accordion-item {
  border-radius: 10px;
}

.faq-accordian.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #6C50FB;
  background-color: transparent;
  font-weight: 600;
  border: none;
}
.faq-accordian .accordion-button{
  font-size:0.9rem;
}
/* ********notification ********** */
i.notification:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #008024;
  top: 0;
  right: 10px;
  border-radius: 50%;
}

ul.noteList li {
  margin: 0;
  margin-bottom: 1em;
  padding: 10px 10px 10px 25px;
  position: relative;
}

ul.noteList li:after {
  content: '';
  height: .4em;
  width: .4em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 15px;
  left: 10px;

}

ul.noteList li.greenNote:after {
  background: #01AC31;
}

ul.noteList li.yellowNote:after {
  background: #FAA51A;
}

ul.noteList li.blueNote:after {
  background: #0587FF;
}

ul.noteList li.muteNote:after {
  background: #A1A1A1;
}

.unreadGreenNoteBg {
  background: linear-gradient(90deg, rgba(1, 172, 49, 0.1) -4.1%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}

.unreadYellowNoteBg {
  background: linear-gradient(90deg, rgba(250, 165, 26, 0.1) -4.1%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}

.unreadBlueNoteBg {
  background: linear-gradient(90deg, rgba(5, 135, 255, 0.1) -4.1%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}

/********** Notificarion end ***********/
/* END FAQ Accordian */

/* Dashboard- Leads page */
.leadsTab.nav-tabs .nav-link.active {
  border: 0px;
  color: #6C50FB;
  background: #DADADA;
  border-radius: 15px 15px 0px 0px;
}

.leadsTab.nav-tabs .nav-link {
  color: #6C50FB;
  background: #fff;
  border-radius: 15px 15px 0px 0px;
  font-weight: bold;
}

.create-appoinment {
  position: relative;
}

.create-appoinment ._header {
  background: #0587FF;
  border-radius: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.create-appoinment ._cancel-btn {
  background: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
}

.create-appoinment ._cancel-btn:focus {
  border: 0px;
  box-shadow: unset;
}

.create-appoinment ._save-btn {
  border-radius: 10px;
}
.modal-content{
  border-radius: 19px;
}
.modal-content.create-appoinment {
  background: transparent;
  border: 0;
}

.dateText {
  inline-size: 40px;
  overflow-wrap: break-word;
  display: inline-block;
}

.appBtn1 {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  padding: 5px 10px 5px 10px;
  margin-top: 10px;
  color: #0587FF;
}

.appBtn2 {
  border-radius: 8px;
  float: left;
  background: #0587FF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 15px;
  color: #fff;
  padding: 15px 20px;
}

.appDetailsText {
  background: #EFF1F5;
  border-radius: 10px;
  margin-top: 10px;
}

.appDetailsText p {
  font-size: 14px;
}

/* End Dashboard Leads Page */
/* start vertical scroll */
.vertical-scrollable {
  overflow-y: scroll;
  height: 500px;
}

.vertical-scrollable {
  overflow-y: scroll;
  height: 550px;
}

.vertical-scrollable::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 20px;
}

.vertical-scrollable::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
  border-left: 9px solid white;
  border-right: 9px solid white;
}

.vertical-scrollable::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #6C50FB;
  border-left: 7px solid white;
  border-right: 7px solid white;
}

.vertical-scrollable .item {
  height: 20px;
  margin-bottom: 5px;
  background: silver;
}

.vertical-scrollable .item:last-child {
  margin-bottom: 0;
}

/* CAR PURCHASE CSS START HERE */
.card-heading-div {
  border-left: 4px solid #27BCA9;
}

/* .card-watermark{
  background-image: url("../images/logo_watermark.png"), url("../images/logo_watermark.png");
  background-repeat: no-repeat;
  background-size:auto;
  background-position:top  right , bottom left ;
  transform: none , rotate(30deg)
} */
/* .card-watermark{
  background-image: url("../images/logo_watermark.png");
  background-repeat: repeat-y;
  background-size:auto;
  background-position:  right ;
} */
.stepper-item {
  color: #DADADA;
  user-select: none;
  font-size: 9px;
}

.stepper-item.active,
.stepper-item.success {
  color: #2F3044;
}

.stepper-item .stepper-number {
  width: 19px;
  height: 19px;
  color: #fff;
  background-color: #DADADA;
  display: inline-block;
  text-align: center;
  line-height: 1.3rem;
  border-radius: 4.85723px;
}

.stepper-item.active .stepper-number,
.stepper-item.success .stepper-number {
  background-color: #2F3044;
}

.modal-btn-close {
  border-radius: 50%;
  background: rgba(196, 196, 196, 0.4);
  width: 40px;
  height: 40px;
  text-align: center;
}

.cust-model-content {
  border-radius: 20px;
  box-shadow: 0px 16px 0px -9px #27bca9;
  -moz-box-shadow: 0px 16px 0px -9px #27bca9;
  -webkit-box-shadow: 0px 16px 0px -9px #27bca9;
  -o-box-shadow: 0px 16px 0px -9px #27bca9;
}

.modal-call-btn {
  background: #F0F0F0;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  border-radius: 20px;
  position: relative;
}

.modal-call-btn img {
  width: 70px;
  position: absolute;
  left: -2px;
  top: -5px;
  bottom: 0;
}

.modal-copy-btn {
  background: #F0F0F0;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  position: relative;
}

.modal-copy-btn img {
  width: 40px;
  position: absolute;
  right: -2px;
  top: -3px;
  bottom: 0;
}

.btn-whtsapp,
.btn-email,
.btn-sms {
  font-size: 11px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.btn-whtsapp img,
.btn-email img,
.btn-sms img {
  width: 18px;
}

.btn-whtsapp {
  background-color: #00A82F;
  color: #fff;
}

.btn.btn-whtsapp:focus {
  box-shadow: 0 0 0 0.25rem hsl(137deg 41% 84%);
}

.btn-email {
  background-color: #6C50FB;
  color: #fff;
}

.btn-sms {
  background-color: #27BCA9;
  color: #fff;
}

.btn.btn-sms:focus {
  box-shadow: 0 0 0 0.25rem hsl(172deg 19% 91%);
}

.quote-container .quote_company_logo {
  /* position: absolute;
  top: -30px;
  width: 6rem; */
  width: 100%;
  margin-top: -25px;
}

.quote-container .quote_company_name {
  font-size: 0.7rem;
}

/* addOns */
.addOn-container ul li {
  margin-top: 10px;
}

.addOn-container .accordion-flush .accordion-item .accordion-button {
  background-color: #6C50FB;
  color: #fff;
}

.addOn-container .accordion-button::after {
  background-image: url(../images/svg/add.svg);
}

.addOn-container .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg/minus.svg);
  background-position: 0px;
}

.addOn-container .accordion-button {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.addOn-container .accordion-button::after {
  background-size: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
}

.addOns-list {
  font-size: 10px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
}

.addOns-list li {
  margin-bottom: 5px;
}

.addOn-toggle img {
  /* width:15px; */
  margin-left: 3px;
  transform: rotate(-180deg);
}

.addOn-toggle .show img {
  transform: rotate(0deg);
}



/* filter */
.filter-container ul li , .sort-container ul li {
  margin-top: 10px;
}

.filter-container .dropdown-menu,
.sort-container .dropdown-menu {
  min-width: 240px;
}

.filter-container ._heading,
.sort-container ._heading,
.share-container ._heading {
  font-size: 10px;
  color: #2F3044;
  text-decoration: none;
}

.filter-container ._heading img,
.sort-container ._heading img,
.share-container ._heading img,
.main-filter img,
.edit_summary img {
  width: 10px;
}

.sort-container .dropdown-menu .btn {
  text-align: left;
  font-size: 12px;
}

.sort-container .btn.active,
.sum-Insu .btn.active,
.policy-duration .btn.active {
  background-color: #6c50fb;
  color: #fff;
}

.premium-breakup-list li {
  margin-bottom: 8px;
  font-size: 12px;
}

.premium-breakup-div {
  background: #2F3044;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}

/* Proposal page START*/
.quote-details-div {
  background: #E9F8F6;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.quote-details-div ._container .quote_company_logo {
  height: 90px;
}

.proposal-form-container.accordion-flush .accordion-item .accordion-button,
.proposal-form-container .accordion-item:last-of-type .accordion-button.collapsed {
  background: transparent;
  border-radius: none;
  box-shadow: none;
  padding: 0px;
}

.proposal-form-container .accordion-button:not(.collapsed) {
  color: #262626;
}

/* health */
/* Enquiry Page */
.coverage-div .btn-check:checked+.btn-outline-light {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(173, 171, 171, 0.6);
  border: 1px solid #6C50FB;
}

.coverage-div .btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

/* Quotation Page */
.coverage-btn::after {
  background-image: none !important;
}

.quote-card-features {
  border-end-end-radius: 10px;
  border-end-start-radius: 10px;
}

.quote-card-features .collapsed img {
  transform: rotate(-180deg);
}

/* Quotation Page */
.accordion-button2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px;
  font-size: 1rem;
  color: #262626;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-weight: 500;
  overflow-anchor: none;
}

.medicalQuestion_accordian .accordion-button::after {
  margin-left: unset;
}

.fa.fa-circle {
  font-size: 10px;
}

.compareQuoteModal .list-group-item {
  font-size: 12px;
  background-color: transparent;
}

.addOns-header .accordion-button,
.premiumBreakup-header .accordion-button {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 12px;
  color: #2F3044;
}

.addOns-header .accordion-button:not(.collapsed),
.premiumBreakup-header .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}

.first-card::after {
  border: 2px solid red;
  background-color: red;
  width: 200px;
}

/* Proposal page END */

/* Summary page START */
.summary-form-container {
  border-radius: 10px;
}

.summary-form-container ._card {
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.summary-form-container ._heading {
  color: #2F3044;
  font-weight: 600;
  font-size: 16px;
}

.summary-form-container ._label,
.proposal-form-container ._label ,._label{
  color: #2F3044;
  font-size: 12px;
}

.summary-form-container ._value, ._value {
  color: #2F3044;
  font-weight: 600;
  font-size: 12px;
  margin-top: 3px;
}

.btn.btn-link:focus {
  box-shadow: unset !important;
}

/* Summary page End */
/* Payment Success */
.payment-success-container ._header {
  font-weight: 900;
  font-size: 40px;
  color: rgba(218, 218, 218, 0.4);
  opacity: 0.4;
  user-select: none;
}

/* CAR PURCHASE CSS END HERE */

/* Vector Borne  */
.img-vectorBorne-banner1{
  background-image: url("../images/vectorBorne/vector_borne.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 14rem;
}
.img-personalAccident-banner1{
  background-image: url("../images/personalAccident/personal_accident.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 14rem;
}
.iframe_gmap{
  width:100%;
}
/* END custom scroll */

/* CAll btn */
.callBtn {
  position: fixed;
  z-index: 99999;
  right: 30px;
  bottom: 4em;
  width: 60px;
}
/* not found page */
.not-foundPage ._title{
font-size:80px;
}
/* FOOTER */
.cust-footer {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  padding-top: 1rem;
  /* padding-bottom: 1rem; */
}
.footer-bottom{
  color: #fff;
  background-color: #2D264B;
}
.irda-logo{
  width:50px;
}
.cust-footer .logo{
width:60px;
}

.cust-footer .list-inline-item:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid #fff;
}


/* MODALS */
.modal-dscription{
  font-size: 14px;
}
.cust-terms-modal .cust-modal-header {
  border-bottom: 2px solid #6C50FB;
}

.cust-terms-modal .modal-title {
  font-weight: 500;
}

.cust-terms-modal p {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
}

.email-verify-modal img,
.fpswd-otp-modal img,
.change-pwd-modal img,
.modal-header-img {
  width: 100px;
}

.email-verify-modal .modal-dscription,
.fpswd-otp-modal .modal-dscription {
  font-weight: 400;
  font-size: 12px;
}


/* START EXTRA CSS FOR DROPDOWN */
/* dropdown */
.e-dropdownbase .e-list-item.e-item-focus, .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover, .e-dropdownbase .e-list-item.e-hover 
{
  background: #6C50FB;
  color: #f7f7fc;
}

/* END EXTRA CSS FOR DROPDOWN*/











/* Media Queries */
@media (max-width: 576px) {
  .otp-input input {
    width: 37px;
  }

  .insuranceMainDiv ._insu-dcard b {
    font-size: 10px;
  }

  .cust-fs-20 {
    font-size: 18px;
  }
  .business-card .cust-fs-16{
    font-size:10px;
  }
  .business-card .card-holder-name{
    font-size:18px;
  }
  .business-card ._inner-card .icon-wrap{
    width:33px;
    height:33px;
    line-height: 2.2;
  }
  .form-control{
    padding: 0.2rem 0rem;
    font-size:12px;
  }
}

@media (min-width: 576px) {
  .cust-modal-sm {
    max-width: 383px;
  }

  .cust-modal-body {
    padding: 2rem;
  }

  .card-heading {
    font-size: 24px;
  }
}

@media screen and (max-device-width: 767px) {
  .cust-fs-10 {
    font-size: 9px;
  }

  .cust-fs-12 {
    font-size: 8px;
  }

  .cust-fs-13 {
    font-size: 9px;
  }

  .cust-fs-14 {
    font-size: 10px;
  }

  .cust-fs-15 {
    font-size: 12px;
  }

  .cust-fs-16 {
    font-size: 15px;
  }

  .cust-fs-18 {
    font-size: 16px;
  }

  ul.leftSmallScrn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-position: inside;
    list-style-type: none;
  }

  .leftMenu-div {
    width: 100%;
  }


}

@media (max-width: 992px) {
  .leftMenu-div li {
    text-align: center;
  }

  .position-sm-static {
    position: static;
  }
}

@media (min-width: 768px) {

  .cust-btn-secondary {
    width: 168px;

  }

  .doc-nav-tab.success {
    background: #DEDDE1;
  }

  .doc-nav-tab.success span {
    color: #fff;
  }

  .doc-nav-tab:not(:last-child) {
    margin-bottom: 18px;
  }

  .cust-nav-tab {
    font-size: 15px;
  }

  .cust-header .list-inline-item:not(:last-child) {
    padding-right: 1rem;
    border-right: 1px solid #262626;
  }


  /* KYC */
  .widget-border {
    position: relative;
  }

  .widget-border::before {
    height: 100%;
    right: -43px;
    position: absolute;
    top: 50%;
    border-radius: 5px 0px 0px 5px;
    width: 6px;
  }

  .myearnings .carousel-inner,
  .carousel-inner img {
    min-height: 25vh;
  }

  /* profile */
  .faq-wrapper .insuranceMainDiv ._insu-dcard div {
    width: auto
  }

  .notificationModal .modal-dialog {
    max-width: 500px;
    margin-right: 0;
    margin-top: 9rem;
  }

  /* profile */
  .profile-right-div {
    width: 80%;
  }

  /* CAR PURCHASE */
  /* Stepper */
  .stepper-item {
    font-size: 14px;
  }

  .stepper-item .stepper-number {
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #DADADA;
    display: inline-block;
    text-align: center;
    line-height: 2.3rem;
    border-radius: 4.85723px;
  }

  /* Quote Card */
  .quote-container .quote_company_logo {
    width: 100%;
    margin-top: -36px;
  }

  .quote-container .quote_company_name {
    font-size: 1rem;
  }

  /* end Stepper */

  /* Car Purchases */
  .filter-container ._heading,
  .sort-container ._heading,
  .share-container ._heading {
    font-size: 14px;
  }

  .filter-container ._heading img,
  .sort-container ._heading img,
  .share-container ._heading img,
  .main-filter img,
  .edit_summary img {
    width: 18px;
  }

}

@media (min-width: 992px) {

  /* start nav styling for web */


  .product-dropdown .nav-link {
    background: none;
  }

  .product-dropdown .nav-link span {
    color: rgba(0, 0, 0, .9);
  }

  .product-dropdown .dropdown-menu[data-bs-popper] {
    margin-top: 0.60rem;
  }

  .product-dropdown-menu {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0px 0px 10px 10px;
  }

  .product-dropdown-menu .dropdown-item.active,
  .product-dropdown-menu .dropdown-item:active {
    background-color: #6c50fb;
    border-radius: 10px;
    color: #fff;
  }

  /* end nav styling for web */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
  }

  .app-download-container img {
    width: 200px;
  }

  .banner-img-div .hero-img {
    left: -57px;
  }

  /* KYC */
  .kyc-header-container {
    width: 310px;
  }

  .leftMenu-div {
    width: 20%;
  }

  /* Payment Success */
  .payment-success-container ._header {
    font-size: 121px;
  }

  /* Health  */
  .overflow-lg-noscroll {
    overflow: unset !important;
  }

  /* compare Modal */
  .compareQuoteModal .modal-lg,
  .compareQuoteModal .modal-xl {
    max-width: 906px;
  }
}

@media (min-width: 1200px) {

  .leftMenu-div a.nav-link,
  .offcanvasMenu a.nav-link {
    font-size: 14px;
  }

  .compareQuoteModal .modal-xl {
    max-width: 1150px;
  }
}






/* Testimonial Slider */

.testimonial .item .down-content h4 {
  padding: 25px;
  font-size: 16px;
  color: #1f272b;
  text-align: center;
}

.testimonial .item .down-content p {
  text-align: center;
  font-size: 12px;
}

.testimonial .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-45px);
}

.testimonial .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 16px;
}

.testimonial .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background: rgba(238, 116, 206, 0.5);
  box-shadow: inset 0.719298px 0px 0.719298px rgba(0, 0, 0, 0.25);
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.testimonial .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
  background: #6C50FB;
}

.testimonial .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -55px;
}

.testimonial .owl-nav .owl-prev span,
.testimonial .owl-nav .owl-next span {
  opacity: 0;
}

.testimonial .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.testimonial .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.testimonial .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.testimonial .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.testimonial .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.testimonial .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -55px;
}

.testimonial .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}



/* 
---------------------------------------------
Testimonial responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {

  .testimonial .owl-nav .owl-next {
    right: -30px;
  }

  .testimonial .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {

  .testimonial .owl-nav .owl-next {
    right: -70px;
  }

  .testimonial .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {

  .testimonial .owl-nav .owl-next {
    right: -30px;
  }

  .testimonial .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {

  .testimonial .owl-nav .owl-next {
    display: block;
  }

  .testimonial .owl-nav .owl-prev {
    display: block;
  }
}

@media (max-width: 425px) {

  .testimonial .owl-nav .owl-next {
    right: -4px;
  }

  .testimonial .owl-nav .owl-prev {
    left: -1px;
  }
}