/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.navbar {
	background-color: #1b54a3 !important;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #000000;
	font-size: 16px;
}

/*font-family: 'Playfair Display', serif;*/
.full-width {
	background-size: cover;
}
.banner-over-text h2 {
	text-align: center;
	font: normal normal normal 60px/80px Playfair Display;
	letter-spacing: 0px;
	color: #000000;
}
.about-banner-text {
	text-align: left !important;
}
.btn-v {
	font: normal normal 700 16px/22px Open Sans;
	background: #fff;
	display: inline-block;
	padding: 20px 45px;
	border-radius: 4px;
	text-decoration: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	border: 0;
	color: #0075e8;
}
.btn-group {
	display: block;
	text-align: center;
}
.blu-btn {
	background-color: #0075e8;
	color: #fff !important;
}
.green-btn {
	background-color: #40b649;
	color: #fff !important;
}
.red-btn {
	color: #ff0000;
	border: 1px solid #ff0000;
}
.blu-border-btn {
	color: #0075e8;
	border: 1px solid #0075e8;
}
.btn-v + .btn-v {
	margin-left: 20px;
}
.wht-btn {
	color: #0075e8 !important;
	border: 1px solid #0075e8;
}
.btn-group a + a {
	margin-left: 15px;
}
footer {
	font: normal normal normal 13px/20px Open Sans;
	box-shadow: 0px -3px 6px #0000001f;
	letter-spacing: 0px;
	color: #535353;
	position: relative;
}
.main-header nav {
	padding: 0px;
}
header .navbar a.nav-link {
	/* font: normal normal bold 16px/22px Open Sans; */
	padding: 14px 10px;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	font-family: Open Sans !important;
}
header .navbar a.nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #0075e8;
}
header .navbar a.nav-link.active {
	color: #0075e8;
}
header .navbar li + li {
	margin-left: 50px;
}
.profile-block .blue-text.text-14 {
	font: normal normal bold 14px/19px Open Sans;
	color: #0075e8;
}
header .container-fluid {
	/* padding-left: 27px; */
	padding-left: 0px;
	padding-right: 0px;
}
.checkbox {
	display: block;
	margin-bottom: 15px;
}
.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.checkbox label {
	position: relative;
	cursor: pointer;
}
.checkbox label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #000000;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
		inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
.checkbox input:checked + label:before {
	background-color: #0075e8;
	border: 2px solid #0075e8;
}
.checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
	width: 5px;
	height: 13px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #939393;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #939393;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #939393;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #939393;
}
.contact-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000000;
}
.contact-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
}
.contact-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
}
.contact-form :-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
#sidebar-wrapper {
	margin-left: -12rem;
	transition: margin 0.25s ease-out;
	display: flex;
	flex-wrap: wrap;
	width: 364px;
}
#sidebar-wrapper .list-group {
	width: 100%;
	border-radius: 0;
}
#page-content-wrapper {
	min-width: 100% !important;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
	margin-left: 0;
}
.modal-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
input,
.nice-select,
textarea {
	width: 100%;
	border-radius: 4px;
	outline: 0 !important;
	box-shadow: none !important;
	height: 45px;
	margin-bottom: 5px;
	border: 0;
	padding: 0 20px;
	color: #000000;
}
.modal-content-block {
	margin: 0px auto;
	width: 88%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.modal-content-block .btn-v {
	width: 100%;
}
.modal-header {
	border: 0;
}
.otp-field-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.otp-field-block input {
	width: 22%;
}
.otp-modal-title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	text-align: center;
	font-family: Playfair Display;
}
#welcome_user label,
#mpin label {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 48px;
}
.checkbox-block-title {
	margin-bottom: 15px;
}
.page-title {
	font-size: 24px;
	font-weight: bold;
}
.contact-message {
	padding: 10px 0 30px;
	font: normal normal normal 51px/65px Playfair Display;
	color: #000000;
}
.contact-info-wrapp {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	flex-wrap: wrap;
	height: 90%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contact-info {
	margin-bottom: 30px;
}
.contact-info:nth-last-child(1) {
	margin-bottom: 0;
}
.contact-form-wrapp {
	padding: 66px 150px;
}
#sidebar-wrapper ul li {
	list-style: none;
}
#sidebar-wrapper ul {
	padding-left: 0;
	margin-top: 20px;
}
#sidebar-wrapper ul li a {
	color: #000000;
	text-decoration: none;
	padding: 20px;
	display: block;
	width: auto;
}
#sidebar-wrapper ul li.active a {
	background-color: #0075e8;
	color: #ffffff;
	border-radius: 10px;
}
.list-group {
	box-shadow: none;
}
#sidebar-wrapper .list-group > ul > li {
	padding: 0 30px;
	position: relative;
}
#sidebar-wrapper .list-group > ul > li .white-img {
	display: none;
}
#sidebar-wrapper .list-group > ul > li.active .black-img {
	display: none;
}
#sidebar-wrapper .list-group > ul > li.active .white-img {
	display: inline-block;
}
#sidebar-wrapper .list-group > ul > li > ul > li.active .black-img {
	display: none;
}
#sidebar-wrapper .list-group > ul > li > ul > li.active .white-img {
	display: inline-block;
}
.active-dropdown .sub-menu {
	display: block;
}
.contact-form input {
	background-color: #ffffff;
}
#sidebar-wrapper li.active:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0075e8;
	border-radius: 0px 10px 10px 0px;
}
#sidebar-wrapper li ul.sub-menu li.active:before {
	left: -30px;
}
.sidebar-bottom-block {
	padding: 50px 38px;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-self: flex-end;
	flex-wrap: wrap;
	justify-content: center;
}
.sidebar-bottom-block .edit-profile-button {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 16px 32px;
	display: block;
	margin-top: 30px;
	text-decoration: none !important;
	font: normal normal bold 16px/22px Open Sans !important;
	color: #40b649 !important;
}
header .navbar-nav li.active:before {
	display: none;
}

/*  .banner-over-text h2 {margin-bottom: 80px;}*/
button {
	outline: 0 !important;
	box-shadow: none !important;
}
.close span {
	display: none;
}
.close::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	background-image: url("../img/cross.svg");
	background-repeat: no-repeat;
}
.close {
	opacity: 1;
}
.nice-select {
	display: flex;
	align-items: center;
}
.nice-select ul.list {
	width: 100%;
}
.form-subs input[type="radio"]:checked + span {
	background-color: #0075e8;
	color: #fff !important;
}
.form-subs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
}
.form-subs input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.form-subs .btn-v {
	background-color: #efefef;
	color: #000000;
	text-align: center;
}
.form-subs-lable-block {
	width: 48%;
}
.form-subs-lable-block label {
	width: 100%;
}
.radio-button-block-contant {
	font-size: 12px;
}
.contact-info a img {
	margin-right: 10px;
}
.text-24 {
	font-size: 24px;
}
.play-fair-32 {
	font-family: Playfair Display;
	font-size: 32px;
}
.services-wrapp h2 {
	font-family: Playfair Display;
	font-size: 30px;
	margin-bottom: 10px;
}
.testimonail-info-block,
.testimonial-carousel {
	padding: 0 100px;
}
.text-bold {
	font-weight: 600 !important;
	font-size: 12px !important;
}
.testimonail-content-block {
	margin-top: 29px;
}
.testimonial-block img {
	width: 75px !important;
	height: 75px;
	object-fit: cover;
	border-radius: 100%;
	margin: 0 auto;
}
.testimonail-content-block {
	display: none;
	text-align: center;
}
.testimonial-block {
	opacity: 0.39;
	margin-top: 15px;
}
.owl-item.active.center .testimonail-content-block {
	display: block;
}
.owl-item.active.center .testimonial-block {
	opacity: 1;
	margin-top: 0;
}
.owl-item.active.center .testimonial-block img {
	width: 99px !important;
	height: 99px;
}
.testimonial-carousel {
	padding: 0 70px;
	align-self: flex-start;
}
.services-wrapp h1 {
	font-family: Playfair Display;
	font-size: 48px;
	margin-bottom: 50px;
	text-align: center;
}
.product-block {
	width: 100%;
	transition: 0.5s ease;
}

