@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/jost-v6-latin-regular.eot);
	src: local(''), url(../fonts/jost-v6-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/jost-v6-latin-regular.woff2) format('woff2'), url(../fonts/jost-v6-latin-regular.woff) format('woff'), url(../fonts/jost-v6-latin-regular.ttf) format('truetype'), url(../fonts/jost-v6-latin-regular.svg#Jost) format('svg');
	font-display: swap
}

@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/jost-v6-latin-500.eot);
	src: local(''), url(../fonts/jost-v6-latin-500.eot?#iefix) format('embedded-opentype'), url(../fonts/jost-v6-latin-500.woff2) format('woff2'), url(../fonts/jost-v6-latin-500.woff) format('woff'), url(../fonts/jost-v6-latin-500.ttf) format('truetype'), url(../fonts/jost-v6-latin-500.svg#Jost) format('svg');
	font-display: swap
}

@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/jost-v6-latin-600.eot);
	src: local(''), url(../fonts/jost-v6-latin-600.eot?#iefix) format('embedded-opentype'), url(../fonts/jost-v6-latin-600.woff2) format('woff2'), url(../fonts/jost-v6-latin-600.woff) format('woff'), url(../fonts/jost-v6-latin-600.ttf) format('truetype'), url(../fonts/jost-v6-latin-600.svg#Jost) format('svg');
	font-display: swap
}

@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/jost-v6-latin-700.eot);
	src: local(''), url(../fonts/jost-v6-latin-700.eot?#iefix) format('embedded-opentype'), url(../fonts/jost-v6-latin-700.woff2) format('woff2'), url(../fonts/jost-v6-latin-700.woff) format('woff'), url(../fonts/jost-v6-latin-700.ttf) format('truetype'), url(../fonts/jost-v6-latin-700.svg#Jost) format('svg');
	font-display: swap
}

@font-face {
	font-family: Jost;
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/jost-v6-latin-800.eot);
	src: local(''), url(../fonts/jost-v6-latin-800.eot?#iefix) format('embedded-opentype'), url(../fonts/jost-v6-latin-800.woff2) format('woff2'), url(../fonts/jost-v6-latin-800.woff) format('woff'), url(../fonts/jost-v6-latin-800.ttf) format('truetype'), url(../fonts/jost-v6-latin-800.svg#Jost) format('svg');
	font-display: swap
}

:root {
	--pro-primary-color: #374C7E;
	--pro-secondary-color: #FC0B25;
	--pro-text-color: #101F45;
	--pro-text-white: #ffffff;
	--pro-top-link-color: #3D0206;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Make skip links visible when focused */
.skip-link:focus {
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 9999;
    background: #fff;
    padding: 2px 5px;
    font-size: 12px;
    right: 0;
}

.primary-color{
	color: var(--pro-primary-color)
}
p {
	color: var(--pro-text-color)
}
.secondary-color {
	color: var(--pro-secondary-color)
}
.secondary-darker-red-color {
	color: #990011 !important;
}

.primary-bg {
	background-color: var(--pro-primary-color);
}

.secondary-bg {
	background-color: var(--pro-secondary-color)
}

* {
	font-family: 'Jost', sans-serif;
	transition: all 400ms ease-in-out;
}
/*ICON*/
.animated-icon1{
width: 40px;
height: 28px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: var(--pro-primary-color)
}


.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/*ICON CLose*/
li {
	list-style: none
}

a,
a:hover {
	text-decoration: none;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none !important;
}
html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
.care-container{
	width:100vw;
	overflow-x: hidden;
}
body.open,body.modal-open{
  height: 100vh;
  padding: 0px !important;
  overflow: hidden !important;
}
header {
	position: relative;
	z-index: 9;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 0) 100%);
	padding-bottom: 1rem;
}
.refill-btn {
	background-color: var(--pro-secondary-color);
	border-radius: 3px;
	padding: 0.5rem 1rem;
 	width: 180px;
}

.refill-btn:hover {
	background-color: #d3082a;
}

.refill-btn>span,.refill-btn>a {
	color: #000;
	line-height: 1;
	font-size: 1rem;
}
.text-black {
    color: #000 !important;
}


