
#toast-container {
	position: fixed;
	top: 30px;
	right: 2vw;
	z-index: 99999 !important;
}

/********over-right mbr-additional***********/
.jq-number {
	padding: 0 !important;
}

.jq-selectbox__select {
    padding-top: 8px;
    padding-left: 15px;
}
/********over-right mbr-additional***********/

/* 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;
}
.jq-number__spin {
	display:none;
}

.form-control {
	color: #000;
}

.geek-font {
	font-size: 20px;
}

.geek-success-bg {
	background-color: #37c837 !important;
	color: #fff;
}
.geek-info-bg {
	background-color: #75d5ff !important;
	color: #fff;
}
.geek-warning-bg {
    background-color: #ed1c24 !important;
}
.geek-success {
	color: #37c837;
}
.geek-warning {
	color: #ff3a46;
}

.default-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #cccc;	
}
.default-loader-container {
	position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*******Uploadifive ***********/
#uploadifive-upload_1 {
    font-size: 1rem;
	margin-top: 6px;
    border-radius: 5px;
    border: solid 2px #ec2227;
}
/*******Uploadifive ***********/

.business-border {
	border: solid 1px #000000;
	border-top: none;
}
/* .br-7 { */
	/* border-top-left-radius: 7px; */
	/* border-top-right-radius: 7px; */
/* } */

.add-service-btn {
	position: absolute;
	top: .5rem;
	right: 10px;
	margin: 0 !important;;
}
.geek-action-list {
	list-style: none;
	float: right;
    margin: 0;
    font-size: 15px;
}


.geek-action-list li {
	float: left;
	padding: 8px;
}

/***********Profile Order ***********/
@media only screen and (max-width: 500px) {
	#profile-div-1 {
		-webkit-order: 1; 
		order: 1;			
	}
	
	#profile-div-2 {
		-webkit-order: 2; 
		order: 2;			
	}
	#button-div {
		-webkit-order: 3; 
		order: 3;	
	}
}


.geek-ul-li-1, .geek-ul-li-2, .geek-ul-li-3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.geek-ul-li-2>li, .geek-ul-li-3>li {
	float: left;
	padding: 0 5px;
}
.geek-ul-li-1>li {
	width: 100%;	
}
@media only screen and (min-width: 768px) {
	/****for desktop*********/
	.geek-ul-li-2>li {
		width: 50%;	
	}
	.geek-ul-li-3>li {
		width: calc(100%/3);
	}
}
@media only screen and (max-width: 768px) {
	/****for mobile*********/
	.geek-ul-li-2>li, .geek-ul-li-4>li {
		width: 100%;	
	}
}
.geek-ul-li-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1.2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.geek-ul-li-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.geek-ul-li-2 .checkmark, .geek-ul-li-3 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #cccccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.geek-ul-li-container:hover input ~ .checkmark {
  background-color: #a2a2a2;
}

/* When the radio button is checked, add a blue background */
.geek-ul-li-container input:checked ~ .checkmark {
  background-color: #1a1a1a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.geek-ul-li-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.geek-ul-li-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.geek-ul-li-container .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
.geek-switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 32px;
}

.geek-switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 20px;
	height: 30px;
	width: 30px;
	left: 0px;
	bottom: 1px;
	background-color: darkslategrey;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
	-webkit-transition: .4s;
	transition: all 0.4s ease-in-out;
}
.slider:after {
	position: absolute;
	left: -10px;
	z-index: 1;
	content: "NO";
	font-size: 15px;
	text-align: left !important;
	line-height: 32px;
	padding-left: 0;
	width: 80px;
	color: #fff;
	height: 32px;
	border-radius: 100px;
	background:transparent;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition: all 0.4s ease-in-out;
	padding-left: 45px;
}

input:checked + .slider:after {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	padding-left: 20px;
	content: "YES";
	background-color: #1a1a1a;
	
}

input:checked + .slider:before {
	background-color: #fff;
}

input:checked + .slider:before {
	-webkit-transform: translateX(39px);
	-ms-transform: translateX(39px);
	transform: translateX(39px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 100px;
}

.slider.round:before {
	border-radius: 50%;
}

/*2025 styles*/
.abidx .imginrdiv img { width:100%; height:auto;border-radius:15px;}
 .subttl {
    background: #ecc4c4;
    color: #000;
    border-radius: 50px;
    padding: 0px 15px;
    width: fit-content;
    margin-bottom: 15px;
 }
 .InnrDivInfo h2 { color:#000; margin-bottom:30px;}
 .visioncrd { background-color:#ed1c24; border-radius: 15px; padding: 20px;color: #fff; position:relative; }
 .visioncrd img {
    width: 300px;
    height: auto;
    margin-bottom: 2px;
    opacity: .3;
    position: absolute;
    right: -38px;
    top: 5px;
 }
 .visioncrd h5 {
     font-size:2.5rem;
    font-weight: 700;
    margin-bottom: 0px !important;
    
 }