.products-grid-content {
	flex-wrap: nowrap;
	margin-top: 30px;
	column-gap: 32px;
}
.product-image-block {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.product-image-block img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	transition: 0.3s;
}
.product-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: 0.5s ease;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 10px 30px;
	transition: 0.1s ease;
}
.product-block:hover .product-content-hover-box {
	background-color: rgba(0, 0, 0, 0.5);
}
.product-title {
	font: normal normal 500 28px/37px Open Sans;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding-left: 10px;
	transition: 0.5s ease;
	line-height: 1.3;
}
.product-content:hover .product-title-hover {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 20px;
	transition: 0.5s ease;
}
.product-sub-title {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.product-block:hover .product-sub-title {
	visibility: visible;
	opacity: 1;
	position: absolute;
	left: 30px;
	right: 0;
	top: auto;
	bottom: 15px;
}
.products-grid-wrapp {
	margin-bottom: 80px;
}
.product-block:hover .product-image-block img {
	transform: scale(1.1);
}
.business-risk {
	display: none;
}
.menu-sm-cross {
	position: absolute;
	top: 50px;
	right: 50px;
	display: none;
}
.navbar-toggler-icon {
	background-image: url(../images/hamburger.svg) !important;
}
.navbar-toggler {
	outline: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	border-color: transparent;
}
.about-image-block {
	background-color: transparent !important;
	padding: 0 !important;
}
.about-image-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-sm-cross {
	display: none;
}
#sidebarToggle {
	margin-right: 20px;
}
#sidebar-wrapper ul li a img {
	margin-right: 10px;
}
#page-content-wrapper h2 {
	font-size: 16px;
	font-weight: bold;
}
#page-content-wrapper h2:nth-child(1) {
	font-size: 20px !important;
	font-weight: 700;
	color: #525056;
}
#page-content-wrapper h3 {
	font-size: 20px;
	font-weight: bold;
}
.admin-panel-grid-wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}
.grid-block {
	width: 23%;
	margin-bottom: 10px;
}
.block {
	padding: 30px 15px 50px 40px;
	border-radius: 8px;
	background-color: #ffffff;
}
.grid-icon-block {
	text-align: right;
}
.grid-icon-block img {
	width: 117px;
	height: 117px;
	border-radius: 100%;
	object-fit: cover;
}
#page-content-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.grid-block a {
	text-decoration: none;
}
.grid-block h3 {
	min-height: 38px;
}
.text-14 {
	font-size: 14px;
}
.grid-flex-wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}
.grid-flex-content-block {
	padding: 20px;
}
.grid-flex-image-block img {
	border-radius: 10px 10px 0 0;
}
.grid-flex-block {
	border-radius: 10px;
}
.grid-2 .grid-flex-image-block {
	height: 81px;
}
.grid-3 .grid-flex-image-block {
	height: 84px;
}
.grid-flex-image-block img {
	height: 100%;
	object-fit: cover;
}
.sub-menu {
	display: none;
	margin: 0 !important;
	padding-left: 0px;
}
ul.sub-menu li {
	position: relative;
}
ul.sub-menu li a {
	padding-left: 40px !important;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper .sub-menu {
	display: none !important;
}
.dropdown a {
	position: relative;
}
.dropdown > a::after {
	content: "";
	position: absolute;
	top: 30%;
	right: 15px;
	background-image: url("../img/down-arrow.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}
.active-dropdown > a::after {
	transform: rotate(180deg);
	top: 36%;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper .dropdown > a::after {
	display: none;
}
.profile-block {
	border: 1px solid #cbcbcb;
	border-radius: 7px;
	padding: 10px;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}
.profile-title {
	font-size: 20px;
	font-weight: bold;
}
.profile-block:after {
	content: "";
	display: none;
	position: absolute;
	top: 44%;
	right: 20px;
	background-image: url("../img/arrow.svg");
	width: 12px;
	height: 8px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.profile-block.active:after {
	transform: none;
}

/* .profile-block.active {border-radius: 10px 10px 0 0;} */
.profile-sub {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	top: 120%;
	left: -16px;
	border: 1px solid #cbcbcb;
	border-radius: 7px;
	display: none;
}
.profile-sub ul li {
	list-style: none;
	margin-left: 0 !important;
}
.profile-sub ul li a {
	text-decoration: none !important;
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #cbcbcb;
	color: rgba(3, 51, 129, 0.96) !important;
	font-weight: 600;
}
.profile-sub ul li:nth-last-child(1) a {
	border-bottom: 0;
}
.profile-sub ul {
	padding: 0;
	margin: 0;
}
.profile-sub ul li a img {
	margin-right: 10px;
}
.nice-select .list {
	opacity: 1;
	display: none;
}
.nice-select.open .list {
	display: block;
}
.notifaction-alert {
	position: relative;
	right: 18px;
	font-size: 10px;
	bottom: 6px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-left: 5px;
	line-height: 24px;
}
.notifiaction-panel {
	position: absolute;
	background-color: #40b649;
	padding: 15px 15px;
	font-size: 14px;
	text-align: center;
	top: 100%;
	left: 50%;
	min-width: 279px;
	color: #ffffff;
	transform: translateX(-50%);
	border-radius: 10px;
	display: none;
	z-index: 5;
}
.notifiaction-panel::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #57b74a;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.text-20 {
	font-size: 20px;
}

.hover-change-icon-block {
	width: 100% !important;
	height: 91px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	text-decoration: none !important;
	justify-content: center;
}

.hover-image-block {
	background-color: #1b54a3;
	border-radius: 10px 0 0 10px;
	padding: 34px 26px 34px 26px;
	transition: 0.3s ease;
}

.hover-change-icon-block:hover {
	background-color: #1b54a3;
	width: 218px;
	height: fit-content;
}

.hover-change-icon-block:hover .hover-image-block {
	padding-left: 1px;
}

.double-line .hover-change-icon-block:hover .hover-image-block {
	padding-left: 40px;
}

.responsive-tabel:hover .td a {
	color: #0357a8 !important;
}

span.hover-text-block {
	display: block;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.hover-change-icon-block:hover span.hover-text-block {
	color: #ffffff !important;
	padding-left: 0px;
	width: 47%;
}
a.container-hover {
	text-decoration: none;
	display: block;
	max-width: 390px;
}
.gap-y-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

table {
	width: 100%;
}

.add-policy-wrapp .container-hover .half,
.add-policy-wrapp .hover-change-static-block {
	padding: 16px;
}

.gap-top {
	margin-top: 100px;
}

.table-border-top {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.table-border-top:nth-child(1) {
	margin-top: 10px;
}

.table-border-top th {
	padding-top: 20px;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.nav-pills .nav-link.active {
	background-color: transparent;
	border-bottom: 2px solid #0075e8;
	border-radius: 0;
}

.nav-link {
	color: #000000;
}

.decoration-none {
	text-decoration: none !important;
}

input:focus {
	border: 1px solid #0075e8;
	background-color: #eff7ff;
}

.border-table tr {
	border-bottom: 1px solid #dddddd;
}

.border-table th,
.border-table td {
	padding: 10px;
}

.border-radius-4 {
	border-radius: 4px;
}

.red-border {
	border: 1px solid #ff0000;
}

.policy-paper-block {
	margin-right: 10px;
}

.policy-paper-image-block {
	width: 160px;
	height: 200px;
	margin-bottom: 0;
}

.policy-paper-cnt-block {
	padding: 0 20px;
}

.policy-paper-image-block img {
	width: 100px;
	height: fit-content;
	object-fit: contain;
}

.policy-paper-wrapp {
	flex-wrap: wrap;
}

.accordion-block .btn.btn-link {
	font-weight: bold;
	color: #000000;
	padding-left: 0;
	width: 100%;
	text-align: left;
	text-decoration: none !important;
	font-size: 16px;
	padding-left: 50px;
}

.accordion-block .card-header {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.accordion-block .card {
	border: 0;
}

.card-body {
	padding-left: 50px;
}

.accordion-block .btn.btn-link::before,
.accordion-block .btn.btn-link::after {
	content: "";
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.accordion-block .btn.btn-link::before {
	left: 0;
	background-image: url("../img/help_outline_black_24dp\ \(1\).svg");
}

.accordion-block .btn.btn-link::after {
	right: 0;
	background-image: url("../img/down-arrow.svg");
	transform: rotate(180deg);
}

.accordion-block .btn.btn-link.collapsed::after {
	right: 0;
	transform: rotate(0deg);
}

#renew_policy .nice-select {
	background-color: transparent;
	padding: 0;
	border-bottom: 1px solid #0075e8;
	border-radius: 0;
	height: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}

#renew_policy span.current {
	color: #9f9f9f;
}

#renew_policy .nice-select:after {
	border-bottom: 2px solid #0075e8;
	border-right: 2px solid #0075e8;
	height: 8px;
	width: 8px;
}

#renew_policy .modal-title {
	font-size: 24px;
}

/* =================================Bharat 20 Aug====================================== */
.bottom-border {
	border-bottom: 1px solid #dddddd;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.big-text-block span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
}

.big-text-block span:nth-child(1) {
	font-size: 57px;
	margin-bottom: 10px;
}

.big-text-block {
	border-left: 1px solid #dddddd;
	padding-left: 14px;
	width: 33%;
}

.big-text-wrapp {
	width: 40%;
	margin-top: 15px;
}

.user-green-image-block img {
	width: 67px;
	height: 67px;
	border-radius: 100%;
	object-fit: cover;
}

.user-green-image-block {
	background-color: #40b649;
	border-radius: 100%;
}

textarea.white-bg {
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
}

.not-helpful-block {
	display: none;
}

.is-this-helpful-wrapp {
	display: flex;
}

.big-modal {
	overflow: auto !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.big-modal::-webkit-scrollbar {
	display: none;
}

.big-modal {
	padding-left: 0 !important;
}

.big-modal .modal-body {
	padding: 0;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.main-wrapper {
	height: calc(100vh - 198px);
	overflow: hidden;
}

.products-main-wrapp,
.contact-us-main-wrapp {
	height: auto !important;
}

.testimonials-main-wrapp .contact-form-wrapp {
	padding: 100px 150px;
}

.about-us-main-wrapp .contact-form-wrapp {
	padding: 80px 150px;
}

.text-18 {
	font-size: 18px;
}

.block-half {
	display: flex;
	justify-content: space-between;
}

.gap-top-100 {
	margin-top: 100px;
}

/* =================================Table Pagination====================================== */
.table-pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}

.table-pagination span,
.table-pagination a {
	font-size: 14px;
	color: #535353;
	text-decoration: none !important;
	line-height: 1;
	display: inline-block;
}

.page-of-page a,
.page-of-page span {
	margin: 0 5px;
}

.page-of-page a.active {
	border: 1px solid #dddddd;
	padding: 10px 25px;
}

.page-of-page a:nth-child(1) {
	margin-left: 10px;
}

.page-of-page a:nth-last-child(1) {
	margin-right: 10px;
}

.pagi-arrow a {
	padding: 8px 13px;
	font-size: 20px !important;
	background-color: #d7d7d7;
	color: #ffffff;
}

.pagi-arrow a.active {
	background-color: #0075e8;
}

/* ================================Form================================================= */
.form-group {
	margin-bottom: 10px;
}
span.help-block.form-error {
	font-size: 11px;
}
textarea {
	min-height: 120px;
	padding-top: 10px;
}

.form-group .btn-v {
	min-width: 200px;
	text-align: center;
}

.error-block input {
	border: 1px solid #ff0000;
	background-color: transparent;
}

.form-block .form-subs .btn-v {
	font-weight: normal;
}

.form-block .form-subs-lable-block {
	width: 100%;
}

.form-block {
	margin-bottom: 20px;
}

.form-block .form-subs {
	width: auto;
	margin-bottom: 0;
}

.form-block .form-subs .btn-v {
	width: 100%;
}

/* =================================Rounded Radio Buttons==================================== */
.rounded-radios div {
	display: inline-block;
}

.rounded-radios input[type="radio"] {
	display: none;
}

.rounded-radios input[type="radio"] + label {
	color: #000000;
	font-size: 14px;
}

.rounded-radios input[type="radio"] + label span {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
}

.rounded-radios input[type="radio"]:checked + label span {
	border: 1px solid #0075e8;
	color: #0075e8;
}

.rounded-radios {
	display: flex;
	width: 100%;
	margin-top: 5px;
}

.rounded-radios > div {
	margin-right: 10px;
}

/* =======================================File Upload====================================== */
.file-upload {
	width: 250px;
}

.file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 20px;
}

.file-upload-wrapper:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display: block;
	pointer-events: none;
	z-index: 20;
	border-radius: 5px 10px 10px 5px;
	font-weight: bold;
	color: #0075e8;
}

.file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

/* =========================================KYC Button========================================== */
.btn-sm {
	padding: 7px 33px;
	background-color: #ffffff;
	color: #fc4c4c !important;
	border-radius: 16px;
	text-decoration: none !important;
	font-weight: 600;
}

.kyc-block {
	padding: 9px 25px;
	border-radius: 32px;
	background-color: #fc4c4c;
}

.kyc-block span {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 50px;
	font-weight: bold;
}

/* ===========================================Border Bottom Tabs========================================== */
.my-profile-tabs .nav-link {
	padding: 0;
	padding-bottom: 18px;
}

.my-profile-tabs .nav-item {
	padding-right: 50px;
}

.blue-text,
.nav-pills .nav-link.active {
	color: #0075e8;
}

.red-text {
	color: #ff0000 !important;
}

.gray-text {
	color: #747474;
}

.black-text,
span.hover-text-block {
	font-size: 12px;
	font-weight: 600;
	color: #033381 !important;
}

.edit-profile-button,
table th {
	color: #033381 !important;
	font-weight: 400;
}

.dark-gray-text {
	color: #535353 !important;
}

.green-text {
	color: #40b649 !important;
}

.ecomoney-button,
.blue-bg {
	background-color: #0075e8;
}

.green-bg,
.sidebar-bottom-block {
	background-color: #40b649;
}

input,
.nice-select,
textarea {
	background-color: #efefef;
}

.contact-form-wrapp,
.admin-dashboard-wrapp,
.grid-flex-block {
	background-color: #ffffff;
}

/*================================================Sumit 17Aug========================*/
.popup-tab-data h3 {
	font: normal normal bold 16px/22px Open Sans;
	color: #000000;
}

.popup-tab-data {
	padding: 20px;
}

.popup-tab-data p {
	font: normal normal normal 14px/19px Open Sans;
	color: #5c5c5c;
}

.popup-tab {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	cursor: pointer;
	height: 100%;
}

.popup-tab img {
	width: 100%;
}

.popup-tab.active {
	border: 1px solid #0075e8;
	background: #0075e80d 0% 0% no-repeat padding-box;
}

.popup-btn.disabled {
	cursor: not-allowed !important;
	pointer-events: none;
}

.width-3 {
	width: 350px;
}

.flex-center {
	display: flex;
	align-items: center;
	color: #828080;
}

.forget {
	margin-top: 30px;
	font-weight: 600;
	color: #000;
}

.max-width-85 {
	max-width: 85%;
}

.form-group {
	display: flex;
	flex-wrap: wrap;
}

.notifaction-alert.circle {
	background-color: #ff0000;
	width: 24px;
	height: 24px;
	border: 7px solid rgb(251 133 133);
}

.big-btn {
	padding: 18px 60px;
}

.biger-btn {
	padding: 18px 100px;
}

.mt-mminus-20 {
	margin-top: -20px;
}

.mt-100 {
	margin-top: 100px;
}

.date-v span {
	margin-right: 10px;
}

.date-v {
	font: normal normal 600 16px/22px Open Sans;
}

.f-w-600 {
	font-weight: 600 !important;
}

.f-w-normal {
	font-weight: normal !important;
}

div#page-content-wrapper {
	min-height: calc(100vh - 220px);
}

.flex-bw-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gapping-block {
	padding: 30px 50px 10px;
}

.side-gap {
	padding: 10px 35px 20px 50px;
}

.th {
	font: normal normal normal 16px/30px Open Sans;
	color: #818181;
}

.td {
	font: normal normal normal 16px/30px Open Sans;
	color: #000000;
}

.open {
	font: normal normal bold 16px/22px Open Sans;
	color: #0075e8;
}

.clos {
	font: normal normal bold 16px/22px Open Sans;
	color: #40b649;
}

.add-member {
	font: normal normal bold 16px/22px Open Sans;
	color: #0075e8;
	padding: 0;
	border: 0;
	background: none;
}

.red-font {
	font: normal normal normal 16px/22px Open Sans;
	color: #ff0000;
}

.vault-view th {
	font: normal normal normal 16px/22px Open Sans;
	color: #818181;
}

.vault-view td {
	font: normal normal normal 18px/27px Open Sans;
	color: #0075e8;
	vertical-align: top;
}

.docs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.box-i {
	width: 74px;
	height: 74px;
	background: #efefef 0% 0% no-repeat padding-box;
	display: block;
}

.doc + .doc {
	margin-left: 16px;
}

.v {
	font: normal normal normal 14px/22px Open Sans;
	color: #0075e8;
}

h4 {
	font: normal normal bold 16px/22px Open Sans;
	letter-spacing: 0px;
	color: #000000;
}

.color-black {
	color: #000 !important;
}

.f-w-bold {
	font-weight: bold !important;
}

.col-gap {
	padding: 0px 15px;
}

.quotes-v .form-check-label input {
	height: 20px;
	width: 20px;
	left: 0;
}

.quotes-v .form-check-label {
	margin-bottom: 0;
	padding-left: 15px;
	position: relative;
}

.quotes-v .form-check {
	padding-left: 2.25rem;
	margin-bottom: 16px;
}

.option-box {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	max-width: 220px;
	cursor: pointer;
}

.option-box + .option-box {
	margin-left: 60px;
}

.option-box:hover,
.option-box.active {
	border: 1px solid #0075e8;
	background: #eff7ff;
}

.option-box:hover *,
.option-box.active * {
	color: #0075e8;
}

.mt-minus-50 {
	margin-top: -50px;
}

.notifiacation-row + .notifiacation-row {
	margin-top: 10px;
}

.notifiacation-row {
	padding: 20px 30px;
}

.notifiacation-row.un-read {
	background: #efefef 0% 0% no-repeat padding-box;
}

.center-btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.border-row {
	padding: 15px;
	border-top: 1px solid #eaeaea;
}

.pin-source {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 6px;
}

.form-check {
	padding: 15px;
}

.pin-source .form-check input {
	width: 30px;
	right: 15px;
	top: -8px;
}

.pin-source .form-check + .form-check {
	border-top: 1px solid #e2e2e2;
}

.gray-color {
	font: normal normal normal 14px/22px Open Sans;
	color: #9f9f9f;
}

.pin-source .form-check .form-check-label {
	display: block;
}

.gj-picker-bootstrap {
	width: 300px !important;
}

input#datepicker {
	background-color: #efefef;
	height: 60px;
}

.invoice-btn {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #0075e8;
	border-radius: 31px;
	padding: 10px 15px;
	display: inline-block;
	font: normal normal bold 14px/22px Open Sans;
	color: #0075e8;
}

.invoice-btn > span {
	margin-left: 10px;
}

.invoice-btn:hover {
	text-decoration: none;
}

.select-tg-0 .nice-select {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.fade.in:not(.show) {
	opacity: 1;
}

.download-statment {
	display: flex;
}

.download-statment li {
	width: 50%;
}

.download-statment li a {
	background-color: #fff;
	color: #0075e8;
	font: normal normal 600 14px/22px Open Sans;
	display: block;
	text-align: center;
	padding: 15px;
	border: 1px solid #0075e8;
	border-radius: 0px 4px 4px 0px;
}

.download-statment li a.active {
	background-color: #0075e8;
	color: #fff !important;
}

.download-statment li a:hover {
	text-decoration: none;
}

.image-uploader .upload-text {
	display: block !important;
	margin-left: -190px;
	text-align: center;
	padding: 30px 15px;
	width: 170px;
	bottom: unset;
	border: 1px solid #d9d9d9;
}

.image-uploader {
	width: calc(100% - 190px);
	margin-left: auto;
}

.upload-icon {
	position: relative;
}

.upload-icon:before {
	content: "";
	background: url(../img/upload-icon.svg);
	width: 53px;
	height: 62px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	margin: 0 auto;
}

.image-uploader .upload-text i {
	width: 100%;
	height: 65px;
}

.image-uploader .upload-text span {
	font: normal normal bold 14px/22px Open Sans;
	color: #0075e8;
}

.image-uploader .uploaded .uploaded-image {
	padding-bottom: unset;
	width: 120px;
	height: 125px;
}

.profile-c {
	font: normal normal normal 16px/22px Open Sans;
	letter-spacing: 0px;
	color: #ff0000;
}

/*=======================cUSTOM cHECK bOX===========================================*/
.custom-check {
	display: block;
	position: relative;
	padding-left: 100px !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: normal normal normal 16px/22px Open Sans;
	color: #000000;
}

label.custom-check {
	margin: 0;
	padding: 12px 20px;
}

label.custom-check:nth-child(even) {
	background: #efefef 0% 0% no-repeat padding-box;
}

/* Hide the browser's default checkbox */
.custom-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-area {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 0.5px solid #9b9a9a;
	border-radius: 3px;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* width */
.checkbox-area::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.checkbox-area::-webkit-scrollbar-track {
	background: #e8e8e8;
}

/* Handle */
.checkbox-area::-webkit-scrollbar-thumb {
	background: #b7b7b7;
}

/* Handle on hover */
.checkbox-area::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 13px;
	left: 13px;
	height: 18px;
	width: 18px;
	border: 2px solid #333;
	border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
	background-color: #2196f3;
	border: 2px solid #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
	left: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
	border: 2px solid white;
	border-radius: 3px;
}

.back-arrow-container {
	display: flex;
	gap: 20px;
	align-items: center;
}

/*==========================================================================================*/

@media (min-width: 767px) {
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}

	body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
		margin-left: 0;
		width: 124px;
	}

	body.sb-sidenav-toggled #wrapper #sidebar-wrapper .list-group ul li a span {
		display: none;
	}

	body.sb-sidenav-toggled #wrapper #sidebar-wrapper .sidebar-bottom-block {
		display: none;
	}

	/*    .product-block {margin-right: 10px;}*/
	.testimonail-info-block {
		margin-bottom: -50px;
	}

	.grid-60 {
		width: 57%;
	}

	.grid-40 {
		width: 40%;
	}

	.grid-2 .grid-flex-block {
		width: 48%;
	}

	.grid-3 .grid-flex-block {
		width: 30.7%;
	}

	table {
		table-layout: fixed;
	}

	.policy-paper-block {
		width: 13%;
	}

	.block-half {
		width: 50%;
	}

	.my-profile-form-wrapp,
	.my-profile-right-wrapp {
		padding: 0 50px;
	}

	.my-profile-right-wrapp {
		border-left: 1px solid #dddddd;
	}

	.my-profile-form-wrapp {
		padding-left: 15px;
	}
}

