body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tg-list {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-list-item {
	margin: 0 2em;
}

.tgl {
	display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl+.tgl-btn
	{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection,
	.tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection,
	.tgl+.tgl-btn::-moz-selection {
	background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection,
	.tgl *:after::selection, .tgl *:before::selection, .tgl+.tgl-btn::selection
	{
	background: none;
}

.tgl+.tgl-btn {
	outline: 0;
	/* display: block; */
	width: 4em;
	height: 2em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tgl+.tgl-btn:after, .tgl+.tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}

.tgl+.tgl-btn:after {
	left: 0;
}

.tgl+.tgl-btn:before {
	display: none;
}

.tgl:checked+.tgl-btn:after {
	left: 50%;
}

.tgl-light+.tgl-btn {
	background: #f0f0f0;
	border-radius: 2em;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.tgl-light+.tgl-btn:after {
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.tgl-light:checked+.tgl-btn {
	background: #9FD6AE;
}

.tgl-ios+.tgl-btn {
	background: #fbfbfb;
	border-radius: 2em;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #e8eae9;
}

.tgl-ios+.tgl-btn:after {
	border-radius: 2em;
	background: #fbfbfb;
	-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		padding 0.3s ease, margin 0.3s ease;
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding
		0.3s ease, margin 0.3s ease;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0
		rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios+.tgl-btn:hover:after {
	will-change: padding;
}

.tgl-ios+.tgl-btn:active {
	-webkit-box-shadow: inset 0 0 0 2em #e8eae9;
	box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios+.tgl-btn:active:after {
	padding-right: .8em;
}

.tgl-ios:checked+.tgl-btn {
	background: #86d993;
}

.tgl-ios:checked+.tgl-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
	margin-left: -.8em;
}

.tgl-skewed+.tgl-btn {
	overflow: hidden;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-family: sans-serif;
	background: #888;
}

.tgl-skewed+.tgl-btn:after, .tgl-skewed+.tgl-btn:before {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
	left: 100%;
	content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
	left: 0;
	content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
	background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
	left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
	background: #86d993;
}

.tgl-skewed:checked+.tgl-btn:before {
	left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
	left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
	left: 10%;
}

.tgl-flat+.tgl-btn {
	padding: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: #fff;
	border: 4px solid #f2f2f2;
	border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: #f2f2f2;
	content: "";
	border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
	border: 4px solid #7FC6A6;
}

.tgl-flat:checked+.tgl-btn:after {
	left: 50%;
	background: #7FC6A6;
}

.tgl-flip+.tgl-btn {
	padding: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-family: sans-serif;
	-webkit-perspective: 100px;
	perspective: 100px;
	font-size: 11px;
	text-transform: uppercase;
}

.tgl-flip+.tgl-btn:after, .tgl-flip+.tgl-btn:before {
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}

.tgl-flip+.tgl-btn:after {
	content: attr(data-tg-on);
	background: #02C66F;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.tgl-flip+.tgl-btn:before {
	background: var(--admin-btn-secondary-bg);
	content: attr(data-tg-off);
}

.tgl-flip+.tgl-btn:active:before {
	-webkit-transform: rotateY(-20deg);
	transform: rotateY(-20deg);
}

.tgl-flip:checked+.tgl-btn:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.tgl-flip:checked+.tgl-btn:after {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	left: 0;
	background: var(--admin-btn-secondary-bg);
}

.tgl-flip:checked+.tgl-btn:active:after {
	-webkit-transform: rotateY(20deg);
	transform: rotateY(20deg);
}
.trips_bx
{
	border:1px solid #d8d6d7;
	border-radius:5px;
	margin-bottom:25px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.15);
}
.trips_bxheading
{
	background:#f5f5f5;
	line-height:45px;
	padding:0 20px;
	font-size:15px;
	font-weight:600;
	border-radius:5px 5px 0 0;
}
.trips_bxheading a
{
	color:#3faef4;
	font-size:15px;
	font-weight:600;
}
.trips_bxheading a:hover
{
	text-decoration: none;
}
.alert_Dr {
	width: 100%;
	border-top: 1px solid #f3f3f3;
	box-shadow: 0px 1px 9px -2px #ccc;
	-webkit-box-shadow: 0px 1px 9px -2px #ccc;
	-moz-box-shadow: 0px 1px 9px -2px #ccc;
	text-align: center;
    padding: 8px !important;
    background: #fafffc;
    line-height: 15px;
    border-radius:0 0 5px 5px;
}
.alert_Dr table {
	width: 100% !important;
	font-size: 14px;
	font-weight:500;
}


.alert_Dr table tr td {
    text-align: center;
    background: #fafffc;
    border-right: 4px solid #f3f2f2 !important;
    line-height: 15px;
}
.alert_Dr table tr td:last-child
{
	border-right: none !important;
}
.alert_Count {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 30px;
    padding-left: 5px;
}
.alert_lh2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}
.imageViewer {
	display: none;
	position: fixed;
	z-index: 100000;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}
.close_imageViewer {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close_imageViewer:hover
{
	cursor:pointer;
}
.login_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.editMode .alert-success {
	height: 34px;
	border-radius: 4px;
	float: left;
}

.top-selectcity {
	position: relative;
}

.top-selectcity select {
	border-radius: 50px !important;
	height: 25px;
}

/* .search_fltr {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	padding: 10px;
	position: relative;
} */

.table-loader {
	
}

.my-table {
	/* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
}

.blk_hed {
	background-color: black;
	color: white;
	padding: 10px;
	text-align: center;
}

.pd_mang {
	padding: 15px 0px 15px 45px;
}

.d_cross {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 22px;
	cursor: pointer;
	z-index: 99999999;
}

.search-citytop {
	position: absolute;
	top: 6px;
	right: 5px;
	background: #008efa;
	height: 100%;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	text-align: center;
}

.search-citytop a {
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}

.input-searchcity {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: 0;
	z-index: 0;
	font-size: 12px;
}

.blue_Cbg {
	position: relative;
	float: right;
	width: 100%;
}

.date_R {
	background: #6496f9 !important;
	border: 0 !important;
	border-radius: 4px;
	height: 33px !important;
	line-height: 33px !important;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
	width: 100%;
	color: #fff !important;
	position: relative;
}

.searchselected {
	background: #fff !important;
}

.right-breadcrumb .breadcrumb {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

.dataTables_info {
	font-size: 14px;
}

.pagination-container {
	margin-left:left;
	margin-top: 10px;
}

.pagination-container li a {
	border: 1px solid #f3f3f3;
	padding: 3px 10px;
	color: #6c757d;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0;
}

.pagination-container li.active a {
	background: #6496f9;
	color: white
}

.pagination-container li:first-child a {
	border-radius: 4px 0 0 4px;
}

.pagination-container li:first-child a:hover {
	border-radius: 4px 0 0 4px;
}

.pagination-container li:last-child a {
	border-radius: 0 4px 4px 0;
}

.pagination-container li:last-child a:hover {
	border-radius: 0 4px 4px 0;
}

.pagination-container li a:hover {
	text-decoration: none;
	background: #6496f9;
	color: #fff;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #08d26f !important;
}

input:focus+.slider {
	box-shadow: 0 0 1px #08d26f !important;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px) !important;
	-ms-transform: translateX(26px) !important;
	transform: translateX(26px) !important;
}

.lft_signin {
	
	padding: 20px;
	position: relative;
	float: left;
	color:#000;
}
.sign-bg {
	background: #fff;
    border-right: 1px solid #354168;
    height: 100%;
}

.mytabs-content {
	background: #f3f3f3;
}

.mytabs .nav-item .nav-link {
	padding: 15px 60px;
	border: 0;
	font-size: 13px;
	font-weight: 600;
}

.mytabs {
	border-bottom: 0;
}

.mytabs .nav-item .nav-link.active {
	background: #000000;
	color: white
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.right_Sloader {
	position: fixed;
	background: rgba(255, 255, 255, 0.97);
	width: 100%;
	height: 100%;
	z-index: 99999999;
	left: 255px;
}

.bar-loader {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	left: -15%;
	bottom: 0;
	top: 40%;
	margin: 0 auto;
}
.right_Sloader2 {
	    position: absolute;
    background: rgba(255, 255, 255, 0.70);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;

}

.bar-loader2 {
	width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 40%;
    margin: 0 auto;
}
.min-hp
{
	min-height: 500px; 
	position: relative;
}

.error-field {
	color: red;
	font-size: 12px;
}

.spanCol {
	color: red;
	font-size: 12px;
}

.fieldset_bx {
	margin: 0 2px;
	border: 1px solid silver;
	padding: 10px 10px 20px 10px;
	margin: 29px;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}

.contact-details {
	position: relative;
}

#contactAppend {
	position: relative;
}

.close_bx {
	position: absolute;
	top: -2px;
	right: 20px;
	font-size: 22px;
	z-index: 99999999;
	color: black;
	cursor: pointer;
}

.close_bx2 {
	position: absolute;
	top: -2px;
	right: -10px;
	font-size: 22px;
	z-index: 99999999;
	color: black;
	cursor: pointer;
}

.legend_bx {
	padding-bottom: 0px;
	font-weight: 400;
	font-size: 18px;
	width: auto;
	margin-bottom: 0px;
	border-bottom: 0px;
}

@media ( max-width :767px) {
	.d-blockm .d-flex {
		display: block !important;
	}
	.pagination-container li a {
		padding: 10px;
	}
	.fieldset_bx {
		margin: 0;
		margin-bottom: 10px;
	}
	.close_bx {
		right: -10px;
	}
	.mytabs .nav-item .nav-link {
		padding: 0.5rem;
		font-size: inherit;
	}
	.pd_mang {
		padding: 10px;
	}
	.card .card-body {
    padding: 35px 15px;
}
}

@media ( max-width :1023px) {
	.right_Sloader {
		left: 0;
	}
}

/* checkbox switch */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
  margin-bottom: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.my-Shw
{    box-shadow: 0 0 10px 0 rgba(0,0,0,0.30);
    border-radius: 5px;
}
.mytabs li
{
     background: #d6d6d6;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}

.label-primary {
	    background: var(--admin-btn-primary-bg);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.flipWrapper {
	-webkit-perspective: 1000;
	height: 22px;
}

.flipWrapper .card.flipped {
	-webkit-transform: rotatey(180deg);
}

.flipWrapper .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
}

.flipWrapper .card .face {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	z-index: 2;
	font-size: 12px;
    font-weight: 400;
	text-align: center;
	line-height: 22px;
}

.flipWrapper .card .front {
	position: absolute;
	z-index: 1;
	background: var(--admin-btn-primary-bg);
	color: white;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

.flipWrapper .card .back {
	-webkit-transform: rotatey(-180deg);
	background: #08d26f;
	background: #ff7474;
	color: white;
	cursor: pointer;
	border-radius: 4px;
}

.dlt-btn {
	position: absolute;
	right: 0px;
	top: 9px;
}

.card .card-body2 {
    padding: 20px 25px;
}

.price-plan-know-more img
{
	width:15px !important;
}

.pricing-Headingcheck .form-check .form-check-label
    {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
    }
    .pricing-Headingcheck .form-check .form-check-label .input-helper:before
    {
      width: 23px;
      height: 23px;
    }
    .pricing-Headingcheck .form-check .form-check-label input:checked + .input-helper:after
    {
      top: 5px;
      left: 2px;
    }
    .my-fieldset
    {
      position: relative;
    }
    .border2
    {
      border: 2px solid #dadada !important
    }
    .cross-fieldset
    {
      position: absolute;
      top: -10px;
      right: -10px;
    }
.cross-fieldset2
    {
      position: absolute;
      top: 10px;
      right: -10px;
    }
.dsp-none {
	display: none;
}
.bluelight_background {
	background: #e2eefc;
	display: none;
	height: 50px;
	line-height: 50px;
}    

@media screen and (max-width: 768px) {
	.bar-loader {
		left: 50%;
		transform: translate(-50%);
	}
}

.uppercase-text {
	text-transform: uppercase;
}