.navbar-nav {
	flex-direction: row !important;
}
.navbar-nav .nav-item{
	padding:  0 0.8rem;
}
.btn-prescription {
	letter-spacing: 0.159rem;
}

.dropdown-menu {
	position: absolute !important;
	background-color: var(--pro-text-color);
	right: 0;
	margin:auto;
	width:200px
}

.dropdown-menu a {
	color: var(--pro-text-white);
	background-color: transparent;
}

.nav-link {
	color: var(--pro-text-color);
	margin: 0 0.5rem;
}

.dropdown-toggle::after {
	vertical-align: 0.1em !important;
}
h2{
	font-size: 1.6rem;
}
.home-slider {
	margin-top: -66px;
	position: relative;
	z-index: 8;
	background-image: url(../images/pharmacy-free-delivery.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 360px;
	padding-top: 60px;
}

.carousel-inner {
	max-height: 240px;
	overflow: hidden;
  min-height: 100px;
}

.carousel {
	margin: auto;
}

.slide-img {
	width: 28%;
}

.slider-caption {
  font-size: clamp(1.1rem, 0.68rem + 1.6vw, 2.6rem);
  font-weight: 700;
	line-height: 1;
	max-width: 380px;
	text-transform: uppercase;
}

.slider-caption.second-slide {
  font-size: clamp(0.7rem, 0.68rem + 1.6vw, 1.8rem) !important;
}

.locations {
	background-color: #EDEDFE;
	border-radius: 14px;
	overflow: hidden;
	max-width: 740px;
	margin: auto;
}

.l-address {
	padding: 1rem;
	width: calc(100% - 60px);
	color: var(--pro-primary-color);
}

.l-address p {
	font-size: 0.82rem;
}

.l-address h5 a {
	font-size: 1rem;
	color: var(--pro-primary-color);
}

.l-map {
	width: 60px;
	height: 60px;
	border: 1px solid var(--pro-primary-color);
	background-image: url('../images/small-map.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 1rem;
	border-radius: 8px;
	overflow: hidden;

}

.l-map img {
	opacity: 0.2;
}

.l-map:hover img {
	opacity: 0.5;
	transform: translateX(4px) translateY(-6px);
}

.add2 {
	background-color: var(--pro-primary-color);
}

.add2 .l-address {
	color: var(--pro-text-white);
}

.add2 .l-address a {
	color: var(--pro-text-white);
}

.main-title h1 {
	font-size: 2rem;
	text-transform: uppercase;
	color: var(--pro-primary-color);
	line-height: 1;
}

.main-title span {
	color: var(--pro-text-color);
}

.main-title h1 {
	font-size: 2rem;
	text-transform: uppercase;
	color: var(--pro-primary-color);
	line-height: 1;
}

.main-title span {
	color: var(--pro-text-color);
}

a:hover:not(.nav-link, .dropdown-item) {
	opacity: 0.8;
	color: var(--pro-secondary-color);
}

.how-we-work {
	position: relative;
	z-index: 1;
}

.how-we-work::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/pharmacy-free-delivery.webp);
	background-size: 146%;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.5;
}

.order-steps {
	display: inline-flex;
	padding-right: 74px;
	background-image: url(../images/arrow.svg);
	background-size: 66px;
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 2px;

}

.orders .order-steps:last-child {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}

.order-steps .steps {
	width: 214px;
	margin-bottom: 2rem;
}

.steps .s-title {
	width: 192px;
	border: 1px solid #012EA5;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	background-color: #012EA5;
	transform: translateY(20px);
	position: relative;
	color: #012EA5;
	z-index: 3;
}

.s-title.s2-title {
	background-color: #5C2176;
	border: 1px solid #5C2176;
	color: #5C2176
}

.s-title.s3-title {
	background-color: #A51751;
	border: 1px solid #A51751;
	color: #A51751
}

.s-title.s4-title {
	background-color: #E30E32;
	border: 1px solid #E30E32;
	color: #E30E32
}
span.order-now{
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width:100px;
  background-color: #E30E32;
	border: 1px solid #E30E32;
	color: #ffffff !important;
  text-align: center;
  line-height: 2;
  border-radius: 23px;
}
span.order-now:hover{
  transform: translateY(-58%);
}
.steps:hover span.order-now{
opacity: 1;
}
.s-title span:first-child {
	width: 50px;
	padding: 1rem;
	text-align: center;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
}