@media (max-width: 1680px) {
	.contact-message {
		font-size: 32px;
		line-height: 1.3;
	}
	.page-title {
		font-size: 20px;
	}
	body {
		font-size: 13px;
	}
	.btn-v {
		font-size: 13px;
		padding: 20px 16px;
	}
	.table-pagination span,
	.table-pagination a {
		font-size: 12px;
	}
	.banner-over-text h2 {
		font: normal normal normal 50px/70px Playfair Display;
	}
	.contact-info a img {
		width: 25px;
	}
	.text-24 {
		font-size: 20px;
	}
	.play-fair-32 {
		font-size: 28px;
	}
	.services-wrapp h1 {
		font-size: 40px;
		font-weight: normal;
	}
	.services-wrapp h2 {
		font-size: 26px;
	}
	.product-title {
		font-size: 22px;
	}
	.product-image-block img {
		height: 160px;
		filter: brightness(70%);
	}
	.grid-icon-block img {
		width: 100px;
		height: 100px;
	}
	#page-content-wrapper h2:nth-child(1) {
		font-size: 20px;
	}
	#page-content-wrapper h3 {
		font-size: 16px;
	}
	.block {
		padding: 20px;
		/* margin-left: 85px; */
		padding-right: 0;
	}
	.text-14 {
		font-size: 12px;
	}
	.grid-flex-content-block {
		padding: 15px;
	}
	.profile-title {
		font-size: 18px;
	}
	.text-20 {
		font-size: 18px;
	}
	table th {
		font-size: 12px;
	}
	table td {
		font-size: 12px;
	}
	.accordion-block .btn.btn-link {
		font-size: 14px;
	}
	#new_client .modal-dialog,
	.big-modal .modal-dialog {
		max-width: 75%;
	}
	.vault-view td {
		font: normal normal normal 15px/22px Open Sans;
	}
	.blu-btn.btn-v.big-btn {
		padding: 10px 25px;
	}
	.contact-form-wrapp {
		padding: 55px 150px;
	}
	/* .contact-message {
		margin: 0 0 10px 0;
	} */
	.testimonials-main-wrapp .contact-form-wrapp {
		padding: 100px 150px;
	}
	.about-us-main-wrapp .contact-form-wrapp {
		padding: 80px 150px;
	}
	.main-wrapper {
		height: calc(100vh - 156px);
	}
	.text-18 {
		font-size: 16px;
	}
	.td {
		font: normal normal normal 14px/21px Open Sans;
		display: flex;
	}
	.th {
		font: normal normal normal 14px/28px Open Sans;
	}
}

@media (min-width: 1501px) {
	#new_client .modal-dialog,
	.big-modal .modal-dialog {
		max-width: 60%;
	}
}

@media (max-width: 767px) {
	.banner-over-text .btn-v {
		width: 100%;
		margin: 0 !important;
	}
	.banner-over-text h2 {
		font-size: 24px;
		line-height: 1.5;
		display: flex;
		align-self: flex-end;
		margin-bottom: 0;
	}
	.banner-over-text .btn-group {
		display: flex;
		text-align: center;
		flex-wrap: wrap;
		align-self: center;
	}
	.banner-over-text {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.otp-modal-title {
		font-size: 24px;
	}
	.modal-title {
		font-size: 18px;
	}
	#welcome_user label,
	#mpin label {
		font-size: 18px;
	}

	input,
	.nice-select {
		height: 45px;
	}
	#new_client .modal-dialog,
	.big-modal .modal-dialog {
		max-width: 95%;
		margin: 0 auto;
	}
	.btn-v {
		padding: 15px 15px;
	}
	.services-wrapp h1 {
		font-size: 26px;
	}
	.page-title {
		font-size: 18px;
	}
	.services-wrapp h2 {
		font-size: 22px;
	}
	.product-block {
		width: 100%;
		margin-bottom: 20px;
	}
	.product-sub-title {
		visibility: visible;
		opacity: 1;
		margin-top: 50px;
	}
	.product-title {
		font-size: 22px;
	}
	.about-image-block img {
		height: 400px;
		object-fit: cover;
	}
	.contact-form-wrapp {
		padding: 30px !important;
	}
	.contact-message {
		font-size: 28px;
		margin: 0 !important;
	}
	.col-md-5.contact-info-wrapp.blue-bg {
		padding: 30px;
	}
	.testimonial-block {
		opacity: 1;
	}
	.testimonail-content-block {
		display: block;
	}
	.testimonail-info-block {
		padding-top: 30px;
	}
	.testimonail-info-block .text-left {
		text-align: center !important;
	}
	.play-fair-32 {
		font-size: 22px;
	}
	.grid-block {
		width: 100%;
	}
	.grid-flex-block {
		width: 100%;
		margin-bottom: 30px;
	}
	#sidebar-wrapper {
		width: 70%;
		position: absolute;
		margin-left: -289px;
		z-index: 99;
		height: 100%;
	}
	.notifiaction-panel {
		min-width: 100%;
		width: 100%;
	}
	.container-hover {
		width: 100%;
	}
	.main-wrapper {
		height: auto;
	}
	#new_client .col-md-4 {
		margin-bottom: 20px;
	}
	.th {
		font: normal normal 600 13px/18px Open Sans !important;
		margin-bottom: 5px;
	}
	.td {
		font: normal normal normal 13px/18px Open Sans !important;
	}
	.blu-btn.btn-v.big-btn {
		padding: 10px 20px;
		font-size: 13px;
	}
	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: auto;
		-ms-flex-positive: 1;
		margin-bottom: 10px;
	}
	.btn-v {
		padding: 10px 15px;
		font-size: 13px;
	}
	.notifaction-alert.circle {
		width: 20px;
		height: 20px;
		border: 5px solid rgb(251 133 133);
	}
	.mobile-center {
		text-align: center !important;
	}
}

