@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');

body {
   font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    background-position: center;
    background-attachment: fixed;
}

* {
    margin: 0;
    padding: 0;
}

/*  Basic Css  */

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/********************Padding Top*****************/
.padding-top-5{
	padding-top:5px;
}
.padding-top-10{
	padding-top:10px;
}
.padding-top-15{
	padding-top:15px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-25{
	padding-top:25px;
}
.padding-top-30{
	padding-top:30px;
}
.padding-top-35{
	padding-top:35px;
}
.padding-top-40{
	padding-top:40px;
}
/********************Padding Bottom*****************/
.padding-bottom-5{
	padding-bottom:5px;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-15{
	padding-bottom:15px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-bottom-25{
	padding-bottom:25px;
}
.padding-bottom-30{
	padding-bottom:30px;
}
.padding-bottom-35{
	padding-bottom:35px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
/* #Progress with back to top
================================================== */
:root {
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #000;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	bottom: 86px;
	background: #fff;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	/*font-family: 'unicons';
	content: '\e84b';*/
	content: "\f077";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	background: -webkit-linear-gradient(#89c655, #89c655);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	
}
.progress-wrap:hover::after {
	opacity: 1;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
@keyframes heartbeat
{
	0%
	{
		transform: scale( .75 );
	}
	20%
	{
		transform: scale( 1 );
	}
	40%
	{
		transform: scale( .75 );
	}
	60%
	{
		transform: scale( 1 );
	}
	80%
	{
		transform: scale( .75 );
	}
	100%
	{
		transform: scale( .75 );
	}
}
/* #Progress with back to top */



.margin-top-2{
	margin-top:2px;
}
.margin-top-3{
	margin-top:3px;
}
.margin-top-4{
	margin-top:4px;
}
.margin-top-5{
	margin-top:5px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
	
}

.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top:35px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-50{
	margin-top:50px;
}

.margin-top-60{
	margin-top:60px;
}

.margin-top-70{
	margin-top:70px;
}

.margin-top-80{
	margin-top:80px;
}
.margin-top-90{
	margin-top:90px;
}
.margin-top-100{
	margin-top:100px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-35{
	margin-bottom:35px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
::selection {
    background-color: rgb(128 0 0);
    color: rgb(255, 255, 255);
}

/*  Basic Css Ends  */

/*  Font Family  */

/**** Start webkit scrollbar ******/






/************** Delivery page *****************/

.padding-zero{
	padding:0;
}

.d-login-boy {
	width:100%;
	background:url('../images/delivery-boy.jpg');
	background-repeat:no-repeat;
	height: 344px;
	background-size: cover;
}


.login-box{
	background-color: #fff;
	width: 90%;
	height: 300px;
	box-shadow: 0px 0px 20px 5px rgb(22 20 20 / 11%);
	margin: 0px auto;
	border-radius: 10px;
	position: absolute;
	right: 0;
	left: 0;
	top: 263px;
	padding: 14px;
}
.login-boy-text{
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
.login-boy{
	background-color: #f7f9f8;
    background-clip: padding-box;
    border: 1px solid #e3e5e5;
    height: 50px;
    border-radius: 7px;
	
}
.main-form .row{
	margin-bottom:20px;
}
.d-login-button{
	width: 100%;
    height: 50px;
    background: #11b295;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.medicine-name-new label{
	font-size:15px;
	    margin-top: 10px;
}
/************** Delivery page  *****************/


/*********** delivery-boy-details **************/

.delivery-boy-details-box{
	background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px 1px rgb(22 20 20 / 11%);
    margin-top: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
}
.d-boy-d-content{
	margin-bottom: 3px;
    color: #000;
}

.d-boy-d-content i{
	margin-right:2px;
}
.d-boy-active{
	color:#11b295;
	font-weight: bold;
}
.button-stop{
	line-height: normal;
    padding: 3px 16px;
}
.color-black{
	color:#000;
}

.new-size{
	    max-width: 88%;
}


/*********** delivery-boy-details **************/




/*********** Home Landing New **************/

.menu-bg{
	/* padding: 0 1rem; */
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.Abril-Font{
	font-family: 'Abril Fatface', cursive;
}
.logo-new{
	    height: 50px;
        padding: 5px;
}
.home-screen{
	padding: 0 0 20px;
	position: relative;
}
.coupon-new{
	width: 38%;
	margin: auto;
	display: block;
	background: #ecf9f7;
	padding: 10px;
	border-radius: 10px;
}
.home-screen:after {
    /* content: "";
    display: block;
    width: 100%;
    height:60%;
    background-color: rgb(17 178 149 / 31%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; */
	content: "";
    display: block;
    width: 400px;
    margin: auto;
    height: 100%;
        background-color: rgb(17 178 149 / 8%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.home-screen-home:after {
    height:63% !important
}
.border-main{
	position: relative;
    padding: 16px;
}
.border-main:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
	top: 0;
    left: 0;
    border-top: 2px solid #231f20;
    border-left: 2px solid #231f20;
}


.border-main:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
	bottom: 0;
    right: 0;
    border-right: 2px solid #231f20;
    border-bottom: 2px solid #231f20;
}
.home-screen h1{
	position: relative;
    text-align: center;
    z-index: 100;
	font-family: Abril Fatface,cursive;
    color: #1d1d1b;
    font-size: 29px;
    padding: 0;
    margin: 0;
}
.home-screen img{
    width: 100%;
    position: relative;
    margin-top: 14px;
}
.owl-carousel{
	z-index: 100;
}
.whta-b{
	 color: #000;
    text-align: center;
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: 700;
}


.file-upload-new {
  position: relative;
    display: inline-block;
    width: 100%;
}

.file-upload__label-new {
    display: block;
    padding: 7px;
    color: #000;
    background-color: rgb(17 178 149 / 8%);
    border-radius: 100px;
    transition: background 0.3s;
    border:0px solid #000;
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.file-upload__label-new:hover {
  cursor: pointer;
}

.file-upload__input-new {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.file-upload__label-new img{
	width: 37px;
    vertical-align: middle;
    margin-right: 0px;
}


.modal-new-content {
    padding-right: 15px;
    padding-left: 15px;
}

.modal-body {
    padding: 5px 9px 5px 9px !important;
}
.modal-new-content h2 {
   
}
.modal-header {
    border: 0;
    background: #fff;
    color: #11b295;
    padding: 15px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom: 2px dashed #dcdee2;
}
.modal-header h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.modal-brd {
    width: 44px;
    height: 7px;
    background-color: #134D91;
    margin-bottom: 10px;
}

.search-box {
    position: relative;
}
.search-box-2 input {
    background-color: #DCDEE2;
    margin-bottom: 10px;
}
.search-box input {
    height: 44px;
    border-radius: 100px;
    margin-top: 12px;
    border: 0px;
    color: #000;
}
.padd {
    padding: 8px 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.select-button {
    
outline: none;
    
background: #4285F4;
    
color: #fff !IMPORTANT;
    
font-size: 18px;
    
display: inline-block;
    
text-align: center;
    
border-radius: 100px;
    
border: 0;
    
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    
font-weight: 400;
    
margin-bottom: 5px;
}
.modal-new-content p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-content{
	border-radius:10px;
}
.otp-text{
	font-size:17px !important;
}
.otp-box input{
	display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #a59b9b;
}
.otp-box input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.otp-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.search-box-2 .form-control:focus {
    color: #495057;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background-color: #DCDEE2;
}
.wel-come{
	font-size: 18px !important;
}
.sign-in-2{
	color: #000;
    margin-top: 10px;
    font-size: 20px;
}

@media (max-width:777px) {
	.home-screen:after{
		width:100%;
	}
}
/*********** Home Landing New **************/

/************ Delivery List Page Start *************/

.title-1{
	margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
}
.title-2{
	    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}
.icon-box img{
	width: 60px;
}
.rupess{
	font-weight: bold;
    text-align: right;
}
.time-new-2{
	color:#9a9a9a;
}
/************ Delivery List Page End *************/

/************* Admin Track ***********/

.time-new{
	transform: translate(-20px, 4px);
    color: #000;
    margin-bottom: 0;
    content: attr(data-desc);
    font-size: 16px;
    font-weight: bold;
}
.Steps {
  width: 100%;
  padding: 0px;
  margin: 60px auto;
}
.Steps ul, .Steps li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Steps ul {
  display: table;
  width: 100%;
}
.Steps li {
  display: table-cell;
  position: relative;
}
.Steps li:first-child {
  width: 40px;
}
.Steps li:first-child .step:before {
  content: none;
}
.Steps .step {
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  border-color: rgb(129 134 152 / 26%);
  line-height: 39px;
  font-size: 23px;
  text-align: center;
  color: rgb(129 134 152 / 26%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.075);
  float: right;
}
.Steps .step:nth-child(n+2) {
  margin: 0 0 0 100px;
  transform: translate(0, -4px);
}
.Steps .step:before {
  height: 4px;
  display: block;
  position: absolute;
  background-color: rgb(129 134 152 / 26%);
  content: "";
  border-radius: 5px;
  right: 45px;
  left: 5px;
  top: 50%;
}
.Steps .step:after {
  display: block;
  transform: translate(-42px, 10px);
  color: #818698;
  content: attr(data-desc);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  min-width: 120px;
}
.Steps .step.active {
  border-color: #2D6CA2;
    color: white;
    background: #73B5E8;
    background-image: linear-gradient(to bottom, #134d91 0, #134d91 100%);
}
.Steps .step.active:before {
  background: linear-gradient(to right, #58bb58 0%, #49a249 100%);
}
.Steps .step.active:after {
  color: #2D6CA2;
  font-weight: 600;
}
.Steps .step.done {
  background-color: #58bb58;
  border-color: #469F46;
  color: white;
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}
.Steps .step.done:after {
  color: #469F46;
      font-weight: bold;
}
.Steps .step.done:before {
  background-color: #4ba54b;
}
.Steps .step .icon-valid {
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WTURHCMBBEdxWABCRUAkjAAShBCpWCBOoACXGwzGWazpEmIYV833vZ3F2IPw9/4SUNJJ/GbhZIugC4AxhJXjcJHJyCj92CAmySqUtQgwEco2AuuAE4p+akjE2YDMwKAoBTknyD4xQkGbRz44wSAMPcbT/pKcYmrSYeE1jhoyDZZzuygpc9qEiaNy8JXLNKSeKo8tje/DHGQpImXFxlJ3m1bl49wceSdAAQfLdrn65rE1s/9g2UFVqH6GtSAwAAAABJRU5ErkJggg==");
  display: block;
  margin: 10px auto;
}
.Steps .pulse::before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
  margin: -2px -2px 0 0;
  opacity: 0.5;
}

.time{
	max-width: 282px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}

/************* Admin Track ***********/



/************* Over 50,000 *********/

.directory_section{
	/* background: rgb(17 178 149 / 31%); */
	    background-color: rgb(17 178 149 / 8%);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 400px;
    margin: auto;
	padding:10px;
}
.our_directory p{
	
	font-size:33.33px;
	color:#fff;
}

.count p{
	
    font-size: 42px;
    margin: 0px 0 0px;
    font-weight: 800;
}
.sell-color{
	color: #000000;
}
.directory_name p{
	    color: #000;
    font-size: 23px;
    margin-bottom: 0;
}
.rent-color{
	color:#47ecff;
}
.pg-color{
	color:#f59000;
}
.lease-color{
	color:#9597fe;
}

.icon-box{
    border-radius: 5px;
    padding: 3px;
    box-shadow: 2px 0px 2px 0px rgb(211 206 206 / 48%);
}
.color-1-box{
    background: #ff5722;
}
.color-2-box{
    background: #134d91;
}
.color-3-box{
 background: #c79917;
}
.color-4-box{
    background: #088957;
}

.color-5-box{
    background: #11b295;
}
.color-6-box{
        background: #aabd12;
}
.color-7-box{
        background: #607d8b;
}
.color-8-box{
         background: #12b926;
}
/************* Over 50,000 *********/


.btn-success {
    color: #fff;
    background-color: #11b295;
    border-color: #11b295;
}

/************ main-upload-form **********/


/************ main-upload-form **********/

/**************** Bottom Menu ***********/
.nav-menu-bottom{
	/* background: #134d91;
    width: -webkit-fill-available;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    overflow-x: auto;
	border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
	background:#4285F4;
	text-align: center;
	color: white;
	position: fixed;
	bottom: 0;
	z-index: 10;
	left: 0;
	right: 0;
	overflow-x: auto;
	/* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
	width: 400px;
	margin: auto;    z-index: 1024;
}
.menu_item:hover,.menu_item:focus{
	color: #fff;
}
.menu_container {
    width: auto;
    text-align: left;
    display: flex;
	padding-top: 10px;
}
.menu_item {
    /* text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;
	    cursor: pointer;
		color: #fff; */
		text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 10px;
    margin: 3px;
    width: 209px;
    white-space: pre;
    cursor: pointer;
    color: #fff;
}
}
.menu_item:hover {
	color: #fff;
}
.menu_item i {
    font-size:14px;
}



/************** Order Track *****************/

.track-order-title{
	    font-size: 24px;
        color: #134d91;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 24px;
}
.order-active{
	color: #11b295;
    font-weight: bold;
}

.order-track {
      margin-top: 18px;
    margin-bottom: 4rem;
    padding: 0 0rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}
.order-track-step {
     display: flex;
    height: 63px;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 7rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  
	    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dddddd;
    position: relative;
    z-index:7;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 0px;
  height:4rem;
  border: 1px solid #dddddd;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.order-track-text-stat {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px;
}
.order-track-text-sub {
     font-size: 13px;
    font-weight: 400;
    color: #000;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}
.color-d{
	color:#11b295;
}

.order-track-step.order-active:last-child .order-track-status span:last-of-type {
    display:block;
}
.order-track-step.order-active .order-track-status-dot{
background: #11b295;
border:0px;
position:realative;
}
.order-track-step.order-active .order-track-status-dot:after{
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    right: 0;
    left: 4px;
    position: absolute;
    font-size: 16px;
}

.order-track-step.order-active .order-track-status-line{
    border: 1px solid #11b295;
}


/************** Order Track *****************/

/************ delivery-page *******/

.delivery-page h2{
	font-weight:bold;
	font-size: 14px;
}

.delivery-page h2 i{
	color:#11b295;
}

.delivery-page p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
}

.radio-button {
  display: none;
}

.radio-button-click-target {
  cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 3px 14px 3px 22px;
    position: relative;
    font-weight: bold;
}
.radio-button-click-target:hover .radio-button-circle:before, .radio-button-click-target:focus .radio-button-circle:before {
  border-color: #11b295;
}
.radio-button-click-target:active .radio-button-circle:before {
  transform: scale(1.1);
}

.radio-button-circle {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 9px;
  transition: background-color 0.1s ease-out;
  vertical-align: middle;
  width: 8px;
}
.radio-button-circle:before {
  border: 3px solid #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: -6px;
  transition: border-color 0.1s ease-out, transform 0.1s ease-out;
  left: -6px;
  width: 20px;
}

.radio-button:checked + .radio-button-click-target .radio-button-circle {
  background-color: #11b295;
}

.radio-button:disabled + .radio-button-click-target {
  cursor: not-allowed;
}
.radio-button:disabled + .radio-button-click-target .radio-button-circle:before {
  border-color: #e2e2e2;
}
.radio-button:disabled + .radio-button-click-target:active .radio-button-circle:before {
  transform: none;
}

.checkbox {
  display: none;
}

.checkbox-click-target {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 14px 14px 32px;
  position: relative;
}
.checkbox-click-target:hover .checkbox-box, .checkbox-click-target:focus .checkbox-box {
  border-color: #444;
}
.checkbox-click-target:hover .checkbox-box:before, .checkbox-click-target:focus .checkbox-box:before {
  border-color: #444;
}
.checkbox-click-target:active .checkbox-box {
  transform: scale(1.1);
}

.checkbox-box {
  border: 3px solid #ccc;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 0;
  transition: background-color 0.1s ease-out;
  vertical-align: middle;
  width: 20px;
}

.checkbox-box:after {
  border: 3px solid #444;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  transition: opacity 0.1s ease-out;
  width: 9px;
}

.checkbox:checked + .checkbox-click-target .checkbox-box:after {
  opacity: 1;
}

.checkbox:disabled + .checkbox-click-target {
  cursor: not-allowed;
}
.checkbox:disabled + .checkbox-click-target .checkbox-box {
  border-color: #e2e2e2;
}
.checkbox:disabled + .checkbox-click-target:hover .checkbox-box, .checkbox:disabled + .checkbox-click-target:focus .checkbox-box {
  border-color: #e2e2e2;
}
.checkbox:disabled + .checkbox-click-target:active .checkbox-box {
  transform: none;
}

.right-ddd p {
    margin-bottom: 0;
    font-size: 14px;
}
.color-green{
	color:#34A853;
}
.time-picker-2{
	position:relative;
}
.time-picker-2 i{
	position: absolute;
    top: 12px;
    left: 6px;
    font-size: 15px;
}
.new-de{
	padding-left: 20px;
    font-size: 14px;
}
.button-new-delivery{
	line-height: normal;
    padding: 2px 5px;
    border-radius: 100px;
}
/***********  delivery-page ********/


/************** ABout Us ***********/

.about-us-new-60 p{
	text-align:justify;
	
}
.track-order-title-60{
	color: #11b295;
    margin-top: 0;
    font-size: 21px;
	font-weight:800;
}
.try-now{
	    line-height: normal;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/************** ABout Us ***********/


/**************** Pre-Launching Pages Css ************/
.main-title-pre h1{
	font-size: 24px;
    font-weight: 800;
    margin-top:9px;
    color: #fff;
}
.main-title-pre{
	position:relative;
}
.main-title-pre h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
}
.pre-launch-bg {
	/* background: url(../images/xzx.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 321px; */
	
	    background: url(../images/xzx.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
    margin-bottom: 13px;
}

.main-title-pre ul{
   list-style: unset;
    padding: 0;
    margin: 0;
    padding-inline-start: 16px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.img-icon-new-pre img{
	width: 64px;
    height: 64px;
    object-fit: contain;
    margin: auto;
    display: block;
}
.img-icon-new-pre p{
	    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}

.count-box {
   box-shadow: 0 1px 7px 0px rgb(53 48 48 / 19%);
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #12b295;
}

.d-h-m-s h6 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.d-h-m-s p {
   text-align: center;
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
}


/**************** Pre-Launching Pages Css ************/


/*********** Spin Wheel *********/
audio {
    display: none;
}
#chart {
 position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 999;
} 
/* #question {
  position: absolute;
  width: 800px;
  height: 500px;
  top: 0;
  left: 520px;
} */
/* #question h1 {
  color: #f00;
  font-size: 20px;
  font-weight:800;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */
svg{
	background:url("../images/spin-01.png");
    border-radius: 100%;
	background-repeat:no-repeat;
}
.chartholder{
	    transform: translate(248px,250px);
}
g .slice text{
	    font-weight: bold;
    white-space: normal;
    font-size: 20px;
}

g.slice path{
	fill: #fff;
    stroke: #c1902e;
    stroke-width: 2px;
}
.spin-stand{
	position:relative;
}
.spin-stand img{
	    position: absolute;
    bottom: -182px;
    right: -61px;
}
.new-images-spin{
	width: 100%;
    margin-left: 50px;
    margin-right: 13px;
    display: block;
    margin-top: 26em;
}


.img-icon-new-landing img {
    height: 100px;
    object-fit: contain;
    margin: auto;
    display: block;
}


.img-icon-new-landing p {
    font-size: 18px;
    text-align: center;
}

.slice1 text{
 transform: rotate(-65deg) translate(145px);
}

.slice2 text{
transform: rotate(5deg) translate(145px);
}
.slice3 text{
transform: rotate(77deg) translate(145px);

}
.slice4 text{
transform: rotate(154deg) translate(153px);


}
.slice5 text{
transform: rotate(224deg) translate(141px);

}
/*********** Spin Wheel *********/


/******* Payment Page *******/

.modal-header p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.modal-header h3{
	    font-weight: 800;
    font-size: 31px
}
.close{
	font-size: 30px;
    position: absolute;
    right: 5px;
    top: -6px;
    line-height: normal;
    color: #fff;
    text-shadow: none;
    opacity: 5;
}
.close:focus {
    outline:0px auto -webkit-focus-ring-color;
	color:#fff;
}
.new-call{
	position: absolute;
    top: 42px;
    right:23px;
	color:  #9d9d9d;
}
.pay-m{
	position:realative;
}
/******* Payment Page ********/

/*************** Auto-pilot *************/
.auto-piolot{
	background: #11b295;
    border: 0;
    color: #fff;
}
.main-repeat{
	margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.font-normal{
	font-weight:normal;
	font-size:13px;
}
/*************** Auto-pilot *************/

/****** Retailer *******/
.re{
	font-size: 15px;
    text-align: justify;
}



    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 4px;
        color: #212121;
        background-color: #fff;
        border: 1px solid #E5E5E5;
        margin-bottom: 11px;
    }

    .panel-title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .panel-title > a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #000;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;

    }

/* ----- v CAN BE DELETED v ----- */


/****** Retailer *******/

/****** Ledger Entry Payment Section *******/

.l-payment{
box-shadow: 0px 0px 20px 5px rgb(22 20 20 / 11%);
   padding: 14px;
   border-radius: 10px;
   
}
.le-pay img{
	    height: 43px;
}
.ne-le-pay h6{
	    font-size: 14px;
	    font-weight: bold;
	    text-transform: uppercase;
	    color: #8f8f8f;
}
.ne-le-pay p{
	    font-size:16px;
	    font-weight: bold;
	    color: #000;
	    margin-bottom: 0;
}
/****** Ledger Entry Payment Section *******/

/************** Testimonial Design Css **********/


.testimonial-User{
    background: #fff;
    padding: 20px;
    margin: 15px 15px 10px 15px;
    position: relative;
	box-shadow: 0 2px 4px 1px rgb(0 0 0 / 10%);
}
.testimonial-User:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #11b295;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 1;
    z-index: -1;
}
.testimonial-User .title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
}
.testimonial-User .description{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: justify;
}
.testimonial-User .testimonial-content{
    position: relative;
}
.testimonial-User .testimonial-content:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
}
.testimonial-User .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial-User .pic img{
    width: 100%;
    height: auto;
}
.testimonial-User .content{
    display: inline-block;
    margin: 10px 0;
}
.testimonial-User .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial-User .post{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial-User .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial-User .rating li{
    display: inline-block;
    color: #ffc207;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #11b295 ;
}
#testimonial-slider.owl-carousel {
    z-index: 1;
}
@media only screen and (max-width: 479px){
    .testimonial-User .testimonial-content:after{
        content: "";
    }
}


/************** Testimonial Design Css **********/


/******** Loaction popup Css ********/

.location-img-icon img{
	    width: 100px;
      margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;

}
.location-img-icon p{
	text-align: center;
    color: #000;
    font-size: 16px;
}
.location-img-icon h3{
	color: #000;
    font-size: 18px;
	font-weight:bold;
}
/******** Loaction popup Css ********/


/******* Order List Popup ***/

.bg-list-med{
	  background-color: rgb(236 235 237);
	  padding:6px;
	  border-radius:1px;
	  border: 1px solid #ccc;
	  margin-bottom: 10px !important;
	  width: 90%;
	  margin: auto;
	  overflow: auto;
	  height:180px;
}
.hr-news{
border-top:1px dashed rgba(0, 0, 0, 0.1);
margin-top:6px; 
margin-bottom:6px;
}
.title-33{
	margin-bottom: 8px !important;
    margin-top: 0px !important;
    color: #000;
    border-bottom: 1px dashed #ccc;
	font-size:14px !important;
	font-weight:bold;
}
.new-input-2 input{
    height: 25px !important;
    text-align: center;
}
.label-new-pop label{
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/******* Order List Popup ****/


/********* Retailers /Delivery boy Details ******/
.r-d label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

.r-d p {
    margin-bottom: 10px;
    font-size: 14px;
}
.r-d input{
	font-size: 14px;
    text-align: center;
    height: 23px;

}
.h-auto{
	height:auto;
	    overflow: initial;
}


.table th,
.table td {
  padding:8px;
  vertical-align:middle;
  
}
.table .thead-dark th {
    color: #000;
    border-color: rgba(0,0,0,.075);
    background-color: rgba(0,0,0,.075);
}

.dsds{
	    border-radius:0;
}
.dsds::placeholder{
	
}
.new-in input{
	height: 22px;
	font-size: 14px;
	text-align: right;
	float: right;
	width: 77%;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px dashed;
    padding: 5px;
    text-align: center;
}
.alert-coupon h4{
	margin-bottom: 0;
    font-size:18px;
}
/********* Retailers /Delivery boy Details ******/

/********* Modal New Start ******/

.start-new-m input{
	background-color: #DCDEE2;
    margin-bottom: 10px;
	padding:10px 43px;
	position:relative;
}
.box{
	position: absolute;
    top: 11px;
    left: 13px;
    background: #11b295;
    color: #fff;
    width: 23px;
    border-radius: 100px;
    height: 23px;
   display: flex;
    align-items: center;
    justify-content: center;
}

.search-box-2 select {
    background-color: #DCDEE2;
    margin-bottom: 10px;
}
.search-box select {
    height: 44px !IMPORTANT;
    border-radius: 100px 0px 0px 100px;
    margin-top: 12px;
    border: 0px;
    color: #000;
}
.ne-slee{
	border-radius:0px 100px 100px 0px !important;
}
/********* Modal New Start ******/

/******** Payment Page Start *******/
.new-payment h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.new-payment h3{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}


.new-payment h3:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #000;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 #000;
  }
}

.new-payment p{
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}


.hr-pay {
  margin-top:10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid #00d2c1;
}

.r-pay{
	background-color: #efefef;
	display:flex;
	justify-content: center;
	align-items:center;
	border-radius: 10px;
	padding: 20px;
}
.r-pay img {
    height: 18px;
}
.r-pay p {
    margin-bottom: 0;
    color: #072654;
    font-weight: bold;
    font-size: 12px;
}
.bg-payment-success{
	background-color: rgb(17 178 149 / 8%);
	padding:20px;
	display:flex;
	justify-content: center;
	align-items:center;
}
.bg-main-pay{
    padding: 9px 0 20px;
    position: relative;
}

.bg-main-pay:after{
	content: "";
	display: block;
	width:100%;
	margin: auto;
	height: 440px;
	background-color: #00d2c1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.logo-ss{
	z-index: 9999;
	position: relative;
	height: 41px;
}
.font-i-w {
    font-size:80px;
    z-index: 99;
    position: relative;
    color: #fff;
}
.payment-successfully h1{
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px;
	z-index:11;
	color:#fff;
	position: relative;
	margin-top: 30px;
}
.payment-successfully p{
	font-size: 14px;
	margin-bottom:20px;
	z-index:11;
	color:#fff;
	position: relative;
	line-height: normal;
}
.bagg{
	    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgb(22 20 20 / 11%);
    margin:auto;
   
  border-radius: 10px;
  padding: 10px;
  width:100%;
  z-index:99;
 position: relative;
}

.bagg h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.ra button{
	    width: 40px;
	    height: 40px;
	    padding: 0;
	    border-radius: 100px;
	    margin-right: 0px;
	    background-color: #e0e0e0;
	    color:#fff;
	    margin-bottom: 6px;
}

.bagg p {
    font-size: 14px;
}

.btn-warning {
    color: #212529 !important;
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}

/******** Payment Page End *******/

/****** Why Choose Mediy Start **********/

.serviceBox{
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border: 10px solid #ecf0f6;
    border-radius: 0;
    position: relative;
}

.serviceBox .service-icon{
    color:#11b295;
    font-size:28px;
    line-height: 50px;
    margin: 0 0 15px;
}
.serviceBox .title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.serviceBox.blue{
    border-top-color: #3D729B;
    border-bottom-color: #3D729B;
}
.serviceBox.blue .service-icon{ color: #3D729B; }
.serviceBox.red{
    border-top-color: #ED5543;
    border-bottom-color: #ED5543;
}
.serviceBox.red .service-icon{ color: #ED5543; }
.serviceBox.purple{
    border-top-color: #924963;
    border-bottom-color: #924963;
}
.serviceBox.purple .service-icon{ color: #924963; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}
/****** Why Choose Mediy End **********/


/******** new-d-page Start ****/
.new-font-d p{
	    font-size: 13px !important;
}
.bg-list-med-22{
	  background-color: rgb(236 235 237);
	  padding:6px;
	  border-radius:1px;
	  border: 1px solid #ccc;
	  margin-bottom:4px !important;
	  width: 100%;
	  margin: auto;
}
.shipment-d p{
	   margin-bottom: 3px;
	    font-size: 13px;
	    font-weight: bold;
}
.med-list p{
	font-size:13px;
	margin-bottom:0px;
}
/******** new-d-page Start ****/


/******** Live Location Start ****/
.U-Design h1{
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 20px;
}
.U-Design-box{
	background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 34px;
	margin-bottom:10px;
	color: rgb(17 178 149);
}
.new-main-ub p{
	text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
	line-height: normal;
}
.save-input {
	position:relative;
}
.save-input button {
    position: absolute;
    right: 22px;
    top: 38px;
    width: 41%;
    font-size: 14px;
    height: auto;
    text-transform: none;
    border-radius: 100px;
}
.ub-location{
	background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px;
    border-radius: 100px;
    font-size: 20px;
    height: 40px;
    width: 40px;
}
.ub-location-list h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.ub-location-list p {
    font-size: 13.8px;
    margin-bottom: 0;
}
.ub-map p{
	font-size: 18px;
    font-weight: bold;
}
.ub-map iframe{
	width: 100%;
    height: 200px;
    border-radius: 10px;
}

.ub-map-details p {
    font-size: 15px;
}
.uber-section-1{
padding: 5px;
}
.ub-active{
	background-color: rgb(17 178 149 / 8%);
}
.main-ub-select h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.main-ub-select h4{
	font-size: 14px;
	margin-bottom: 0;
}

.main-ub-select p{
	    margin-bottom: 0;
	    font-size: 14px;
}
.line-through {
    text-decoration: line-through;
}
/******** Live Location Start ****/


/****** My Order Detail Page Css *******/

.my-order-details-box-new{
background-color:rgba(17, 178, 149, 0.03);
border:1px solid #E4E3E3;
padding:6px;
border-radius:10px;
    margin-bottom: 20px;
}
.name-order-d p
{
font-weight: bold;
font-size: 17px;
color: #000;
margin-bottom: 1px;
}

.order-id p
{
font-size: 16px;
color: #134D91;
margin-bottom: 3px;
font-weight:600;
}

.order-item p
{
font-size: 16px;
color: rgba(0, 0, 0, 0.38);
margin-bottom: 3px;
font-weight: bold;
}
.see-more-order p {
	    font-size: 15px;
    margin-bottom: 3px;
	font-weight:bold;
}
.see-more-order p a{
	color:#134D91;
	text-decoration:underline;
	
}
.price-order p {
	    font-size: 16px;
    margin-bottom: 3px;
	font-weight:bold;
	color:#11B295;
}

.order-badge{
	border-radius:100px;
	font-weight:normal;
	margin-bottom:10px;
}
.teal-badge{
	background-color:#11B295;
	color: #fff;
}
.completed-order-p p{
	font-size: 15px;
	margin-left: 0px;
	color: #134D91;
	margin-bottom: 1px;
	font-weight:600;
}
.completed-order-p img {
    float: left;
    width: 20px;
	    margin-right: 4px;
}
.col-4.completed-order-p {
    padding-right: 0;
	
}
/****** My Order Detail Page Css *******/

/************ Add Address **********/

.new-address-box{
	    
}
.product-de-new-22 i {
   color: rgb(17 178 149);
    font-size: 24px;
}
.product-de-new-cont p{
	font-size: 19px;
    margin: 2px 3px 10px;
}
.icon-checkmark svg {
    width: 20px;
    height: 20px;
    width: 100%;
    color: #134d91;
    fill: currentColor;
}
.icon-checkmark {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: .1em;
    text-align: center;
    position: relative;
    bottom: -.2em;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.pdl-0 {
    padding-left: 0;
}
.button-new-add{
	cursor: pointer;
	width: 100%;
	color: #11B295;
	background-color: transparent;
	height: 49px;
	font-size: 14px;
	text-decoration: none;
	border-width: 1px;
	border-style: dotted;
	border-color: #11B295;
	transition: all 0.35s ease 0s;
	border-radius: 6px;
	font-weight: 600;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 10px;
}
.address-box-all{
	font-size: 12px;
    background-color: rgb(247, 247, 247);
    padding: 10px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(247, 247, 247);
    margin-bottom: 5px;
    margin-top: 6px;
    border: 1px solid rgb(19 77 145 / 11%);
    position: relative;
	cursor: pointer;
}
.radio-new-o lable{
	cursor:pointer;
}
.radio-new-o input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-new-o input[type="radio"] + .radio-label:before {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #11B295;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio-new-o label {
    
    cursor: pointer;
}
.radio-new-o input[type="radio"]:checked + .radio-label:before {
  background-color: #11B295;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.radio-new-o input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #11B295;
}
.radio-new-o input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-new-o input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.save-btn-add {
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color:#11B295;
    width: 100%;
    border: transparent;
    border-radius:100px;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
	margin-top:10px;
}

.radio-new-o label{
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.radio-new-o.form-input {
    margin-top: 0px;
    margin-bottom: 0px;
}
.radio-new-o p{
	text-align: justify;
	margin: 0 26px 10px;
	font-size: 15px;
	color: #000;
}
.box-main-edit-d{
	position: absolute;
	right: 10px;
	top: 10px;
}
.box-main-edit-d i {
    margin-left: 6px;
    color: #134d91;
    font-size: 13px;
}
.box-main-edit-d a {
    
    color: #134d91;
   
}
.address-new-popup{
	    padding: 1rem !important;
}
.new-legend{
	display: inline-block !IMPORTANT;
    width: auto;
    padding: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    padding-left: 7px;
    border-bottom: 0;
}
.filed-new{
    padding: 10px!IMPORTANT;
    margin: 0 2px!IMPORTANT;
    border: 1px solid rgb(192 192 192 / 23%)!IMPORTANT;
    margin-bottom: 10px!IMPORTANT;
}

.address-box-scroll {
    padding-right: 8px;
    max-height: 332px;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}


.intl-tel-input .country-list{
	white-space: break-spaces !IMPORTANT;
}

.address-box-scroll::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .address-box-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .address-box-scroll::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .address-box-scroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .new-count-digit-1:before{
	  counter-increment: section-counter 1;
  }
  .new-count-digit-2 .check-out-heading:before{
	  counter-increment: section-counter 2;
  }
  .new-count-digit-3:before{
	  counter-increment: section-counter 3;
  }
  
  .new-mobile-pop p{
	  text-align:center;
  }
@media (max-width:777px) {
	.address-box-scroll {
   padding-right: 0px;
    max-height: fit-content;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}
.radio-new-o label {
	text-align: center;
}
}

/************ Add Address **********/

/****** Search Location Modal Css  *******/

.search-location{
	position:relative;
}

.search-location input {
        padding: 10px 32px;
    background: #f4f4f4;
    border: 0;
    border-radius: 10px;
}
.search-location i {
	position: absolute;
    top: 14px;
    left: 9px;
    font-size: 17px;
}

.u-lo hr{
	    margin-top: 10px;
    margin-bottom: 10px;
}

.u-lo a{
	  color:#11b295;
}

.hr-live{
	margin-top: 10px;
    margin-bottom: 10px;
}
.otp-live p{
	margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
/****** Search Location Modal Css *******/


/***** Live Order Summary Start ****/
.live-order-summary{
	background-color:#11B295;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items:center;
   height:195px;
}
.order-live-content{
	position:relative
}

.order-live-content p{
	font-weight:600;
	font-size:15px;
	margin-bottom: 4px;
	text-align:center;
	color:#fff;
}

.order-live-content h1{
	font-weight:bold;
	font-size: 1.5rem;
	margin-bottom:0;
	text-align:center;
	margin-bottom: 3px;
	color:#fff;
}
.order-live-content a {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
}
.new-live-tab {
    margin-top: 15px;
    margin-bottom: 15px;
}
.new-live-tab.nav-tabs .nav-link {
   /* border-bottom: 1px solid #E5E5E5; */
    border-radius: 0;
    border: 0;
	font-weight:600;
	color:rgba(0, 0, 0, 0.38);
}
.new-live-tab.nav-tabs .nav-link.active{
	color: #000;
    background-color: #fff;
    border-bottom: 4px solid #11B295 !important;
    border-top: 0 !important;
    border-color: transparent;
}
.new-live-tab li{
	margin: 0 auto;
}
.d-boy-box{
	background-color:#E5FAF1;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
	border-radius:10px;
	padding: 10px;
}
.d-boy-box img {
    position: absolute;
    bottom: -12px;
    left: 12px;
    width: 30px;
}
.d-boy-box h2 {
    font-weight: bold;
    font-size: 17px;
    color: #11B295;
    margin-bottom:3px;
    margin-top:3px;
}
.d-boy-box p {
    margin-bottom: 0;
    font-size: 14px;
}
.d-img img {
    margin: auto;
    display: block;
}
.d-content-live h3{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.d-content-live p{
	font-size: 13px;
    margin-bottom: 0;
}
.order-live-d{
	text-decoration:underline;
	color: #11B295;
	font-weight:bold;
}
.order-live-d:hover,.order-live-d:focus{
	text-decoration:underline;
	color: #11B295;
	font-weight:bold;
}
.D-s-live{
	
}

.D-s-live h5{
	font-size:18px;
	font-weight:600;
	color:#000;
}
.D-s-live p{
	font-size:16px;
	font-weight:600;
	color:#808080;
	margin-bottom:2px;
	
}
.ds-a h5{
	color:#11B295;
}
.c-live p{
	font-size: 13px;
    color: #11b295;
}
.live-od-footer{
	background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:10px;
}
.live-od-content p{
	color:#134D91;
	font-weight:600;
	margin-bottom:0px;
}

.item-live{
	background-color: #F0F0F0;
    padding: 10px;
    border-radius: 5px;
}

.item-live-content p{
	font-weight:600;
	font-size:16px;
	margin-bottom:0px;
}
.padding-new-live{
	    padding-left: 6px;
    padding-right: 6px;
}
.item-live-box-product{
	position:relative;
}

.item-live-box-product img{
	    margin-bottom: 4px;
    width: 102px;
    height: 72px;
    object-fit: cover;
}


.star-rating i {
	color: #FFCC3B;
    font-size: 15px;
}
.star-rating-c {
	color:#ffd300!important;
}
.item-live-content-product h2{
	color: #000;
	font-weight:bold;
	font-size:19px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.item-live-content-product h3{
	font-size: 17px;
	margin-bottom: 4px;
	color: #808080;
}
.item-live-content-product h4{
	font-size: 16px;
    margin-bottom: 4px;
    color: #808080;
}
.item-live-content-product h5{
	font-size: 16px;
	margin-bottom: 4px;
	color: #808080;
}
.item-live-content-product p{
	position: absolute;
	bottom: 0px;
	right: 0;
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
}
.item-live-content-product{
	position:relative;
}
.order-com{
	background-color:#28a745;
}
/***** Live Order Summary End ****/

/**** My Profile Modal ****/

.my-profile a{
	color:#000;
}


.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width:360px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
	height: 100%;
    overflow-y: auto;
    border-radius: 0;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 0px 0px 10px;
	}


	.modal.right.fade .modal-dialog {
		right:0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}
	
	
.wel-come-new{
	font-size: 16px;
    margin-bottom: 17px;
}
.my-color{
	color:#11b295;
}

/**** My Profile Modal ****/

/**** My Wallet ****/


.my-wallet{
	background-color: #11B295;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 195px;
	position: relative;
	background-image: url(../images/shape-01.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	padding-bottom: 20px;
	padding-top: 20px;
}

.wallet-text{
	    position: relative;
}

.wallet-text h1{
	 text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
}
.wallet-text h2{
	text-align: center;
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
	font-size:14px;
	font-weight:100;
}
.wallet-text p {
	color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size:20px;
    margin-bottom: 0;
}
.new-wallet {
	    border-radius: 100px;
    border: 1.5px solid #11b295;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-color: #fff;
}
.wallet-text p  sup {
	      top: -11px;
    right: 3px;
    font-size: 14px;
}

.wallet-box-details{
	box-shadow: 0px 0px 20px 5px rgb(22 20 20 / 11%);
	border-radius: 6px;
	background: #fff;
	width: 90%;
	position: absolute;
	bottom: -24px;
	right: 0;
	left: 0;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	    height: 140px;
}
.medily-wallet-new p{
   font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.medily-wallet-new  i{
	    font-size: 26px;
    vertical-align: middle;
    color: #11b295;
}
.your-wallet-history h3{
	    font-size: 12.2px;
    color: #736f6f;
    text-align: center;
    text-transform: uppercase;
}
.your-wallet-history p{
	    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.hr-w{
	    margin-bottom: 10px;
    margin-top: 10px;
}
.new-product-wallet h2{
	    font-size: 16px;
}
.new-product-wallet h3{
	font-size: 14px;
}
.new-product-wallet h4{
	font-size: 14px;
}
.new-product-wallet h5{
	font-size: 14px;
}
/**** My Wallet ****/

/********** My account *******/
.my-account-box{
	height:auto;
	padding:7px;
}
.My-Account-user-box{
	background-color: #fff;
	width: 100%;
	height:auto;
	box-shadow: 0px 0px 20px 5px rgb(22 20 20 / 5%);
	margin: 0px auto;
	border-radius: 10px;
	padding: 14px;
}

.user-account{
	position: relative;
}
.user-account img{
	    position: absolute;
	    right: 6px;
	    top: 38px;
}
.h-account-auto{
	height:auto;
}
.new-acc-s{
	height: auto;
    font-size: 18px;
    font-weight: normal;
}
/********** My account *******/

@media (max-width:777px) {
.nav-menu-bottom{
	background: #11b295;
        width: -webkit-fill-available;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    overflow-x: auto;
}
.directory_section{
	width:100%;
}
}
/**************** Bottom Menu ***********/

.page-link {
    z-index: 1;
    color: #000;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    width: 30px;
    height: 30px;
   display: flex;
    justify-content: center;
    align-items: center;
}
.pagination>li>a 
{ 
border-radius: 100% !important;
margin: 0 5px;
}
.modal-open .modal {
    
    padding-right: 0 !important;
}

/*************** Product Section *************/

.product-grid{
       text-align: left;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease;
    background-color: rgb(16 177 148 / 8%);
    margin: 0px 7px 0;
    margin-bottom: 13px;
}
.product-grid:hover{ box-shadow: 0 0 21px 0 rgba(39,39,39,.15); }
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{ width: 100%; }
.product-grid .product-image .pic-1{ 
    transform: scale(1);
    transition: all .5s ease; 
}
.product-grid:hover .product-image .pic-1{ 
    opacity: 0;
    transform: scale(.9);
}
.product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-grid:hover .product-image .pic-2{ 
    opacity: 1;
    transform: scale(1);
}
.product-grid .product-discount-label{
    color: #fff;
    background: #11b295;
    font-size: 11px;
    font-weight: 500;
    text-transform:capitalize;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 6px 14px 0 rgba(39,39,39,.25);
    position: absolute;
    top:15px;
    left: 12px;
}
.product-grid .product-full-view{
    color: #272727;
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s ease;
	    text-align: center;
}
.product-grid:hover .product-full-view{ opacity: 1; }
.product-grid .product-full-view:hover{
    color: #fff;
    background-color: #11b295;
}
.product-grid .product-like-icon{
    color: rgb(0 0 0 / 30%);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: all 0.3s;
    border: 1px solid rgb(0 0 0 / 30%);
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;
}
.product-grid .product-like-icon:hover{ color: #11b295; }
.product-grid .product-content{ padding: 12px; }
.product-grid .title{
   font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    height: 30px;
}
.product-grid .title a{
    color: #272727;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #11b295; }
.product-grid .price{
    color: #11b295;
    font-size: 16px;
    font-weight:700;
    display: block;
    margin: 0 0 12px;
}
.product-grid .price span{
    color: #ababab;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}
.product-grid .add-cart{
    color: #fff;
    background: #11b295;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 17px;
    border: 1px solid #11b295;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    transition: all .5s ease;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.product-grid .add-cart:hover{
    color: #fff;
    background: #11b295; 
    border: 1px solid #11b295; 
}
/* .product-grid .add-cart:before{
    content: "\f290";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s ease;
} */
.product-grid .add-cart:hover:before{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}
.product-grid .rating {
    color: #999;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating .fa {
    color: #e0bb01;
}

.product-grid .rating li {
    display: inline-block;
}
.cat-by{
	color: #000;
    margin: 0px 0 0px;
    font-size: 17px;
    text-align: left;
}
.cat-hr{
	    margin-top: 10px;
}

.cat-view-all:hover{
	color:#11b295;
	text-decoration:underline;
}
.cat-view-all{
	color:#11b295;
	text-decoration:underline;
}
.cart-counter_05 {
    background: #11b295 url("https://prime.medily.in/shop/images/cart-icon.png") no-repeat 10px 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 23%), inset 1px 1px 0 0 rgb(255 255 255 / 20%);
    padding: 10px 0;
    text-align: center;
    height:36px;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 0px;
    width: 80px;
    display: inline-block;
    position: relative;
}

.cart-item_05 {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    position: absolute;
    top: 10px;
    right: 7px;
}

/*************** Product Section *************/



/********* Refer to Earn Section Css ********/

.Refer-Earn-Button {
    color: #fff !important;
    background: #4285F4;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 3px 7px;
    line-height: normal;
    border: 1px solid #11b295;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    transition: all .5s ease;
    width: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    min-width:120px
}
	


.Refer-Earn-Button:hover, .Refer-Earn-Button:focus {
color: #fff;
background: #4285F4;

}

.new-refer-close{
	background: #EEEEEE !important;
    color: #1D1D1B;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-radius: 100px;
	z-index:1024;
}

.cupon-circle{
	background-color: #EEF9F7;
    width: 178px;
    height: 178px;
    border-radius: 100px;
    margin: 0 auto;
	padding: 10px;
}
.cupon-circle p{
	text-align:center;
	font-size:16px;
	color:#1D1D1B;
}

.cupon-circle h2{
	text-align:center;
	font-size:60px;
	color:#11B295;
	font-weight:600;
}

.cupon-circle h3{
	text-align:center;
	font-size:16px;
	color:#1D1D1B;
}
.cupon-circle h3 span b{
	color:#11B295;
}
.new-wait{
	margin-bottom: 0 !important;
    font-size: 14px !important;
}

.refer-modal-content-02{
	    margin: 0 auto !important;
		width: 256px;
}
.color-teal-refer{
	color: #11B295 !important;
    font-size: 15px;
        font-weight: bold;
	    margin-top: 14px !important;
}
.Refer-Earn-List-bg{
    background-color: #EEF9F7;
    padding-top: 15px;
    padding-bottom: 15px;
}
.Refer-earn-title h1{
	font-weight: bold;
    color: #1D1D1B;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.Refer-earn-title span{
	font-family: Abril Fatface,cursive;
}
.Refer-earn-title p{
	font-size: 12px;
    text-align: center;
    color: #1D1D1B;
    margin-bottom: 10px;
}
.Refer-earn-title img {
    display: block;
    margin: 0 auto;
}
.Refer-earn-title-02 p{
	font-size: 12px;
    text-align: center;
    color: #1D1D1B;
    margin-bottom: 0;
    font-weight: 600;
}
.Refer-earn-Level{
	position: relative;
    background-color: #11B295;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    padding-top: 10px;
}
.Refer-earn-Level p{
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-bottom:5px;
}
.Refer-earn-Level-bg{
	background-color:#EEF9F7;
	border-radius: 30px;
	/* display: flex;
    justify-content: center;
    align-items: center; */
	height: 66px;
	padding: 7px;
}


.refer-profile-title{
	display: inline-grid;
    justify-content: center;
    align-items: center;
}

.refer-profile-title p{
	color: #1D1D1B;
    font-size: 11px;
    margin-bottom: 0px;
    
}

.refer-profile-title h3{
	color: #11B295;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 0;
}

.b-sign-text{
	text-align:center;
	color: #1D1D1B;
    font-size: 12px;
    margin-bottom: 0px;
	font-weight:600;
}
.rfer-login{
	border-radius: 7px;
    font-size: 14px;
}

.rfe-input{
	font-size: 14px;
    background-color: #EEF9F7;
    color: #1D1D1B;
	border: 0;
	border-radius:5px;
}

.rfer-button-copy{
	  background-color: rgba(17, 178, 149, 0.4);
    color: #1D1D1B;
    border: 0;
    width: 88px;
}

.rfer-button-copy:hover, .rfer-button-copy:focus{
	background-color: rgba(17, 178, 149, 0.4);
    color: #1D1D1B;
    border: 0;
	box-shadow:none;
}

.rfer-button-copy:not(:disabled):not(.disabled):active{
	background-color: rgba(17, 178, 149, 0.4);
    color: #1D1D1B;
    border: 0;
	box-shadow:none;
}
.rfer-button-copy:not(:disabled):not(.disabled):active:focus
{
	background-color: rgba(17, 178, 149, 0.4);
    color: #1D1D1B;
    border: 0;
	box-shadow:none;
}


.refer-dash-box img{
margin-bottom:15px;
}
.refer-dash-box p{
font-size:16px;
text-align:center;
}

.refer-dash-box-span{
	width: 30px;
    height: 30px;
    background-color: #11B295;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 6px;
}
.refer-dash-ff h3{
	font-family: Abril Fatface,cursive;
	font-size:18px;
	text-align:center;
	color:#1D1D1B;
	margin-bottom:3px;
}

.refer-dash-ff p{
	font-size:15px;
	text-align:center;
	color:#1D1D1B;
}

.refer-dash-ff-2 p{
	font-size:17px;
	text-align:center;
	color:#1D1D1B;
	font-weight:600;
	margin-bottom:5px;
}
.rfe-input-022{
	font-size: 14px;
    background-color: #fff;
    color: #1D1D1B;
	border-radius:5px;
	border-color:#11b295;
}
/********* Refer to Earn Section Css ********/