.s-title span:last-child {
	width: 150px;
	padding: 1.4rem 0.7rem 1.4rem 1.6rem;
	background-color: #ffffff;
	border-bottom-left-radius: 40px;
	line-height: 1;
	font-weight: 600;

}

.s-description {
	padding: 3rem 1.5rem 2rem 1.5rem;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	z-index: 2;
}

.s-img {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	position: relative;
	max-height: 100px;
	z-index: 1;
}

.s-img img {
	width: 300px;
	height: 96px;
	object-fit: cover;
}
.our-vision{
  padding-left: 3.5rem;
  position: relative;
  overflow: hidden;
}

.our-vision::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/pharmacy-free-delivery.webp);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.vision-list li{
  position: relative;
  padding-left: 2rem;
  background-image: url(../images/star-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position:0 4px;
  padding-bottom: 1rem;
  color: var(--pro-text-color);
}
.vision-img-section{
  margin-right: -20px;
}
.v-img{
  transform: translateX(30%);
}
.california-img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:10%;
  z-index: 2;
}
.need-help{
  background-color: rgb(246, 243, 254);
}

.wcag {
	width: 163px;
    background: #2a3b61;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 25px;
	margin-bottom: 25px;
}

/*ABOUT PAGE-------------------------------------------------------------------------------------*/
.common-header-section{
	min-height: 220px;
	background-image: url(../images/common-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -80px;
}
.top-header-title h1{
	font-size: 1.8rem;
}
.breadcrumbs li a{
	color: #cfcfe1;
	font-size: 0.8rem;
}
.breadcrumbs li a:hover{
	color: #ffffff;
}
.about-vision{
	background: linear-gradient(90deg, #F4F5FF 85.95%, rgba(244, 245, 255, 0.00) 100%);
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-section{
	position: absolute;
	z-index: 99;
	bottom: 0;
	background-color: #EDEDFE;
}

.m-title{
	font-weight: bold;
	color: var(--pro-text-color);
}
.m-time{
	font-size: 0.78rem;
	color: var(--pro-text-color);
}
.map-section2{
	background-color: var(--pro-primary-color);
}
.map-section2 .m-title{
	color: #ffffff
}
.map-section2 .m-time{
	color: #ffffff;
}


/*Long tem care ---------------------------------------------------------------------------*/
.long-term-services li{
	display: flex;
	padding: 0.5rem;
	background-color: #f6f9fe;
	border-radius: 8px;
	margin-bottom: 0.5rem;
	align-items: center;
}
.long-term-services li:hover{
	transform: translateX(10px);
	background-color: #f1f6fd;

}
.long-term-services li img{
	margin-right: 1rem;
}
.training li{
	width:50%;
	padding:0.5rem;
	padding-left: 32px;
	background-image: url('../images/checkmark.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 24px;
	font-size: 0.96rem;
	color: var(--pro-text-color);
	
}
.training li:hover{
	color: #0d0541;
	background-color: rgb(246, 249, 250);
}
.long-term-vision{
	background-image: url('../images/training.jpg');
	background-size: cover;
	position: relative;
	z-index: 1;
}
.long-term-vision:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	right: 0;
	background: linear-gradient(90deg,#f4f5ff00  0%,  rgb(244 245 255) 42%);
	z-index: -1;

}
/*----------------------------------------------------IMMUNITY-------------------*/
.immunity-list{
	position: relative;
}
.immunity-list:hover{
	transform: scale(1.1);
}
a.immunity-list{
	margin-bottom: 1.4rem;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
.immunity-list span{
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	bottom: 0;
	font-size: .92rem;
	display: inline-block;
	margin: auto;
	padding: 0 0.3rem;
}

a.immunity-list span{
	margin-bottom: 1rem;
	display: block;
	bottom: auto;
	top:50%;
	transform: translateY(-50%);
	height: auto;
	margin: auto;
	font-weight: 600;
}
/*----------------------------------------------------CONTACT US -----------------------*/
/* 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;
}
input::placeholder {
  color: #101F45;
  font-size: 1rem
}
.we-provide{
	font-size: 1.2rem;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  border: none;
  border-bottom: 1px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
}

.reach-24{
	font-size: 0.7rem;
}
.modal-title{
	color: #101F45;
}
.refill-form  input.form-control{
	border:1px solid #cbd6e0;
    box-shadow: 0 0 4px rgb(29 30 37 / 15%);
	font-size: 1.1rem;
}
.refill-form  input.form-control:hover{
  box-shadow: 0 0 8px rgba(19, 20, 26, 0.26);

}
.removeInput{
  padding-right: 48px;
  position: relative;
}
.removeInput .field-remove{
  position: absolute;
  right: 8px;
  top:0
}
.modal-header{
  padding: 0.6rem 1rem;
}
.modal-footer{
  padding: 0.24rem;
}
*:-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	background-color: #696c83;
	border: 4px solid #cee4ed;
}
.form-details{
  position: relative;
  display: inline-block;
  color: var(--pro-text-color);
  margin-bottom: 8px !important;
}
.form-details:after{
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 66%;
  height: 2px;
  background-color: var(--pro-secondary-color);
}

input#pdob {
    display: inline-block;
    position: relative;
	font-size: 0.9rem;
}

input#pdob::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.loading {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background: rgba(18, 7, 32, .6);
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.loading>div {
	width: 80px;
	height: 80px;
	position: relative
}
/*---------------------------Loading----------*/
.spinner {
	width: 40px;
	height: 40px;
	background-color: rgb(255, 255, 255);  
	margin: 0px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
  }
  
  @-webkit-keyframes sk-rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }
  
  @keyframes sk-rotateplane {
	0% { 
	  transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
	} 50% { 
	  transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	  -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
	} 100% { 
	  transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	  -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
  }
  .go-top {

	bottom:2em;
	color:#FAFAFA;
	padding:5px;
	position:fixed;
	right:1em;
	text-decoration:none;
	z-index: 9999;
  
  }
.main-nav-list>a.active{
	color: #d3082a;
}
.tab-pane.fade {
	transition: all 0.3s;
	transform: translateY(1rem);
  }
  
  .tab-pane.fade.show {
	transform: translateY(0rem);
  }
  .modal-dialog-scrollable .modal-body{
	max-height: calc(100vh - 220px)
  }

  .myTabs{
	border-bottom: 2px solid transparent;
	background-color: #ffe9e9;
	color: rgba(18, 7, 32, .6);
  }
  .myTabs.active{
	border-bottom: 2px solid #d3082a;
	background-color: #d3082a;
	color: #ffffff;
  }
  .forms{
	opacity: 0;
	position: absolute;
	visibility: hidden;
	transform: translateY(10px);
	height: 0px;
	overflow: hidden;
	display: none;
  }

  .forms.active{
	opacity: 1;
	height: auto;
	visibility: visible;
	position: relative;
	transform: translateY(0px);
	display: block;
  }
  input.code-verify{
	padding: .245rem .75rem !important;
  }
  
  .verification {
	font-weight: bold;
	position: relative;
	padding: 5px 0;
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	border:2px dashed rgba(0,0,0,0.1);
	width:100px;
	background-color: rgba(0,0,0,0.05);
	text-shadow: 1vpx 1px rgba(0, 0, 0, 0.15);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .nopage{
	height: 100vh;
  }
  .back-btn a.nav-link{
	background-color: #f1f1f1;
	padding: o.1rem 1rem !important;
  }

  @media (min-width: 1024px) and (max-width: 1200px) {
	.nav-item{
		padding: 0px;
	}
}
  
  @media only screen and (max-width: 1023px) {
	.navbar-nav{
		flex-direction: column !important;
		position: fixed;
		background: #fff;
		width: 280px;
		right: -280px;
		left: auto;
		z-index: 99;
		top: 72px;
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
	}
	.dropdown-menu {
		position: relative !important;
		top: 0 !important;
		width: 100%;
	}
	.navbar-nav.active{
		right:0
	}
	
	 
	  .our-vision{
		padding:2rem 2rem;
	  }
	  .california-img {
		position: relative;
		top: auto;
		transform: translateY(0);
		right: auto;
		left: auto;

	  }
	  .vision-img-section{
		margin:0px
	  }
	  .common-header-section.inner-header{
    min-height: 147px !important; 
    height: 147px !important;
    align-items: end !important;
    padding-bottom: 19px;
  }
  .top-header{
    padding: 1rem !important;
  }
  .logo{
   min-width: 160px;
  }
  .logo img{
    width: 180px;
  }
  .carousel.pointer-event{
    min-height: 120px;
    position: absolute;
    top: 24px;
    z-index: -1;
  }
  .home-slider {
    padding-top: 220px;
  }
  .slide-img{
    width: 42% !important;
  }
  .carousel-item2 .slide-img {
    width: 34% !important;
  }

  .main-title h1 {
    font-size: 1.4rem ;
  }
  .orders {
    zoom: 0.9;
    overflow: auto;
    padding: 0 2rem;
    justify-content: start !important;
    padding-bottom: 0.5rem !important;
  }
  span.order-now{
    opacity: 1;
  }
 
  .about-care-img{
    display: block;
    margin: auto;
    max-width: 50%;
  }
  
  .navbar{
    width: 72px;
  }
  .navbar-collapse{
    position: absolute;
    top: 46px;
    background: #fffffff7;
    height: 100vh;
    right: -380px;
    width: 320px;
    padding:1rem;
    box-shadow:-16px 19px 37px rgb(0 0 0 / 24%);
    overflow-y: auto;

  }
  .navbar-collapse.show{
    right: -13px;
  }

  .navbar-nav .nav-link{
    font-size: 1.2rem;
    padding:1rem;
    width: 100%;
    display: block;
  }
  .navbar-nav .nav-link:hover{
    background-color: rgba(255, 255, 255, 0.4);
  }
  .dropdown-menu a{
    font-size: 1.2rem;
    line-height: 2;
  }
  .dropdown-toggle::after{
    position: absolute;
    top:30px;
    right: 30px;
  }
  .top-header-title h1{
    font-size: 1.2rem;
    max-width: 90%;
    margin: auto;
  }
  
}

@media only screen and (max-width: 860px) {
	.forms input{
		font-size: 1.2rem !important;
	}
	.back-btn{
		flex-wrap: wrap;
	}
	.back-btn a{
		margin-bottom: 0.5rem;	}
	input::placeholder{
		font-size: 1.2rem !important;
	}
	.form-control {
		padding: 0.5rem .75rem !important;
	}
	input.code-verify,.verification{
		padding: 0.5rem .75rem !important;
	  }

	.form-details{
		font-size: 1rem !important;
	}
	.inner-pages{
	flex-direction: column !important;
	padding-top: 1rem !important;
	}
	.inner-pages a{
		margin-bottom: 1rem;
	  }
	  .home-slider {
		padding-top: 186px;
	}
	.home-slider {
		padding-top: 160px;
	}
	.carousel.pointer-event{
		top:54px
	}
	.carousel-item2 .slide-img{
		width: 68% !important;
	}
}



@-webkit-keyframes expire {
  
	0% {
	  background: #56724a;
	  width: 100%;
	}
	
	50% {
	  background: #faca66;
	  width: 50%;
	}
	
	100% {
	  background: #ea4c44;
	  width: 0%;
	}
	
  }
  
  @keyframes expire {
	
	0% {
	  background: #56724a;
	  width: 100%;
	}
	
	50% {
	  background: #faca66;
	  width: 50%;
	}
	
	100% {
	  background: #ea4c44;
	  width: 0%;
	}
	
  }
  


  
  

 
  .add-more{
	padding: 3px 5px 5px 5px;
    line-height: 1;
	font-size: 0.84rem;
  }
  .add-more span{
    line-height: 1;
	font-size: 1.1rem;

    display: inline-block;
    margin-right: 0.3rem;
  }
  .input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.facebook-icon{
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 34px;
    height: 34px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 18px rgba(0,0,0,0.3);
}
.facebook-icon:hover{
	transform: translateY(2px);
	box-shadow: 0 0 28px rgba(0,0,0,0.6);
}