@media (max-width: 991px) {
	.navbar-collapse {
		display: flex;
		position: absolute;
		top: 0;
		padding-top: 26px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 75%;
		z-index: 999;
	}
	.navbar-collapse.collapsing {
		left: -75%;
		transition: height 0s ease;
	}
	.navbar-collapse.show {
		position: fixed !important;
		left: 0 !important;
		top: 0 !important;
		transition: left 300ms ease-in-out;
		scroll-behavior: smooth;
		overflow-y: auto;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	#welcome_user label,
	#mpin label {
		font-size: 18px;
	}
	.testimonail-info-block,
	.testimonial-carousel {
		padding: 0 30px;
	}
	.menu-sm-cross {
		display: block;
	}
	.navbar-nav:nth-child(2) {
		padding-top: 0;
	}
	header .navbar li + li {
		margin-left: 0;
	}
	.products-grid-wrapp {
		margin-bottom: 50px;
	}
	.testimonail-info-block {
		padding-top: 30px;
	}
	.play-fair-32 {
		font-size: 24px;
	}
	.testimonial-block .text-24 {
		font-size: 12px;
	}
	.testimonial-block .gray-text.mt-2 {
		font-size: 10px;
	}
	.testimonail-content-block {
		margin-top: 10px;
	}
	.text-24 {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		width: 50%;
	}
	.banner-over-text h2 {
		font-size: 26px;
		line-height: 1.5;
	}
	.modal-title {
		font-size: 20px;
	}
	.services-wrapp h1 {
		font-size: 28px;
	}
	.services-wrapp h2 {
		font-size: 24px;
	}
	.product-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-image-block img {
		height: 500px;
		object-fit: cover;
	}
	.contact-form-wrapp {
		padding: 50px;
	}
	.contact-message {
		font-size: 30px;
		margin: 0 !important;
	}
	.testimonial-block img {
		width: 35px !important;
		height: 35px;
	}
	.owl-item.active.center .testimonial-block img {
		width: 50px !important;
		height: 50px;
	}
	.testimonial-block {
		margin-top: 8px;
	}
	.owl-item.active.center .testimonial-block {
		margin-top: 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.modal-content-wrapp {
		max-height: 328px;
	}
	.product-sub-title {
		visibility: visible;
		opacity: 1;
		margin-top: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.product-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-form-wrapp {
		padding: 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.testimonial-block img {
		width: 50px !important;
		height: 50px;
	}
	.owl-item.active.center .testimonial-block img {
		width: 75px !important;
		height: 75px;
	}
	.text-24 {
		font-size: 18px;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}

/*===============================New Design========================================*/
#myVideo {
	/* width: 100%; */
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.banner-text {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: left;
}
.banner-over-text {
	position: absolute;
	top: 54%;
	display: flex;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
}
.banner-text h2 {
	text-align: left;
}
.banner-btn {
	display: flex;
	flex-direction: column;
	/* -ms-flex: 0 0 50%; */
	flex: none !important;
	max-width: 100%;
}
.banner-btn .btn-v {
	width: 165px;
}

@media (min-width: 1660px) {
	.container {
		max-width: 1600px;
	}
	.product-block:hover .product-title {
		margin-top: -80px;
	}
	.product-block:hover .product-title.text-white.height-2 {
		margin-top: -85px;
		line-height: 1;
	}
	.product-block:hover .product-sub-title {
		top: 60px;
		bottom: unset;
		height: auto;
	}
	.product-block:hover .product-sub-title.height-2t {
		top: 75px;
	}
	.product-sub-title ul {
		margin: 0;
		padding-left: 18px;
		font-size: 15px;
		line-height: 21px;
	}
}
.blue-banner-text {
	font: italic normal bold 32px/43px Playfair Display;
	letter-spacing: 0.64px;
	color: #ce294c;
	line-height: 2.5 !important;
}
.about-banner-text > p {
	font-size: 18px;
}
.white-text,
.white-text *,
.white h2 {
	color: #fff !important;
}
.about-banner-text p {
	font-size: 18px;
	line-height: 27px;
	word-spacing: 5px;
}
.gap-100 {
	padding: 100px 0px;
}
.contact-form-view input {
	margin-bottom: 0;
	height: 58px;
}
.contact-form-view {
	padding: 30px 60px;
	background: #fff;
}
.contact-info {
	display: flex;
	align-items: center;
}
.c-detail p {
	font: normal normal bold 22px/33px Open Sans;
	color: #ffffff;
	margin-bottom: 3px;
	font-size: 16px !important;
	font-weight: bold !important;
}
.c-detail a,
.c-detail span {
	font: normal normal normal 18px/26px Open Sans;
	color: #ffffff;
	font-size: 14px !important;
	font-weight: 500;
}
.c-detail {
	margin-left: 10px;
}
.contact-info-wrapp.blue-bg {
	padding: 30px 60px;
}
.contact-form-view .btn-v {
	font: normal normal bold 14px/16px Open Sans;
	color: #ffffff;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-radius: 4px !important;
	padding: 10px 20px !important;
}
.contact-info {
	margin-bottom: 40px;
}
.mt-100 {
	margin-top: 110px;
}
.gap-50 {
	padding: 50px 0px;
}
.center-form h2 {
	font: normal normal bold 24px/36px Open Sans;
	color: #000000;
}
.nice-select ul.list {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}
img.ar-img {
	position: absolute;
	top: -5px;
	width: 40px;
	z-index: 1;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
}
.custom-file-upload label {
	display: block;
	margin-bottom: 5px;
}
.file-upload-wrapper1 {
	position: relative;
	margin-bottom: 5px;
}
.file-upload-input {
	width: calc(100% - 115px);
	outline: none !important;
	margin-bottom: 0;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	/* IE 9 Fix */
}
.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 11px 20px;
	height: 60px;
	border: none;
	border-radius: 4px;
	margin-left: -1px;
	background-color: #0075e8;
	float: left;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.submit-msz {
	padding: 50px;
}

@media (min-width: 767px) {
	#Reuest-Submitted .modal-dialog {
		max-width: 800px;
	}
	.banner-over-text .container {
		display: flex;
		align-items: center;
	}
}
.submit-msz h2 {
	font: normal normal bold 40px/49px Playfair Display;
}
.other-ins-tab {
	border-bottom: none !important;
}
.other-ins-tab li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.other-ins-tab li a {
	border: 0px !important;
	background-color: #efefef;
	color: #000000;
	text-align: center;
	padding: 20px 30px;
	border-radius: 4px;
}
.other-ins-tab li a.active {
	background-color: #0075e8 !important;
	color: #fff !important;
}
.pl-15 {
	padding-left: 15px;
}

/* ======================9 Sep, 2021 Bharat=========================== */
.green-bg {
	background-color: #40b649 !important;
}
.modal-title {
	font-size: 24px;
}
.dashboard-page-wrapp .product-image-block img {
	height: auto;
}
.dashboard-page-wrapp .product-title {
	font-size: 32px;
}
.w-50 {
	width: 50% !important;
}
.dashboard-page-wrapp .product-sub-title {
	height: 100px;
}
.dashboard-page-wrapp .product-block:hover .product-sub-title {
	padding-top: 15px;
}
.dashboard-page-wrapp .product-block:hover .product-title {
	margin-top: -90px;
}
.dashboard-page-wrapp .product-hove-image-block {
	text-align: center;
}
.d-grid-sm {
	margin-bottom: 30px;
}
.text-28 {
	font-size: 28px !important;
}
.d-grid-big-wrapp .product-content {
	align-content: flex-start;
	top: 30px;
	transform: none;
}
.text-semibold {
	font-weight: 600 !important;
}
.dashboard-page-wrapp .product-hove-image-block img {
	width: 70%;
}
.grid-sm-block .product-image-block > img {
	height: 236px;
	object-fit: cover;
}
.others-page-wrapper {
	height: auto !important;
}

@media (max-width: 1660px) {
	.products-main-wrapp .product-sub-title ul {
		margin: 0;
		padding-left: 18px;
		font-size: 12px;
		line-height: 16px;
	}
	.products-main-wrapp .product-block:hover .product-sub-title {
		top: 60px;
		bottom: unset;
		height: auto;
	}
	.products-main-wrapp .product-block:hover .product-sub-title.height-2t {
		top: 61px;
	}
	.products-main-wrapp .product-block:hover .product-title {
		margin-top: -52px;
	}
	.products-main-wrapp .product-block:hover .product-title.height-2 {
		margin-top: -62px;
	}
}

@media (max-width: 1680px) {
	.dashboard-page-wrapp .product-title {
		font-size: 26px;
	}
	.text-28 {
		font-size: 24px !important;
	}
	.banner-over-text h2 {
		font: normal normal normal 35px/55px Playfair Display;
	}
	.home-page-wrapp .item.full-width .banner-over-text h2 {
		font: normal normal normal 40px/50px Playfair Display;
	}
	.about-banner-text p {
		font-size: 13px;
		line-height: 18px;
	}
	.main-wrapper {
		height: calc(100vh - 182px);
	}
	.navbar-brand > img {
		width: 140px;
	}
	footer p {
		font-size: 11px;
	}
	.btn-v {
		padding: 15px 16px;
	}
	.products-main-wrapp .product-title {
		font: normal normal 500 18px/22px Open Sans;
	}
}

@media (min-width: 1600px) {
	.dashboard-page-wrapp .product-block:hover .product-sub-title {
		top: auto;
		bottom: 30px;
		height: 152px;
	}
	.grid-sm-block .product-image-block > img {
		height: 375px;
	}
}

@media (min-width: 1500px) {
	.product-sub-title ul {
		line-height: 16px !important;
	}
	.dashboard-page-wrapp .product-block:hover .product-sub-title {
		height: 94px !important;
	}
}

@media (max-width: 767px) {
	.dashboard-page-wrapp .product-sub-title {
		width: 100%;
	}
	.d-grid-big-wrapp .col-md-6.text-white.text-semibold {
		margin-top: 76px;
	}
	.banner-text,
	.banner-btn,
	.about-banner-text.white-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-over-text {
		width: 80%;
		align-items: normal;
		align-content: center;
	}
	.home-page-wrapp .item.full-width .banner-over-text h2 {
		font: normal normal normal 24px/35px Playfair Display;
		text-align: center;
	}
	.blue-banner-text {
		font: italic normal bold 18px/30px Playfair Display;
		text-align: center;
	}
	.main-wrapper {
		height: auto !important;
	}
	/* .full-width {
		position: relative;
	} */
	/* .home-page-wrapp .full-width {
		height: 500px;
	} */
	.home-page-wrapp .banner-btn {
		margin-top: 30px;
	}
	.navbar-brand img {
		width: 150px;
	}
	/* .about-us-wrapp .full-width {
		height: 686px;
	} */
	.about-us-wrapp .full-width > img {
		height: 100%;
		object-fit: cover;
	}
	.banner-over-text h2 {
		justify-content: center;
	}
	.main-wrapper.contact-page > .gap-100 {
		padding: 0;
	}
	.products-main-wrapp .product-sub-title {
		height: auto;
	}
	.products-main-wrapp .product-title {
		font-size: 18px;
	}
	.products-main-wrapp .product-sub-title ul {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 991px) {
	.grid-sm-block .col-md-6,
	.grid-sm-block,
	.d-grid-big-wrapp {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dashboard-page-wrapp .product-sub-title {
		width: 100%;
	}
	.d-grid-big-wrapp .col-md-6.text-white.text-semibold {
		margin-top: 76px;
	}
	.banner-text,
	.banner-btn,
	.about-banner-text.white-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-over-text {
		width: 80%;
		align-items: normal;
		align-content: center;
		flex-wrap: wrap;
	}
	.home-page-wrapp .item.full-width .banner-over-text h2 {
		font: normal normal normal 24px/35px Playfair Display;
		text-align: center;
		font-weight: bold;
	}
	.blue-banner-text {
		font: italic normal bold 18px/30px Playfair Display;
		text-align: center;
		display: block;
	}
	.main-wrapper {
		height: auto !important;
	}
	/* .full-width {
		position: relative;
	} */
	#myVideo {
		width: auto;
	}
	/* .home-page-wrapp .full-width {
		height: 565px;
	} */
	.home-page-wrapp .banner-btn {
		margin-top: 30px;
	}
	.navbar-brand img {
		width: 130px;
	}
	/* .about-us-wrapp .full-width {
		height: 686px;
	} */
	.about-us-wrapp .full-width > img {
		height: 100%;
		object-fit: cover;
	}
	.banner-over-text h2 {
		justify-content: center;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only .notifaction-alert {
		width: 15px;
		height: 15px;
		margin-left: -10px;
		line-height: 1.5;
		font-size: 10px;
		vertical-align: super;
	}
	header .navbar .mobile-only a.nav-link {
		padding: 0 !important;
		position: relative;
		margin-right: 10px;
	}
	.profile-block {
		padding: 0;
		margin-left: 0;
		margin-right: 10px;
	}
	.profile-block:after {
		top: 12px;
		right: 3px;
	}
	.profile-sub {
		min-width: 200px;
		z-index: 1;
	}
}

@media (min-width: 991px) {
	.mobile-only {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	/* .home-page-wrapp .full-width {
		position: relative;
	} */
	.main-wrapper.home-page-wrapp {
		height: auto;
	}
	.home-page-wrapp .item.full-width .banner-over-text h2 {
		font: normal normal normal 28px/40px Playfair Display;
	}
	.home-page-wrapp .blue-banner-text {
		font: italic normal bold 22px/28px Playfair Display;
	}
	.main-wrapper.about-us-wrapp {
		height: auto;
	}
	/* .about-us-wrapp .full-width {
		position: relative;
	} */
	.about-us-wrapp .banner-over-text h2 {
		font: normal normal normal 28px/45px Playfair Display;
	}
	.about-banner-text p {
		font-size: 12px;
		line-height: 20px;
	}
}

/* ===============================13-09-2021============================ */
@media (min-width: 1500px) and (max-width: 1700px) {
	.banner-over-text h2 {
		font: normal normal normal 52px/68px Playfair Display;
	}
}
.main-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
}
/* ===============================14-09-2021============================ */
@media (min-width: 1500px) and (max-width: 1700px) {
	.banner-over-text h2 {
		font: normal normal normal 52px/68px Playfair Display;
	}
}
.comming-soon-wrapp {
	background-image: url("../images/comming-soon.png");
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vh - 80px);
	background-size: cover;
	display: flex;
	align-items: center;
}
.comming-soon-wrapp h1 {
	font-size: 110px;
	line-height: 1;
	font-weight: bold;
}
.add-member .btn-v {
	font-weight: 600 !important;
}

@media (max-width: 1680px) {
	.comming-soon-wrapp h1 {
		font-size: 70px;
	}
	.form-control {
		font-size: 14px;
	}
	.add-policy-wrapp .block {
		padding: 0 !important;
	}
	.gap-top-25 {
		margin-top: 10px !important;
	}
}

@media (max-width: 767px) {
	.comming-soon-wrapp h1 {
		font-size: 32px;
		text-align: center;
	}
	.comming-soon-btn-block {
		text-align: center;
		margin: 15px 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.comming-soon-wrapp h1 {
		font-size: 48px;
	}
	.comg-no-block.d-flex.justify-content-between {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.comming-soon-wrapp h1 {
		font-size: 60px;
	}
	.comg-no-block.d-flex.justify-content-between {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 350px) {
	.comg-no-block .black-text {
		font-size: 11px;
	}
}

/* ====================================15 Sep, 2021====================================== */
.contact-form-view input {
	border: 1px solid #0075e8;
}
.contact-form-view ::-webkit-input-placeholder {
	/* Edge */
	color: #000000;
}
.contact-form-view :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
}
.contact-form-view ::placeholder {
	color: #000000;
}
#welcome_user .otp-modal-title,
#mpin .otp-modal-title {
	font-weight: normal;
}
.otp-field-block input {
	width: 23%;
}
.form-block .nice-select,
.form-group .nice-select {
	height: 52px;
}

@media (min-width: 767px) and (max-width: 1500px) {
	.contact-info-wrapp.blue-bg {
		padding: 5px 20px;
	}
}

@media (max-width: 767px) {
	.products-main-wrapp .product-block .product-sub-title,
	.products-main-wrapp .product-block .product-sub-title.height-2t {
		top: 21px !important;
		bottom: unset !important;
		left: 0 !important;
		height: auto !important;
		position: relative !important;
		margin-top: 0 !important;
	}
	.product-block:hover .product-image-block img {
		transform: none;
	}
	.product-title {
		transition: none;
	}
	.products-main-wrapp .product-title {
		margin-top: -30px !important;
		margin-bottom: 0 !important;
	}
	.product-block:hover .product-content {
		background-color: transparent;
	}
}

/* ========================================16 Sep, 2021======================================== */
.with-left-image-block .modal-title {
	font-family: Playfair Display;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3;
}
.with-left-image-cnt-block {
	padding: 60px;
	padding-top: 100px;
	padding-bottom: 60px;
}
.with-left-image-block-image-block img {
	height: 100%;
	object-fit: cover;
}
#request_submited .close::after {
	display: none;
}
#request_submited .close span {
	display: block;
}

#request_submited button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.home-page-wrapp .blue-banner-text {
	font: italic normal 700 32px/43px Playfair Display;
}

@media (max-width: 1680px) {
	.with-left-image-block .modal-title {
		font-size: 36px;
	}
	.with-left-image-cnt-block {
		padding: 40px;
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.home-page-wrapp .blue-banner-text {
		font: italic normal 700 22px/37px Playfair Display;
	}
	.center-form .form-subs-lable-block .btn-v {
		padding: 15px 10px;
		font-size: 13px;
	}
}
.center-form .form-subs-lable-block .btn-v {
	font-size: 13px;
}

@media (max-width: 1350px) {
	.with-left-image-cnt-block {
		padding: 30px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.with-left-image-block .modal-title {
		font-size: 32px;
	}
	.home-page-wrapp .blue-banner-text {
		font: italic normal 700 24px/32px Playfair Display;
	}
	.products-grid-wrapp {
		margin-bottom: 0px;
	}
	.products-main-container .product-title {
		padding-left: 5px !important;
	}
	.products-main-wrapp .product-title {
		font: normal normal 500 16px / 22px Open Sans;
	}
}

@media (max-width: 991px) {
	.with-left-image-block .modal-title {
		font-size: 28px;
	}
	.home-page-wrapp .blue-banner-text {
		font: italic normal 700 22px/30px Playfair Display;
	}
}

@media (max-width: 767px) {
	.with-left-image-block .modal-title {
		font-size: 22px;
	}
	.home-page-wrapp .blue-banner-text {
		font: italic normal 700 18px/24px Playfair Display;
	}
}
.profile-sub {
	z-index: 1;
}

@media (min-width: 1600px) and (max-width: 1700px) {
	.grid-sm-block .product-image-block > img {
		height: 288px;
	}
}

/* =======================================20 Sep, 2021========================================== */
.custom-select {
	width: 100%;
	border-radius: 4px;
	outline: 0 !important;
	box-shadow: none !important;
	height: 45px;
	margin-bottom: 5px;
	border: 0;
	padding: 0 20px;
	color: #000000;
	background-color: #efefef;
	font-size: 12px;
}
.dashboard-page-wrapp .comming-soon-wrapp {
	height: auto;
}

/* =============================================21 Sep, 2021========================================== */
.dashboard-page-wrapp .comming-soon-wrapp .container {
	margin-top: -80px;
}
.comg-no-block a {
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 600;
}
.others-page-wrapper input.file-upload-input {
	border-radius: 0 4px 4px 0;
}
.others-page-wrapper .file-upload-button {
	border-radius: 4px 0 0 4px;
}
.center-form .form-subs-lable-block .btn-v {
	height: 60px;
	line-height: 2;
}
.otp-field-block input {
	text-align: center;
}
.others-page-wrapper
	.custom-file-upload
	span.help-block.form-error.text-danger {
	top: 105%;
	position: absolute;
	left: 0;
}
.col-md-6.form-left-gap
	> .row
	> .col-md-4
	span.help-block.form-error.text-danger {
	top: 100%;
	left: 0;
}
span.help-block.form-error.text-danger {
	font-size: 12px;
	display: inline-block;
}

@media (max-width: 767px) {
	.contact-message {
		line-height: 1.5;
	}
	.dashboard-page-wrapp .comming-soon-wrapp {
		height: 100vh;
	}
	.others-page-wrapper .file-upload-wrapper1 input {
		height: 45px;
	}
	.others-page-wrapper .file-upload-wrapper1 .file-upload-button {
		height: 45px;
	}
	.others-page-wrapper .custom-file-upload {
		margin-bottom: 30px;
	}
	.col-md-6.form-left-gap
		> .row
		> .col-md-4
		span.help-block.form-error.text-danger {
		bottom: -16px;
	}
	.col-md-6.form-left-gap > .row > .col-md-4 {
		margin-bottom: 20px;
	}
}

@media (min-width: 767px) {
	.form-left-gap {
		padding-left: 60px;
	}
}

/* =============================================23 Sep, 2021========================================== */
/*Rounded Radio*/
.rounded-radio-button-wrapp [type="radio"]:checked,
.rounded-radio-button-wrapp [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.rounded-radio-button-wrapp [type="radio"]:checked + label,
.rounded-radio-button-wrapp [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.rounded-radio-button-wrapp [type="radio"]:checked + label:before,
.rounded-radio-button-wrapp [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.rounded-radio-button-wrapp [type="radio"]:checked + label:after,
.rounded-radio-button-wrapp [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #3d75e9;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.rounded-radio-button-wrapp [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.rounded-radio-button-wrapp [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.add-member-wrapp {
	display: none;
	flex-wrap: wrap;
	margin-left: 50px;
}
.rounded-radio-button-wrapp {
	margin-right: 30px;
}
.rounded-radio-button-wrapp:nth-last-child(1) {
	margin-right: 0;
}
.add-member.add-member-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rounded-radio-button-wrapp label {
	font-weight: normal;
}
.radio-submit-block .blu-btn.btn-v {
	min-width: 107px;
	text-align: center;
}
.btn-v {
	text-align: center;
}
.text-decoration-none {
	text-decoration: none !important;
}
footer {
	background-color: #ffffff;
}
.gap-top-25 {
	margin-top: 25px;
}
.rounded-radios {
	flex-wrap: wrap;
}
.user-green-image-block {
	height: 67px;
}
#page-content-wrapper .form-block .custom-select,
#page-content-wrapper .form-block .form-subs .btn-v,
#page-content-wrapper .form-control {
	height: 60px;
}
#page-content-wrapper
	.gj-datepicker-bootstrap
	[role="right-icon"]
	button
	.gj-icon,
#page-content-wrapper
	.gj-datepicker-bootstrap
	[role="right-icon"]
	button
	.material-icons {
	top: 50%;
	transform: translateY(-50%);
}
.upload-doc-wrap .policy-paper-image-block {
	width: 100%;
	height: 120px;
}
#page-content-wrapper .form-block .form-subs .btn-v {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-content-wrapper .form-control {
	background-color: #efefef !important;
}
#page-content-wrapper .gj-datepicker {
	width: 100% !important;
}
#page-content-wrapper .form-error {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	font-size: 12px;
}
#page-content-wrapper .gj-datepicker .form-error {
	bottom: -25px;
	left: 0;
	position: absolute;
}
div#page-content-wrapper table th {
	font-weight: bold;
}
div#page-content-wrapper table tr:hover td {
	color: #000000 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.product-content a {
	text-decoration: none !important;
}
#page-content-wrapper .if-absolute .form-error {
	position: absolute;
	bottom: 0;
	left: 15px;
}

@media (max-width: 767px) {
	.support-wrapp .big-text-wrapp {
		width: 100%;
	}
	#page-content-wrapper .pl-0,
	#page-content-wrapper .px-0 {
		padding-left: 15px !important;
	}
	#page-content-wrapper .p-0 {
		padding: 0 15px !important;
	}
	#pills-tab {
		display: flex;
		overflow: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.my-profile-tabs .nav-item {
		padding-right: 20px;
	}
	#family_details .center-btn {
		justify-content: flex-start;
		margin-top: 20px;
	}
	.add-member.add-member-block > .d-flex {
		display: block !important;
	}
	.add-member-wrapp {
		margin-left: 0;
		margin-top: 10px;
	}
	.rounded-radio-button-wrapp {
		width: 100%;
	}
	.add-member.add-member-block {
		flex-wrap: wrap;
	}
	.radio-submit-block {
		width: 100%;
		margin-top: 15px;
	}
	.max-width-85 {
		max-width: 100%;
	}
}

@media (min-width: 1500px) {
	.radio-submit-block .blu-btn.btn-v {
		min-width: 147px;
	}
	.banner-btn .btn-v {
		width: 165px;
	}
}

/*=======================================24 Sep, 2021==================================================*/
.add-member-link-block {
	display: none;
}
.blu-btn.btn-v.transparent {
	background-color: transparent;
	border: 1px solid #0075e8;
	color: #0075e8 !important;
}
.blu-btn.btn-v.transparent.gray {
	border: 1px solid #535353;
	color: #535353 !important;
}
.blu-btn.btn-v.transparent.red {
	border: 1px solid #ff0000;
	color: #ff0000 !important;
}
.buttons-block-wrapp img {
	margin-right: 30px;
}
.buttons-block-wrapp .block {
	height: 100%;
}
.deactive-icon-block {
	display: inline-block;
}
.active-icon-block {
	display: none;
}
li.active .deactive-icon-block {
	display: none;
}
li.active .active-icon-block {
	display: inline-block;
}
.form-block .nice-select,
.form-group .nice-select {
	height: 60px;
}
.buttons-block-wrapp a {
	color: #000000;
	text-decoration: none !important;
}

@media (max-width: 1680px) {
	.buttons-block-wrapp img {
		width: 25px;
		margin-right: 20px;
	}
	.buttons-block-wrapp .text-20 {
		font-size: 14px;
	}
	.products-grid-wrapp {
		margin-bottom: 30px;
	}
	.services-wrapp h2 {
		font-size: 24px;
	}
	.main-wrapper.contact-page .gap-100 {
		padding: 50px 0px;
	}
	.contact-form-view input {
		height: 35px;
	}
}

@media (max-width: 767px) {
	.table-button-block {
		margin-top: 10px;
	}
	.table-button-block [class*="col-"] {
		margin-bottom: 10px;
	}
	.buttons-block-wrapp [class*="col-"] {
		margin-bottom: 25px;
	}
	.buttons-block-wrapp .d-flex.align-items-center {
		justify-content: center;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.table-button-block > .row {
		display: flex;
	}
	.table-button-block > .row [class*="col-"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.border-table-block {
		overflow: auto;
		white-space: nowrap;
	}
	.text-20 {
		font-size: 14px;
	}
	.bottom-buttons-block .col-md-4 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.buttons-block-wrapp [class*="col-"] {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
}

/*===========================================27-09-2021================================================*/
.admin-login-wrapp .banner-over-text {
	justify-content: center;
}
.form-login-error p {
	color: #dc3545;
}
.form-login-info p {
	color: #40b649;
}
.validate-has-error {
	color: red;
}
.form-login-error {
	color: red;
}
.pagi-arrow a {
	background-color: #747474;
}
.file-upload.with-border {
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #0075e8;
	border-radius: 4px;
}
.file-upload.with-border .file-upload-wrapper:after {
	width: 100%;
	text-align: center;
}
.file-upload-wrapper:after {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btn-icon-transparent {
	background-color: #ffffff;
	border: 1px solid #0075e8;
	border-radius: 31px;
	padding: 10px 20px;
	cursor: pointer;
	min-width: 230px;
	text-align: center;
}
.drop-block {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	top: 106%;
	left: 0;
	border: 1px solid #cbcbcb;
	z-index: 2;
	display: none;
}
.drop-block ul {
	padding: 0;
	margin: 0;
}
.drop-block ul li {
	list-style: none;
	margin-left: 0 !important;
}
.drop-block ul li a {
	text-decoration: none !important;
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #cbcbcb;
	color: #0075e8 !important;
	text-align: left;
}
.drop-button::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 12px;
	height: 7px;
	background-image: url("../images/down-arrow-blue.svg");
	background-repeat: no-repeat;
}
.drop-button.active::after {
	transform: rotate(180deg);
}
.drop-button input[type="text"] {
	padding: 0;
	border: 0 !important;
	background-color: transparent !important;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	pointer-events: none;
	height: auto;
	color: #0075e8;
	font-weight: bold;
}
.drop-button {
	display: flex;
}
.dropdown-image-block {
	margin-right: 10px;
}
.serach-input .btn-v {
	display: flex;
	font-weight: normal;
	border-radius: 0;
	padding: 7px 30px;
	height: 42px;
	align-items: center;
}
.serach-input .btn-v img {
	margin-left: 5px;
}
.serach-input input {
	background-color: #ffffff;
	border: 1px solid #818181;
	border-radius: 0;
	height: 42px;
	margin-bottom: 0;
}
.gap-top-100 {
	margin-top: 100px !important;
}
.modal-file-upload {
	width: 50%;
	margin: 0 auto;
}
.modal-file-upload .file-upload.with-border {
	height: 249px;
}
.upload-icon-block.text-center {
	margin-top: -66px;
}
.modal-file-upload .file-upload-wrapper {
	height: auto;
	margin-top: 30px;
}

@media (max-width: 1680px) {
	.dropdown-image-block {
		width: 25px;
	}
	.modal-file-upload .file-upload.with-border {
		height: 180px;
	}
	#choose_csv .modal-content-block {
		margin: 30px auto;
	}
	.comg-no-block a {
		font-size: 16px;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.cients-btns .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.table-detail-block .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.table-button-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}

	.bottom-buttons-block .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.table-button-block > .row > .col-md-6 {
		margin-bottom: 20px;
	}

	#page-content-wrapper .tab-pane > .row > [class*="col-"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#page-content-wrapper .tab-pane [class*="form-block"],
	.change-pin-wrapp,
	.change-pin-button-block .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.block-half {
		width: 100%;
	}
	.hover-btn-block [class*="col"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.responsive-tabel {
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.d-block-sm {
		display: block !important;
	}
	.mb-10-sm {
		margin-bottom: 10px;
	}
	.mb-20-sm {
		margin-bottom: 20px;
	}
	.btn-icon-transparent {
		width: 100%;
		max-width: 100%;
	}
	.page-title-wrapp {
		display: block !important;
	}
	.serach-input {
		margin-bottom: 20px;
	}
	.gap-top-100 {
		margin-top: 50px !important;
	}
	.modal-file-upload {
		width: 90%;
	}
}

@media (min-width: 767px) {
	.cients-btns .col-md-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.filter-btn {
		max-width: 230px;
	}
	.dashboard-page-wrapp .comming-soon-wrapp {
		height: calc(100vh - 171px);
	}
}

@media (min-width: 1100px) and (max-width: 1300px) {
	.btn-v {
		padding: 15px 10px;
	}
	.comming-soon-wrapp h1 {
		font-size: 72px;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.comming-soon-wrapp h1 {
		font-size: 54px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.comming-soon-wrapp h1 {
		font-size: 40px;
	}
}

/* ===============================28, Sep 2021==================================== */
.mt-15 {
	margin-top: 15px !important;
}

@media (max-width: 1200px) {
	.comg-no-block a {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.navbar-brand img {
		width: 92px;
	}
}

@media (min-width: 1500px) and (max-width: 1700px) {
	.products-main-wrapp .product-block:hover .product-sub-title.height-2t {
		top: 74px;
	}
	.products-main-wrapp .product-block:hover .product-sub-title {
		top: 91px;
	}
}

.double-arrow img {
	width: 20px;
	height: 18px !important;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s ease;
}
.product-block:hover .double-arrow img {
	visibility: visible;
	opacity: 1;
}
.td a {
	text-decoration: none !important;
}
.no-policy-info-wrapp {
	background-image: url("../images/renew-policy-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	display: flex;
	align-items: center;
	background-position: center;
	padding: 100px;
}
.no-policy-info-wrapp h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
}
.no-policy-block {
	width: 50%;
}
.no-policy-info-wrapp a {
	margin-top: 175px;
}

@media (max-width: 1680px) {
	.no-policy-info-wrapp h1 {
		font-size: 32px;
	}
	.no-policy-info-wrapp {
		padding: 50px;
		height: 400px;
	}
	.no-policy-info-wrapp a {
		margin-top: 100px;
	}
}

@media (max-width: 1300px) {
	.no-policy-info-wrapp h1 {
		font-size: 28px;
	}
	.no-policy-info-wrapp {
		padding: 40px;
		height: 350px;
	}
	.no-policy-info-wrapp a {
		margin-top: 80px;
	}
}

@media (max-width: 991px) {
	.no-policy-info-wrapp h1 {
		font-size: 24px;
	}
	.no-policy-info-wrapp {
		padding: 30px;
		height: 400px;
	}
	.no-policy-info-wrapp a {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.double-arrow img {
		visibility: visible;
		opacity: 1;
	}
	.no-policy-info-wrapp h1 {
		font-size: 16px;
	}
	.no-policy-info-wrapp {
		padding: 20px;
		height: 370px;
	}
	.no-policy-info-wrapp a {
		margin-top: 60px;
	}
	.no-policy-block {
		width: 60%;
	}
}

@media (max-width: 400px) {
	.no-policy-block {
		width: 70%;
	}
}

@media (max-width: 350px) {
	.no-policy-block {
		width: 79%;
	}
}

/* ==================================Admin Dashboard 01 Oct, 2021================================ */
.big-admin-text {
	font-size: 79px;
}
.sub-big-admin-text {
	font-size: 45px;
}
.big-circle-image-block {
	border-radius: 100%;
	width: 94px;
	height: 94px;
	object-fit: cover;
}
.sub-big-circle-image-block {
	border-radius: 100%;
	width: 68px;
	height: 68px;
	object-fit: cover;
	margin-left: 20px;
}
.clientdash-big-block-wrapp {
	background-color: #ffffff;
	display: flex;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 10px #00000029;
	-webkit-box-shadow: 0px 3px 10px #00000029;
	box-shadow: 0px 3px 10px #00000029;
}
.double-border-block,
.client-dash-singl-cnt-block {
	padding: 20px;
}
.client-dash-singl-cnt-block {
	border-right: 1px solid #aacced;
	width: 46%;
}
.client-dash-double-cnt-block {
	width: 60%;
}
.double-border-block.border-bottom {
	border-bottom: 1px solid #aacced !important;
}
.no-border-full-width-block .client-dash-singl-cnt-block {
	border-right: 0;
	width: 100%;
}
.dashboard-equel-height-block > .row {
	height: 100%;
}
.dashboard-equel-height-block .clientdash-big-block-wrapp {
	height: 100%;
}
.client-dash-singl-cnt-block > .text-20 {
	margin-bottom: 10px;
}
.block-title.d-flex.justify-content-between {
	padding: 20px;
	border-bottom: 1px solid #aacced;
	border-radius: 10px 10px 0 0;
}
.dashboard-block-wrapp {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.text-12 {
	font-size: 12px;
}
.dashboard-block-wrapp {
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	background-color: #ffffff;
	padding: 10px 30px;
	transition: 0.5s ease;
}
.dashboard-block-wrapp:hover {
	background-color: #f7f7f7;
}
#page-content-wrapper .file-upload .form-error {
	position: relative;
	bottom: -58px;
	left: 0;
}
#change_pin .form-block {
	position: relative;
}
#page-content-wrapper #change_pin .form-error {
	left: 0;
}
.admin-login-wrapp h2 {
	width: 100%;
	margin-bottom: 30px;
}
.admin-login-wrapp .banner-over-text {
	flex-wrap: wrap;
}
.pagination li.active a {
	border: 1px solid #dddddd;
	padding: 10px 25px;
}
.pagination li a {
	margin: 0 10px;
}
.pagination {
	display: flex;
	align-items: center;
}
.pagination li.prev a,
.pagination li.next a {
	background-color: #0075e8;
	padding: 7px 13px;
	font-size: 20px !important;
	color: #ffffff;
}
.support-form-wrapp .file-upload {
	width: 50%;
}
.dashboard-without-border-block .dashboard-block-wrapp {
	border-bottom: 0;
}
.dashboard-without-border-block .dashboard-block-wrapp:nth-of-type(odd) {
	background-color: #fafafa;
}
.dashboard-without-border-block .dashboard-block-wrapp:hover {
	background-color: #ffffff;
}
.dashboard-without-border-block .dashboard-block-wrapp {
	padding: 7px 20px;
}
.dashboard-without-border-block .blu-btn {
	border-radius: 0 0 10px 10px;
}

.dashboard-block-wrapp:nth-last-child(1) {
	border-radius: 0 0 10px 10px;
}
.light-gray-text {
	color: #9d9d9d !important;
}

.red-transparent-button {
	border: 1px solid #e80000 !important;
	color: #e80000 !important;
}
.gap-top-40 {
	margin-top: 40px !important;
}

@media (max-width: 1680px) {
	.sub-big-circle-image-block {
		width: 40px;
		height: 40px;
	}
	.big-circle-image-block {
		width: 60px;
		height: 60px;
	}
	.big-admin-text {
		font-size: 50px;
	}
	.sub-big-admin-text {
		font-size: 38px;
	}
	.dashboard-block-wrapp {
		padding: 10px 20px;
	}
}

@media (max-width: 1200px) {
	.big-circle-image-block {
		width: 45px;
		height: 45px;
	}
	.sub-big-circle-image-block {
		width: 30px;
		height: 30px;
	}
	.big-admin-text {
		font-size: 40px;
	}
	.sub-big-admin-text {
		font-size: 30px;
	}
	.text-20 {
		font-size: 14px;
	}
	body {
		font-size: 12px;
	}
	.admin-dashoboard-top-blocks-wrapp .col-md-7,
	.admin-dashoboard-top-blocks-wrapp .col-md-5,
	.admin-dashboard-notification-block,
	.dashboard-without-border-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.admin-dashoboard-top-blocks-wrapp .col-md-5,
	.dashboard-without-border-block,
	.admin-dashoboard-top-blocks-wrapp .col-md-5 .col-md-6:nth-child(2) {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.client-dash-singl-cnt-block,
	.client-dash-double-cnt-block {
		width: 100%;
	}
	.mt-3-sm {
		margin-top: 30px !important;
	}
}

@media (min-width: 1680px) {
	.admin-dashboard-notification-block {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	.dashboard-without-border-block {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

/*=====================================================09 OCT======================================================*/

::-webkit-input-placeholder {
	/* Edge */
	color: #939393 !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #939393 !important;
}
::placeholder {
	color: #939393 !important;
}
.block.block-list.mb-3 {
	padding: 24px 30px 24px;
}
.red-border {
	border: 1px solid #ff0000;
}
.radious-4 {
	border-radius: 4px;
}
button.btn.btn-outline-secondary {
	background: #0075e8 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 5px 25px;
	color: #fff;
}
.search-bar input.form-control {
	height: 54px !important;
}
#page-content-wrapper .white-bg {
	background-color: #fff !important;
}
.blue-color a {
	text-decoration: none !important;
	color: #000000;
}
.blue-color a:hover .td {
	color: #0075e8;
}
.w-150 {
	width: 180px;
}
.green-b-f {
	font: normal normal bold 16px/24px Open Sans;
	color: #4aa935;
}

/* ===============================08 Oct 2021================================ */
.select-label-wrapp {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.select-label-block {
	font-size: 14px;
	padding: 10px 15px;
	border: 1px solid #0075e8;
	border-radius: 20px;
	display: flex;
	color: #0075e8;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-bottom: 20px;
}
.select-label-block img {
	width: 12px;
}
.select-label-image-block {
	display: inline-block;
	margin-left: 14px;
}
.square .file-upload-wrapper {
	height: 100%;
}
.square {
	width: auto !important;
	height: 42px !important;
}
.file-upload-wrapper:after {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-selcect-content-block {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 1;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.custom-selcect-list-block {
	padding: 6px 20px;
}
.custom-selcect-list-block:hover {
	background-color: #efefef;
}
.custom-selcect-block {
	position: relative;
}
.custom-selct-link input {
	background-color: transparent;
	border: 0;
	color: #535353;
}
.custom-selct-link {
	border: 1px solid #cccccc;
}
.block.transparent {
	background-color: transparent !important;
}
.square-check-block input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.square-check-block label {
	position: relative;
	cursor: pointer;
}
.square-check-block label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #0075e8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}
.square-check-block input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 12px;
	border: solid #0075e8;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}
.square-check-block label {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.square-check-block {
	margin-bottom: 10px;
}
.nice-select.open {
	color: #000000;
	font-weight: normal;
	font-size: inherit;
}
.nice-select .option.selected {
	font-weight: normal;
	font-size: inherit;
}
.text-center .nice-select,
.text-center .nice-select.open,
.text-center .nice-select .option {
	text-align: center !important;
}
.text-center .nice-select span.current {
	text-align: center;
	width: 100%;
}
.nice-select:after {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	right: 15px;
}
table .btn-v {
	padding: 10px;
	width: 114px;
	line-height: 1;
	margin-top: 15px;
}
.table-with-btn table td {
	vertical-align: middle;
}
.btn-td {
	display: table;
}
.blue-border-table table th,
.blue-border-table table td {
	padding: 10px 0;
}
.permissions-checkbox-block::-webkit-scrollbar,
.history-wrapp::-webkit-scrollbar {
	width: 5px;
}
.permissions-checkbox-block::-webkit-scrollbar-track,
.history-wrapp::-webkit-scrollbar-track {
	background: #e8e8e8;
}
.permissions-checkbox-block::-webkit-scrollbar-thumb,
.history-wrapp::-webkit-scrollbar-thumb {
	background: #b7b7b7;
}
.blue-border-table .border-y {
	border-top: 1px solid #aacced;
	border-bottom: 1px solid #aacced;
}
.blue-border-table tr {
	border-bottom: 1px solid #aacced;
}
.blue-border-table tr:nth-last-child(1) {
	border-bottom: 0;
}
table .btn-v:nth-last-child(1) {
	margin-bottom: 15px;
}
.title-bottom-border-row > .col-md-12 {
	border-bottom: 1px solid #aacced;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.permison-chck-block {
	padding: 10px 30px;
}
.permison-chck-block:nth-of-type(even) {
	background-color: #efefef;
}
.permissions-checkbox-block {
	background-color: #ffffff;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	max-height: 303px;
	overflow-y: auto;
}
.permissions-checkbox-block .square-check-block {
	margin-bottom: 0;
}
.permissions-checkbox-block .square-check-block label:before {
	margin-right: 40px;
	border: 1px solid #000000;
}
.permissions-checkbox-block .square-check-block input:checked + label:after {
	border-color: #000000;
	top: 3px;
}
.orange-text {
	color: #ff7f00 !important;
}

@media (max-width: 1680px) {
	.select-label-block {
		font-size: 12px;
	}
	.green-b-f {
		font: normal normal bold 14px/24px Open Sans;
	}
	.block.block-list.mb-3 {
		padding: 20px;
	}
	.table-square-image-block {
		width: 30px;
	}
	.tabel-sm-text-20 .text-20 {
		font-size: 14px !important;
	}
}

@media (min-width: 767px) {
	.square-check-block {
		margin-right: 50px;
	}
	.square-check-wrapp {
		display: flex;
		flex-wrap: wrap;
	}
	.sm-only {
		display: none;
	}
	.lg-hidden {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo-sm {
		display: block;
		padding-left: 30px;
		padding-top: 20px;
	}
	.md-only {
		display: none;
	}
	.sm-header ul {
		padding: 0 !important;
		margin-right: 20px;
	}
	.sm-header {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.sm-profile-block {
		width: 80%;
		display: flex;
		justify-content: flex-end;
	}
	.sm-profile-block a.nav-link {
		padding: 0 !important;
	}
	.notifiaction-panel {
		min-width: 300px;
	}
	.notifaction-alert {
		width: 15px;
		height: 15px;
		line-height: 1;
		position: absolute;
		text-align: 0;
		top: -5px;
		left: 12px;
	}
	#page-content-wrapper .dash-cont-main {
		padding-right: 0;
	}
	.logo-sm img {
		width: 132px;
	}
	.table-title-block {
		flex-wrap: wrap;
	}
	.table-title-block .serach-input {
		margin-top: 10px;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.big-text-wrapp {
		width: 100%;
	}
	.big-text-block span:nth-child(1) {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.big-text-block span {
		font-size: 10px;
	}
	.big-text-block {
		padding-left: 0;
		padding: 0 5px;
	}
	.big-text-wrapp {
		overflow: auto;
	}
}
@media (max-width: 360px) {
	.logo-sm img {
		width: 120px;
	}
}
/* ============================11 Oct 2021=============================== */
.with-col-5 .form-subs-lable-block {
	width: 18%;
	margin-right: 15px;
	margin-bottom: 10px;
}
.with-col-5 {
	margin: 0;
	justify-content: flex-start;
}
.form-block .form-subs-lable-block .btn-v {
	padding: 15px;
}
.min-h-94 {
	min-height: 94px !important;
}
.history-wrapp {
	border: 1px solid #707070;
	border-radius: 4px;
	max-height: 780px;
	overflow-y: auto;
}
.histry-block {
	padding: 20px;
}
.histry-block.new {
	background-color: #efefef;
}
.table-cnt-wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.table-cnt-block {
	width: 18%;
}
.custom-width {
	width: 27% !important;
}
.customn-width-block .table-cnt-block {
	width: 16%;
}
.image-uploader {
	border: 0;
}
.add-family-member-block img {
	width: 34px;
	margin-right: 10px;
}
.select-f-member-wrapp .permissions-checkbox-block {
	max-height: 125px;
}
.select-f-member-wrapp {
	padding-top: 100px;
	padding-bottom: 100px;
}
.select-f-member-wrapp .square-check-block input:checked + label::after {
	top: 6px !important;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #0075e8;
	border: 0;
	border-width: 0;
	transform: none;
}
.select-f-member-wrapp .square-check-block input:checked + label::before {
	border-color: #0075e8;
}
.radio-dot-buttons [type="radio"]:checked,
.radio-dot-buttons [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.radio-dot-buttons [type="radio"]:checked + label,
.radio-dot-buttons [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #000000;
}
.radio-dot-buttons [type="radio"]:checked + label:before,
.radio-dot-buttons [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	border-radius: 100%;
	background: #fff;
}
.radio-dot-buttons [type="radio"]:checked + label::before {
	border-color: #0075e8;
}
.radio-dot-buttons [type="radio"]:checked + label:after,
.radio-dot-buttons [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #0075e8;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.radio-dot-buttons [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.radio-dot-buttons [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner-bg-block {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 50px;
	color: #ffffff;
	background-position: center;
}
.text-32 {
	font-size: 32px;
}

/*.products-form-wrapp .center-form .form-subs-lable-block .btn-v {line-height: 2;}*/
.file-upload-input {
	border-radius: 0 4px 4px 0;
}
.file-upload-button {
	border-radius: 4px 0 0 4px;
}
.textarea-min-h-sm {
	min-height: 83px;
}
.form-subs-lable-block span {
	font-size: 14px;
}

@media (max-width: 1680px) {
	.table-cnt-block .text-20 {
		font-size: 14px;
	}
	.table-cnt-block .gray-text {
		font-size: 13px;
	}
	.double-arrow img {
		right: 10px;
	}
	.text-32 {
		font-size: 24px;
	}
	.gap-100 {
		padding: 60px 0px;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.form-left-gap {
		padding-left: 0;
	}
}
@media (max-width: 1200px) {
	.with-col-5 .form-subs-lable-block {
		width: 30%;
	}
}
@media (max-width: 1024px) {
	.with-col-5 .form-subs-lable-block {
		width: 47%;
	}
	.my-profile-section .block.border-radius-4 {
		padding-right: 32px !important;
	}
}

@media (max-width: 767px) {
	.with-col-5 .form-subs-lable-block {
		width: 100%;
		margin-right: 0;
	}
	.table-cnt-block,
	.custom-width,
	.customn-width-block .table-cnt-block {
		width: 100% !important;
	}
	.table-cnt-block {
		margin-bottom: 20px;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.text-32 {
		font-size: 18px;
	}
}

/* =================================13 Oct, 2021====================================== */
#sidebar-wrapper ul li.active .sub-menu li a {
	background-color: transparent;
	color: #000;
}
li.dropdown.active .sub-menu {
	display: block;
}
.dropdown.active > a::after {
	background-image: url(../img/down-arrow-white.png);
}
.border-title-wrapp {
	border-bottom: 1px solid #aacced;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.p-v-p-wrapp {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-bottom: 40px;
}
.p-v-p-block {
	width: 17%;
	margin-right: 20px;
	-moz-box-shadow: 0px 3px 6px #00000026;
	-webkit-box-shadow: 0px 3px 6px #00000026;
	box-shadow: 0px 3px 6px #00000026;
	border-radius: 6px;
	padding: 20px 0;
}
.p-v-p-image-block img {
	border-radius: 100%;
}
.p-v-p-image-block {
	margin-bottom: 10px;
}
.p-v-p-block a {
	color: #000000 !important;
	text-decoration: none !important;
}
table td {
	position: relative;
}
.admin-p-and-q-wrapp .form-check {
	padding: 0;
	padding-left: 2.25rem;
}
.blu-btn.white-bg {
	color: #0075e8 !important;
	border: 1px solid #0075e8;
}
.form-group {
	position: relative;
}
.list-none li {
	list-style: none !important;
}
.margin-b-3 {
	margin-bottom: 3px !important;
}

/*===========================14Oct===============*/
.p-20 {
	padding: 20px;
}
.abst-error .form-error {
	position: absolute !important;
	top: 100% !important;
}
.hover-image-block img {
	width: 26px;
}
.admin-login-wrapp .banner-over-text {
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 30px 30px 50px 30px;
	width: 30%;
	border-radius: 4px;
}
.btn-v {
	transition: 0.5s ease;
}
.btn-v:hover {
	box-shadow: 0px 3px 8px #0000003c !important;
}
.btn-v.blu-btn:hover {
	background-color: #0357a8 !important;
}
.btn-v.blu-btn.green-bg:hover {
	background-color: #22912a !important;
}
.blu-btn.btn-v.transparent {
	background-color: transparent !important;
}
.otp-field-block input {
	font-size: 28px;
	font-weight: bold;
}
.file-icon {
	display: block;
	padding: 78px 0;
	transition: border 300ms ease;
	cursor: pointer;
	text-align: center;
	max-width: 100%;
	align-items: center;
	border: 1px solid #0075e8;
	border-radius: 4px;
	margin-bottom: 20px;
}
label.filelabel {
	width: 100%;
}
.filelabel i {
	display: block;
	font-size: 60px;
	padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
	color: grey;
	transition: 200ms color;
}
#FileInput {
	display: none;
}

.inactive a {
	color: gray;
}
.block.inactive {
	background-color: #f5f5f5;
}
td.btn-td a {
	display: block;
}
.table-tick-center th,
.table-tick-center td {
	white-space: unset;
}
.table-tick-center tr td:nth-child(5) {
	text-align: center;
}
.otp-field-block.normal-text input {
	font-size: inherit;
	font-weight: normal;
}

@media (min-width: 1500px) and (max-width: 1680px) {
	.products-main-wrapp .product-sub-title ul {
		line-height: 13px;
	}
}
@media (min-width: 767px) and (max-width: 1680px) {
	.banner-btn .btn-v {
		font-size: 15px;
		padding: 12px 16px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.p-v-p-block {
		width: 25%;
		margin-bottom: 30px;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.p-v-p-block {
		width: 20%;
		margin-bottom: 30px;
	}
}

@media (max-width: 1680px) {
	.p-v-p-image-block img {
		width: 66px;
	}
}

@media (max-width: 767px) {
	.p-v-p-block {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.notifaction-alert {
		top: 2px;
		left: auto;
		right: 10px;
	}
	#sidebar-wrapper .list-group > ul > li .notifaction-alert {
		right: auto;
		left: auto;
		top: auto;
		position: relative;
	}
	.modal-content-block .btn-v {
		margin-bottom: 10px;
	}
	.sm-hidden {
		display: none;
	}
	.blue-banner-text {
		margin-top: 10px;
		font: italic normal 700 16px/24px Playfair Display !important;
	}
	.admin-login-wrapp .banner-over-text {
		height: 346px;
		width: 80%;
	}
	.col-md-6.grid-sm-block {
		order: 2;
	}
	.col-md-6.d-grid-big-wrapp {
		order: 1;
	}
	.grid-sm-block .text-28.text-bold.mb-4 {
		margin-top: 30px;
	}
	.col-md-5.p-0.with-left-image-block-image-block {
		padding: 0 15px !important;
	}
	.sb-sidenav-toggled #sidebar-wrapper ul li a {
		pointer-events: auto;
	}
	body.sb-sidenav-toggled #wrapper #sidebar-wrapper .sub-menu {
		display: block !important;
	}
	.col-md-7.with-left-image-cnt-wrapp.d-flex.align-items-center {
		justify-content: center;
	}
	.with-left-image-block .modal-title {
		text-align: center !important;
	}
	.form-subs-lable-block label.margin-b-3 {
		margin-bottom: 8px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.services-wrapp h1 {
		margin-bottom: 25px;
	}
}
#page-content-wrapper .if-absolute .row-commmon-error .form-error {
	bottom: -17px;
}
.row-commmon-error {
	position: relative;
}
.equel-button-col .form-subs-lable-block,
.equel-button-col .form-subs-lable-block label,
.equel-button-col.form-subs .btn-v {
	height: 100%;
}
.equel-button-col.form-subs .btn-v {
	display: flex;
	align-items: center;
	justify-content: center;
}
div#page-content-wrapper table.no-hover tr:hover td {
	color: inherit;
}
#page-content-wrapper .bg-red {
	background-color: #ff0000 !important;
}
#page-content-wrapper .bg-orange {
	background-color: #ff7f00 !important;
}
#page-content-wrapper .bg-green {
	background-color: #40b649 !important;
}
#page-content-wrapper .bg-red .th,
#page-content-wrapper .bg-red .td {
	color: #fff !important;
}
#page-content-wrapper .bg-orange .th,
#page-content-wrapper .bg-orange .td {
	color: #fff !important;
}
#page-content-wrapper .bg-green .th,
#page-content-wrapper .bg-green .td {
	color: #fff !important;
}

/*==============r==11-5-22==r=================*/
.admin-dashboard-wrapp #page-content-wrapper .form-control {
	height: auto;
	padding: 9.5px 0.75rem;
	min-width: 115px;
}
.admin-dashboard-wrapp #page-content-wrapper .lead-table .btn-v.w-100 {
	width: auto !important;
	padding: 9.5px 1.25rem;
}
.admin-dashboard-wrapp
	#page-content-wrapper
	.border-table-block
	> .col-md-2.text-right.table-button-block {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
#search_title {
	border: 1px solid #ced4da;
}
/*===========================16 August, 2022===============================*/
.top-bar {
	width: 100%;
	background-color: #0075e8;
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	font-size: 16px;
	position: fixed;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 500px) {
	.claim-main-cont {
		width: calc(100% - 45px) !important;
	}
	.add-policy-wrapp {
		padding-left: 0px !important;
	}
}
@media screen and (max-width: 320px) {
	.top-bar {
		font-size: 12px !important;
	}
}
.support-wrapp .block.border-radius-4 {
	padding-right: 30px !important;
}
ul#pills-tab {
	padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
	.my-profile-section ul#pills-tab {
		margin-left: 101px !important;
	}
	.my-profile-section .block.border-radius-4 {
		padding-left: 140px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 600px) {
	.my-profile-section .block.border-radius-4 {
		padding-left: 92px !important;
		padding-right: 20px !important;
	}
	.my-profile-section ul#pills-tab {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 500px) {
	.support-wrapp .block.bottom-border.border-radius-0.gap-top-25 {
		margin-left: 24px !important;
	}
	.support-wrapp .block.border-radius-4 {
		padding-left: 24px !important;
	}
	.support-wrapp .block.border-radius-4.accordion-block {
		padding-left: 24px !important;
	}
	.my-profile-section .block.border-radius-4 {
		padding-left: 24px !important;
		padding-right: 20px !important;
	}
	.my-profile-section ul#pills-tab {
		margin-left: 24px !important;
		padding-left: 0px !important;
	}
}

/* ==========================================================================
   CLEAN ADMIN INTERFACE STYLES - MODERN & SIMPLIFIED
   ========================================================================== */

/* Admin Sidebar Improvements */
.admin-sidebar {
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
    border-right: none;
}

.admin-sidebar-menu {
    padding: 0;
    margin: 0;
}

.admin-sidebar-link {
    color: rgba(255,255,255,0.8) !important;
    padding: 12px 20px !important;
    border-radius: 0 25px 25px 0 !important;
    margin: 2px 0 2px 10px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.admin-sidebar-link:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
    transform: translateX(5px);
}

.admin-sidebar-link.admin-active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.admin-sidebar-icon {
    margin-right: 12px !important;
    width: 18px !important;
    text-align: center !important;
}

/* Admin Content Area */
.admin-content-wrapper {
    background: #f8f9fa;
    min-height: calc(100vh - 60px);
    padding: 20px;
}

/* Admin Cards */
.admin-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.admin-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    border-bottom: none;
    font-weight: 600;
}

.admin-card-body {
    padding: 20px;
}

/* Admin Buttons */
.admin-btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.admin-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.admin-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.admin-btn-success {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
    color: white;
}

.admin-btn-danger {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    color: white;
}

.admin-btn-secondary {
    background: #6c757d;
    color: white;
}

/* Admin Forms */
.admin-form-group {
    margin-bottom: 20px;
}

.admin-form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.admin-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #f9fafb;
}

.admin-form-control:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Admin Tables */
.admin-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.admin-table table {
    width: 100%;
    margin: 0;
}

.admin-table th {
    background: #f8f9fa;
    padding: 15px;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.admin-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f3f4;
}

.admin-table tr:hover {
    background: #f8f9fa;
}

/* Admin Alerts */
.admin-alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: none;
}

.admin-alert-success {
    background: #f0fdf4;
    color: #166534;
    border-left: 4px solid #22c55e;
}

.admin-alert-danger {
    background: #fef2f2;
    color: #dc2626;
    border-left: 4px solid #ef4444;
}

.admin-alert-warning {
    background: #fffbeb;
    color: #d97706;
    border-left: 4px solid #f59e0b;
}

.admin-alert-info {
    background: #eff6ff;
    color: #2563eb;
    border-left: 4px solid #3b82f6;
}

/* Admin Hamburger Menu */
.admin-hamburger {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: #374151;
    font-size: 18px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Admin Page Titles */
.admin-page-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.admin-page-subtitle {
    color: #6b7280;
    margin-bottom: 30px;
}

/* Admin Breadcrumbs */
.admin-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.admin-breadcrumb-item {
    color: #6b7280;
}

.admin-breadcrumb-item.active {
    color: #374151;
    font-weight: 500;
}

/* Mobile Responsive Improvements */
@media (max-width: 768px) {
    .admin-hamburger {
        display: block;
    }
    
    .admin-content-wrapper {
        padding: 15px;
        margin-top: 70px;
    }
    
    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .admin-sidebar.admin-sidebar-open {
        transform: translateX(0);
    }
    
    .admin-card-body {
        padding: 15px;
    }
    
    .admin-table {
        font-size: 14px;
    }
    
    .admin-table th,
    .admin-table td {
        padding: 10px 8px;
    }
}

/* Utility Classes */
.admin-text-center { text-align: center; }
.admin-text-right { text-align: right; }
.admin-mb-0 { margin-bottom: 0; }
.admin-mb-1 { margin-bottom: 0.25rem; }
.admin-mb-2 { margin-bottom: 0.5rem; }
.admin-mb-3 { margin-bottom: 1rem; }
.admin-mb-4 { margin-bottom: 1.5rem; }
.admin-mb-5 { margin-bottom: 3rem; }

.admin-mt-0 { margin-top: 0; }
.admin-mt-1 { margin-top: 0.25rem; }
.admin-mt-2 { margin-top: 0.5rem; }
.admin-mt-3 { margin-top: 1rem; }
.admin-mt-4 { margin-top: 1.5rem; }
.admin-mt-5 { margin-top: 3rem; }

.admin-p-0 { padding: 0; }
.admin-p-1 { padding: 0.25rem; }
.admin-p-2 { padding: 0.5rem; }
.admin-p-3 { padding: 1rem; }
.admin-p-4 { padding: 1.5rem; }
.admin-p-5 { padding: 3rem; }

.admin-d-none { display: none; }
.admin-d-block { display: block; }
.admin-d-flex { display: flex; }
.admin-d-inline { display: inline; }
.admin-d-inline-block { display: inline-block; }

.admin-w-100 { width: 100%; }
.admin-h-100 { height: 100%; }

.admin-text-muted { color: #6b7280; }
.admin-text-primary { color: #667eea; }
.admin-text-success { color: #22c55e; }
.admin-text-danger { color: #ef4444; }
.admin-text-warning { color: #f59e0b; }

/* Override existing admin login styles for consistency */
.admin-login-wrapp .banner-over-text {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
}

/* Clean up existing button styles */
.blu-btn.btn-v {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.blu-btn.btn-v:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

/* Improve existing form controls */
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
select, 
textarea {
    border: 2px solid #e5e7eb !important;
    padding: 12px 16px !important;
    transition: all 0.2s ease !important;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="number"]:focus, 
select:focus, 
textarea:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    outline: none !important;
}

/* Force sidebar to be visible and properly styled */
.admin-sidebar,
.modern-admin-sidebar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 260px !important;
    height: 100vh !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%) !important;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1) !important;
    z-index: 999 !important;
    transition: all 0.3s ease !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* Ensure sidebar menu is visible */
.admin-sidebar-menu {
    display: block !important;
    visibility: visible !important;
    list-style: none !important;
    padding: 20px 0 !important;
    margin: 0 !important;
}

/* Ensure sidebar items are visible */
.admin-sidebar-item {
    display: block !important;
    visibility: visible !important;
    margin: 4px 0 !important;
    position: relative !important;
}

/* Force sidebar links to be visible with proper styling */
.admin-sidebar-link {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    padding: 14px 20px !important;
    color: rgba(255,255,255,0.9) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-radius: 0 25px 25px 0 !important;
    margin-right: 15px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    background: transparent !important;
}

/* Sidebar link hover state */
.admin-sidebar-link:hover {
    background: rgba(255,255,255,0.15) !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateX(8px) !important;
}

/* Active sidebar link */
.admin-sidebar-link.admin-active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
    transform: translateX(8px) !important;
}

/* Sidebar icons */
.admin-sidebar-icon {
    display: inline-block !important;
    visibility: visible !important;
    margin-right: 12px !important;
    width: 20px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: inherit !important;
}

/* Sidebar text */
.admin-sidebar-text {
    display: inline-block !important;
    visibility: visible !important;
    flex: 1 !important;
    color: inherit !important;
    font-weight: inherit !important;
}

/* Submenu arrow */
.admin-submenu-arrow {
    display: inline-block !important;
    visibility: visible !important;
    margin-left: auto !important;
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: inherit !important;
}

/* Submenu styling */
.admin-submenu {
    display: block !important;
    visibility: visible !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(0,0,0,0.2) !important;
    border-radius: 0 15px 15px 0 !important;
    margin-right: 15px !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height 0.3s ease !important;
}

/* Open submenu */
.admin-submenu-open .admin-submenu {
    max-height: 300px !important;
}

/* Submenu items */
.admin-submenu-item {
    display: block !important;
    visibility: visible !important;
    margin: 0 !important;
}

/* Submenu links */
.admin-submenu-link {
    display: block !important;
    visibility: visible !important;
    padding: 12px 20px 12px 52px !important;
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-size: 13px !important;
}

.admin-submenu-link:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
    text-decoration: none !important;
}

.admin-submenu-link.admin-active {
    background: rgba(102, 126, 234, 0.3) !important;
    color: white !important;
}

/* Content area adjustment */
.admin-content-wrapper,
.modern-admin-content {
    margin-left: 260px !important;
    margin-top: 60px !important;
    padding: 30px !important;
    background: #f8f9fa !important;
    min-height: calc(100vh - 60px) !important;
    transition: margin-left 0.3s ease !important;
}

/* Mobile hamburger menu */
.admin-hamburger {
    display: none !important;
    position: fixed !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 1001 !important;
    background: rgba(255,255,255,0.95) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px !important;
    color: #374151 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.2s ease !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .admin-hamburger {
        display: block !important;
    }
    
    .admin-sidebar,
    .modern-admin-sidebar {
        transform: translateX(-100%) !important;
        top: 0 !important;
        height: 100vh !important;
    }
    
    .admin-sidebar-open {
        transform: translateX(0) !important;
    }
    
    .admin-content-wrapper,
    .modern-admin-content {
        margin-left: 0 !important;
        margin-top: 60px !important;
        padding: 20px 15px !important;
    }
}

/* Sidebar overlay for mobile */
.admin-sidebar-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.5) !important;
    z-index: 998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.admin-overlay-active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Override any conflicting styles */
.admin-sidebar * {
    box-sizing: border-box !important;
}

/* Ensure FontAwesome icons are loaded */
.fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
}

/* Additional text visibility fixes */
.admin-sidebar a,
.admin-sidebar span,
.admin-sidebar i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}/* 
==========================================================================
   EMERGENCY SIDEBAR VISIBILITY FIX
   ========================================================================== */

/* Nuclear option - force everything to be visible */
#adminSidebar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    width: 260px !important;
    height: calc(100vh - 60px) !important;
    background: #2c3e50 !important;
    z-index: 999 !important;
    overflow-y: auto !important;
    border-right: 1px solid #34495e !important;
}

#adminSidebar * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#adminSidebar .admin-sidebar-menu {
    padding: 20px 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#adminSidebar .admin-sidebar-item {
    margin: 2px 0 !important;
}

#adminSidebar .admin-sidebar-link {
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    color: #ecf0f1 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0 20px 20px 0 !important;
    margin-right: 10px !important;
    transition: all 0.2s ease !important;
}

#adminSidebar .admin-sidebar-link:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
    text-decoration: none !important;
}

#adminSidebar .admin-sidebar-link.admin-active {
    background: #3498db !important;
    color: white !important;
}

#adminSidebar .admin-sidebar-icon {
    margin-right: 10px !important;
    width: 16px !important;
    text-align: center !important;
    color: inherit !important;
}

#adminSidebar .admin-sidebar-text {
    flex: 1 !important;
    color: inherit !important;
}

/* Force submenu visibility */
#adminSidebar .admin-submenu {
    background: rgba(0,0,0,0.2) !important;
    margin-right: 10px !important;
    border-radius: 0 15px 15px 0 !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height 0.3s ease !important;
}

#adminSidebar .admin-submenu-open .admin-submenu {
    max-height: 200px !important;
}

#adminSidebar .admin-submenu-link {
    padding: 10px 20px 10px 45px !important;
    color: rgba(255,255,255,0.8) !important;
    font-size: 13px !important;
}

#adminSidebar .admin-submenu-link:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
}

/* Ensure content doesn't overlap */
body .admin-content-wrapper {
    margin-left: 260px !important;
    padding: 20px !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    #adminSidebar {
        transform: translateX(-100%) !important;
        top: 0 !important;
        height: 100vh !important;
    }
    
    #adminSidebar.admin-sidebar-open {
        transform: translateX(0) !important;
    }
    
    body .admin-content-wrapper {
        margin-left: 0 !important;
    }
    
    .admin-hamburger {
        display: block !important;
        position: fixed !important;
        top: 10px !important;
        left: 10px !important;
        z-index: 1001 !important;
        background: white !important;
        border: none !important;
        padding: 10px !important;
        border-radius: 5px !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    }
}