@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');


body{
    transition: all 200ms linear;
    background-size: cover;
    background-repeat: no-repeat;
    height: 805px;
    background-position: center;
}
.body-bg-image{
    background-image: url(../../images/new_header_bg.jpg);
    background-position-y: 0px;
    background-size: 100%;
}
::selection {
	color: #fff;
	background-color: #F04E75;
}
::-moz-selection {
	color: #fff;
	background-color: #F04E75;
}
.theme-border-bottom-pink {
  border-bottom: 1px solid #F04E75;
}


/* #Navigation
================================================== */
.bg-light {
    background-color: transparent;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	/*box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background:white;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background:transparent;
}
.navbar{
	padding: 0;
                   margin-top: 15px;
}
.nav-link .arrow {
    margin-left: 8px !important;
}
.navbar-brand img{
	height: 29px;
	width: auto;
	display: block;
    /*filter: brightness(10%);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	/*color: #F04E75 !important;*/
}
.nav-item:hover .nav-link i.arrow{
	border: solid #F04E75 !important;
	border-width: 0 2px 2px 0 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	/*padding: 5px 0 !important;*/
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F04E75;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item.no-hover:after{
	background-color: #fff;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}



.switched {
	border-color: #000 !important;
	background: #F04E75 !important;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
	max-height: 200px;
    overflow-y: auto; 
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #F04E75;
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media only screen and (max-width: 560px) {
  body {
    width: 100%;
    max-width: 100%;
    background-position-x: -720px;
  }
  
}

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
		margin-left: 7rem;
    
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
  }
  .dip_header {
    margin-bottom: 14px !important;
  }
  .dip_content_left {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .dip_content_center {
    width: 100% !important;
  }
  .dip_content {
    display: block !important;
  }
  .dip_content_right {
    width: 100% !important;
    margin-top: 4px;
  }
  .container.confirm_donation_header .right {
    text-align: left !important;
    margin-top: 10px;
  }
  .confirm_doantion_box {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .confirm_donation_address_bottom {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
  }
  #delivery-by-roj {
    padding-left: 15px;
    padding-right: 15px;
  }
  .confirm_donation_date i.gj-icon {
    right: -24px !important;
  }
  .confirm_donation_date .cd_label {
    margin-bottom: 15px !important;
  }
  #instant-delivery .view_request_address_box {
    margin-left: 15px;
    margin-right: 15px;
  }
  #instant-delivery .cdab_current_location {
    margin-left: 15px;
    margin-right: 15px;
  }
  .view_request_address_box .col-md-6.size_14.grey.right.cursor-pointer {
    text-align: left !important;
    margin-top: 10px;
  }
  .get-delivery-info-div h6.size_15.medium.light_black.ml-4.mb-3 {
    margin-top: 20px;
  }
  .feedback_form_rating .col-md-1 {
    position: absolute;
  }
  .feedback_form_rating .col-md-4 {
    margin-bottom: 10px;
  }
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
/* global style.css start */
@import url(https://fonts.googleapis.com/css?family=Khula:700);


@font-face {
    font-family: light;
    src: url(../fonts/Brother-1816-Light.ttf);
}
@font-face {
    font-family: regular;
    src: url(../fonts/Brother-1816-Regular.ttf);
}
@font-face {
    font-family: medium;
    src: url(../fonts/Brother-1816-Medium.ttf);
}
@font-face {
    font-family: bold;
    src: url(../fonts/Brother-1816-Bold.ttf);
}
@font-face {
    font-family: test;
    src: url(../fonts/test/Poppins-Regular.ttf);
}




.light {
    font-family: light !important;
}
.regular {
    font-family: regular !important;
}
.medium {
    font-family: medium !important;
}
.bold {
    font-family: bold !important;
}
html {
  scroll-behavior: smooth;
}
body {
    color: #262222 !important;
    font-family: regular !important;
    font-size: 16px !important;
}

div {
    color: #262222 !important;
    font-family: regular !important;
    /*font-size: 16px !important;*/
}
a:
 {
    text-decoration: none !important;
    color:#262222 !important;
}
.theme_color {
  color:#262222 !important;
}
::placeholder {
    color: #999FAE !important;
}
select {
    color: #999FAE !important;
}
.form-control:focus {
    box-shadow: none !important;
}

.size_34 {
  font-size:34px !important;
}
.size_32 {
    font-size:32px !important;
}
.size_30 {
  font-size:30px !important;
}
.size_28 {
  font-size:28px !important;
}
.size_26 {
  font-size:26px !important;
}
.size_24 {
  font-size:24px !important;
}
.size_21 {
  font-size:21px !important;
}
.size_20 {
    font-size:20px !important;
}
.size_18 {
    font-size:18px !important;
}
.size_17 {
  font-size:17px !important;
}
.size_16 {
  font-size:16px !important;
}
.size_14 {
    font-size:14px !important;
}
.size_15 {
  font-size:15px !important;
}
.size_12 {
  font-size:12px !important;
}
.size_11 {
  font-size:11px !important;
}
.size_10 {
  font-size:10px !important;
}

.center {
    text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align:right !important;
}
.align_right {
    text-align:right !important;
}
.radius_20 {
  border-radius:20px !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.line_height_22 {
  line-height: 22px !important;
}
.line_height_24 {
  line-height: 24px !important;
}
.width_100 {
  width:100% !important;
}


.light_black {
    color:#5B5B5B !important;
}
.grey {
    color:#999FAE !important;
}
.blue {
    color:#64C1E8 !important;
}
.pink {
  color:#F04E75 !important;
}
.maroon {
  color: #903E52 !important;
}
.white {
  color:white !important;
}
select {
    font-size: 14px !important;
}
input[type="text"] {
    font-size: 14px !important;
}
input[type="email"] {
    font-size: 14px !important;
}





@media only screen and (max-width: 1100px) {
  .service_inner {
    margin: 0px 55px !important;
  }
}

@media only screen and (max-width: 900px) {
  .services .service_inner {
    display: block !important;
    margin: 0px 30px !important;
  }
  .services .single_service {
    margin: 0px !important;
    width: inherit !important;
    margin-bottom: 40px !important;
  }
}






@media only screen and (max-width: 600px) {
  .modal_1 .modal-content {
    padding: 110px 15px !important;
  }
}
@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
  #AddNewAddressModal .modal-dialog {
    max-width: 600px !important;
  }
  .custom_select {
    max-width: 350px !important;
  }
  .custom_select1 {
    max-width: 350px !important;
  }
  .fieled input {
    max-width: 350px;
  }
  #editAddressModal .modal-dialog {
    max-width: 600px !important;
  }
}

@media only screen and (max-width: 400px) {
  .donor_home_main_img img {
    width: 100%;
  }
  .donor_home_main_img {
    margin: 60px 0px !important;
  }
}

@media only screen and (max-width: 460px) {
  .dip_number {
    width: 10% !important;
  }
  .right.dip_call {
    width: 40% !important;
  }
  .dip_inner {
    padding: 15px 15px !important;
  }
}



@media only screen and (max-width: 575px) {
  .form_box .fieled input {
    max-width: 100% !important;
    margin-top: 15px;
  }
  .form_box .fieled .custom_select {
    max-width: 100% !important;
    margin-top: 15px !important;
  }
  .header_register_title {
    position: relative !important;
    top: 60px !important;
  }
  .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .check_button {
    width: 100% !important;
    margin-top: 16px !important;
  }
  .end_time {
    left: -37px !important;
    margin-top: 12px;
    display: grid;
  }
  .time_input {
    margin-top: 0 !important;
  }
  .time.start_time {
    margin-top: 14px !important;
  }
  .end_time .time {
    margin-left: 39px;
    margin-top: 14px;
  }
  .mobile_top {
    margin-top: 115px !important;
    text-align: center;
  }
  .add_product_form .label {
    margin-bottom: 15px;
  }
  .form_box .yellow button {
    margin: 0 auto !important;
  }
  .form_box .yellow a {
    margin: 0 auto !important;
  }
  .step3 .fieled .custom_select {
    width: 100% !important;
  }
  .step_upload {
    padding: 0px 55px !important;
  }  
  .our_team_members .team_member {
    width: 100% !important;    
  }
  .members_image img {
    height: 250px !important;
  }
  .contact_bg {
    padding: 15px !important;
  }
  .contact_form_box {
    padding: 15px !important;
    /*padding-right: 0px !important;*/
  }
  .contact_form .yellow button {
    max-width: 100% !important;
  }
  .add-new-address-submit .label {
    margin-bottom: 14px;
  }
  .add-new-address-submit textarea {
    max-width: 100% !important;
  }
  .add-new-address-submit .login_buttons.blue button.btn {
    margin-left: 16px !important;
    width: 91% !important;
  }
  .as_a_donor .fieled input {
    max-width: 100% !important;
  }
  .as_a_donor .gj-datepicker .btn i.gj-icon {
    left: 36px !important;
  }
  .as_a_donor button.bg-pink {
    max-width: 100% !important;
  }
  .as_a_donor .form .label {
    margin-bottom: 14px;
  }
  .edit-address-submit .label {
    margin-bottom: 14px;
  }
  .edit-address-submit .login_buttons.blue button.btn {
    margin-left: 16px !important;
    width: 91% !important;
  }
  .noti_left {
    width: 125px !important;
  }
  .carousel-control-prev {
    left: -6px !important;
  }
  .carousel-control-next {
    right: -6px !important;
  }
  .t-message {
    padding: 0px 32px !important;
  }
  form.form_submit.edit_form .label {
    margin-bottom: 10px;
  }
  .ddc_top_ten_filter {
    margin-top: 10px !important;
  }
  .top_ten_name {
    text-align: left !important;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vddn_detail_right {
    width: 50% !important;
  }
  .vddn_detail_left {
    width: 45% !important;
  }

}

@media only screen and (max-width: 560px) {
  .big_title {
    font-size: 50px !important;
  }
  .front_img img {
    width:100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .search input {
    width: 100% !important;
  }
  .footer_top_margin {
    margin-top: 50px;
  }
  .single_footer {
    text-align: center;
    }
    
    .footer_border .col-md-6 {
    text-align: center !important;
    }
    
    .footer_border .col-md-6.align_right {
    margin-top: 15px;
    }
    .time_column {
    display: block !important;
  }
  /*.end_time {
    position: absolute;
    left: -210px;
    margin-top: 12px;
  }*/
  .end_time_label {
    margin-right: 90px !important;
  }
  .mobile_top {
    margin-top: 72px;
  }
  .check_button {
    width: 310px;
    display: block !important;
    margin: 0;
    padding: 0 !important;
  }
  .check_button .btn {
    margin-bottom: 8px;
  }
  .form_box .time_box {
    margin-top: 4px !important;
  }
  .start_time {
    margin: 0 !important;
  }
  .down {
    margin-right: 23px !important;
  }
  .end_time_label {
    margin-left: 41px !important;
  }
  .navbar-nav li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
    margin-left: 0px !important;
  }
  .edit-profile-tab .nav.nav-tabs {
    display: inherit !important;
    margin-bottom: 40px;
    background: #f7f7fa;
    padding: 15px;
    border-right: none !important;
  }
  .step_form {
    margin-left: 0px !important;
  } 
  .step_form .row.form {
    margin-left: 48px !important;
  }
  .step_form .fieled {
    width: 80% !important;
  }
  .time_bottom {
    margin-left: 42px !important;
  }
  .step_form_2 .time_bottom {
    margin-left: -40px !important;
  }
  .time_bottom .end_time_label {
    margin-right: 56px !important;
  }
  .step_form_2 .time_bottom .end_time_label {
    margin-right: 190px !important;
  }
  .fieled .custom_third.time_column {
    display: block !important;
  }
  .step_form_2 .time_bottom .time {
    margin-left: 41px !important;
  }
  .navbar {
    margin-top: 0px !important;
  }
  .navigation-wrap {
    background: white !important;
  }
  .col-md-10.description_box.m-auto {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .edit_address {
    padding: 0px 15px !important;
  }
  #tab-3 .fieled input {
    max-width: 100% !important;
  }
  #tab-3 .form .fieled .eye {
    right: 20px !important;
  }
  #tab-3 .tab_forgot a {
    margin-right: 20px !important;
  }
  #tab-3 .login_buttons.blue button {
    display: block !important;
  }
  .row.address-list {
    margin: 0px;
  }
  .address-list .add_new_address {
    left: 29px !important;
  }
  .col-md-5.contact_bg {
    height: auto;
  }
  .contact_bg .pl-5 {
    padding-left: 15px !important;
  }
  .contact_info {
    padding-left: 15px !important;
  }
  .contact_form .fieled input {
    min-width: 100%;
  }
  .contact_form .custom_select {
    max-width: 100% !important;
  }
  .contact_form textarea.form-control {
    max-width: 100% !important;
  }
  .contact-us-position.contact_form_box {
    padding-top: 0px !important;
  }
  .contact_title_sub {
    padding-right: 15px;
  }
  .as_a_org #tab-3 .fieled img.eye {
    right: 20px !important;
  }
  #AddNewProductNewCategory .col-md-4 {
    margin-bottom: 10px;
  }
  .manage_user_page .modal .col-md-4 {
    margin-bottom: 10px;
  }
  .sph_label {
    margin-bottom: 15px;
  }
  .confirm_doantion_box .form_submit .float-right {
    float: none !important;
  }
  .no_product_label {
    margin-bottom: 15px;
  }
  .dd_edit_profile {
    text-align: left !important;
    margin-top: 12px;
  }
}


@media only screen and (min-width: 768px) {
  .row.footer_inner {
    padding: 0px 50px;
  }
  .description_box .yellow button {
    margin-left: 0;
  }
  .as_a_donor {
    margin-top: 100px;
  }
  .as_a_org {
    margin-top: 100px;
  }
  .theme_modal .arrow.down {
    right: -54px;
    position: relative;
  }    
  .navbar-expand-md .navbar-nav {
    display: block;
  }  
}
@media only screen and (max-width: 768px) {
  .cities a {
    margin: 10px 0px !important;
    display: block !important;
  }
}

@media only screen and (max-width: 371px) {
  .step_form_2 .end_time.time_bottom .end_time_label {
    margin-right: 125px !important;
  }
}

@media only screen and (min-width: 765px) {
  .contact_form_box .arrow.down {
    float: left;
    margin-left: 295px;
  }
}







@media only screen and (max-width: 575px) {
  .step3 .end_time .end_time_label {
    margin-left: 0px !important;
  }
  .step3 .dropdown .custom_select {
    margin-top: 0px !important;
    width: 100% !important;
  }
  .step3 .fieled .time input {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .step3 .time {
    display: block !important;
    width: 100%;
  }
  .step3 .form .fieled input {
    width: 100% !important;
  }
  .step3 .mobile_top {
    margin-top: 35px !important;
  }
  .edit-profile-tab .container {
    padding: 0 !important;
  }
  #demo.step_form .row.form {
    margin-left: 25px !important;
  }
  #demo.step_form .fieled {
    width: 85% !important;
  }
  .end_time.time_bottom {
    margin-left: -37px !important;
    margin-top: 8px !important;
  }
  .step_form_2 .end_time.time_bottom {
    margin-left: -38px !important;
  }
}

@media only screen and (max-width: 767px) {
  .step3 .end_time {
    position: inherit;
    margin-top: 0px;
  }
  .step3 .end_time_label {
    margin-left: -84px !important;
    margin-right: 0 !important;
  }
  .column_responsive {
    margin-top: 10px !important;
  }
  .textarea_address {
    margin-bottom: 6px;
  }
  .step3 .custom_select {
    width: 350px !important;
  }
  .step3 .fieled input {
    width: 350px !important;
  }
  .col-md-7.border_right {
    border-right: none !important;
    padding-right: 15px !important;
  }
  .col-md-5.description_box {
    padding-left: 15px !important;
    margin-top: 55px;
  }
}

.header_bg {
    background-image: url(../images/header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 805px;
    width: 100%;
    background-position: center;
}
.big_title {
    font-size: 90px;
    margin-top: 25px;
}
.search input {
    width: 560px;
    height: 70px;
    border: none;
    background: #F7F7FA;
    border-radius: 20px;
    padding: 25px;
    padding-right: 70px;
}
.search {
    position: relative;
    margin: 0 auto;
    z-index: 999;
    margin-top: 200px;
}
input:focus {
    outline-color: #64c2e8;
}
.search img {
    position: absolute;
    right: 18px;
    top: 23px;
}
button.start_btn {
    background: #262222;
    color: white;
    width: 175px;
    text-align: center;
    padding: 14px 5px;
    border-radius: 30px;
    border: none;
}
button:focus {
    outline:none !important;
}
.big_sub {
    font-size:20px;
    z-index: 9;
}
.front_img {
    margin-top: 30px !important;
    margin: 0 auto;
}
.front_img img {
    max-width: 400px;
}
.front_login {
    margin: 0 auto;
    max-width: 400px;
}
.front_login ul.nav.nav-tabs {
    display: flex;
    margin-bottom: 6px;
}
.front_login li.nav-item {
    width: 50%;
    text-align:center;
}
.active_box {
    position:relative;
    width: 50%;
    padding-bottom: 80px;
}
.active_sign {
   /*  width: 13px;
    height: 13px;
    background: #FFE849;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; */
}
.front_login .nav-tabs {
    border-bottom: none !important;
}
.front_login .nav-item:after {
    background-color: transparent;
}
.front_login  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important;
}
.login_buttons button {
    background: #FCDBE3;
    color: #F04E75;
    font-size: 20px;
    border: none;
    max-width: 350px;
    width: 100%;
    height: 56px;
    border-radius: 20px;
    display: block;
    margin-bottom: 25px !important;
    margin: 0 auto;
}
.login_section {
    margin: 200px 0px;
}
.front_login .nav-item::before {
	display:none;
}
.service_inner {
    display: flex;
    margin: 0px 60px;
}
.single_service {
    width: 33.33%;
    text-align: center;
    box-shadow: 0px 6px 50px #00000014;
    margin: 60px;
    padding: 20px 23px;
    border-radius: 20px;
    background: white;
}
.service_desc {
    padding-top: 27px;
    padding-bottom: 55px;
}
.services {
    background-image: url(../../images/bg_2.svg);
    transition: all 200ms linear;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 70px 0px*/
    padding: 85px 0px;
    background-position: center;
}
.fieled input {
    background: #F7F7FA;
    border: none;
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 12px !important;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 14px;
}
select option {
  font-size: 14px;
  background-color: #F7F7FA;
  text-align: left;
}
.fieled {
    position: relative;
	font-size: small !important;
}
.fieled ion-icon {
    position: absolute;
    right: 44px;
    top: 17px;
    color: #999FAE;
    font-size: 26px;
}
.form-check a {
    color: #FFE849;
}
.form-check.terms {
    margin-left: 18px;
  /* margin-top: 25px;*/
  margin-right: 24px;
}
.forgot_pass_class{
    margin-right: 26px;
    cursor: pointer;
}
.terms .form-check-input {
    margin-top: 7px;
}
.yellow button {
    background-color: #FFE849;
    color: inherit;
    box-shadow: 0px 15px 53px #00000017;
}
.divider {
    margin: 25px;
    text-align: center;
    position:relative;
    margin-top: 65px;
}
.divider_text {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    top: -12px;
}
.register_links img {
    width: 75px;
    margin: 8px;
}
.register_links {
    text-align: center;
    margin-top: 30px;
}
.area {
    background-color: #F7F7FA;
    padding: 30px 0px;
    margin: 70px 0px;
}
.space_title {
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 30px;
}
.cities {
    text-align: center;
}
.cities a {
    font-family: light;
    font-size: 20px;
    color: #C7C8CE;
    margin: 0px 140px;
}
.qoute {
    margin-top: 135px;
    margin-bottom: 180px;
}
.footer_title {
    margin-bottom: 40px;
}
.footer_desc a {
    display: block;
    margin: 15px 0px;
}
.footer_desc img {
    margin-right: 8px;
    margin-bottom: 5px;
}
.footer_desc.social_icon a {
    display: contents;
}
.footer_border {
    border-top: 1px solid #E2E3E8;
    margin-top: 20px;
    padding: 30px 0px;
}
.header_registration_inner {
    position:relative;
}
.header_register_title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -3px;
    text-decoration: underline;
    font-size: 19px !important;
}
.logo {
    width: 70px;
}
.header_common {
    padding: 20px 0px;
    margin-top: 30px;
}
/*.row.form {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}*/
.row.form {
     margin-top: -4px; 
	     max-width: 650px;
    width: 100%;
    margin: 0 auto;
	
}
 .first-div {
       max-width: 787px !important;
      
    }

  /*  
    @media (max-width: 991px) {
        .first-div {
            display: none !important;
            
        }

     
        #productdiv {
            display: block !important;
            max-width: none !important;
           
        }
		#productdiv .newfieled select {
            width: 100%; !important;
        }
		
    #productdiv .responsive-select {
        min-width: 79%; 
        margin-left: 5.1rem;
    }

    #productdiv .responsive-input {
        max-width: 93.7%;
        margin-left: 0.6rem;
    } 
	 #productdiv .responsive-btn {
        min-width: 20%;
		margin-left: 19rem; 
		border-radius: 1rem !important; 
    }
    }
	*/


.label {
    margin-top: 15px;
    font-size: 17px !important;
}
.custom_select {
    background: #F7F7FA !important;
    /*margin: 0 auto !important;*/
    margin: 3px auto !important;
    border: none !important;
    height: 60px !important;
    border-radius: 20px !important;
    margin-left: 0px !important;
    padding-left: 24px;
    appearance: none;
    font-size: 14px;
}

.custom_select1 {
    background: #F7F7FA !important;
    /*margin: 0 auto !important;*/
    margin: 3px auto !important;
    border: none;
    height: 60px !important;
    border-radius: 20px !important;
    margin-left: 0px !important;
    padding-left: 24px;
    appearance: none;
    font-size: 14px;
}
.modal_msg {
    margin-bottom: 25px;
}
.form_box {
    margin-top: 125px;
    margin-bottom: 50px;
}
.modal_1 .modal-content {
    padding: 110px 163px;
}
.modal_1 .close {
    position: absolute;
    right: 25px;
    top: 25px;
}
.resend_otp {
    text-align: right;
    max-width: 490px;
    width: 100%;
}
.resend_otp img {
    margin-right: 5px;
    margin-bottom: 5px;
}
.check_button .btn {
    background: #F7F7FA;
    border: none;
    color: #999FAE;
    border: 1px solid #f7f7fa;
    width: 56px;
    height: 56px;
    margin-right: 8px;
    border-radius: 20px !important;
    line-height: 40px;
    font-size: 14px;
}
.check_button .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f7f7fa;
    border: 1px solid #64C1E8;
    color: #262222;
}
.check_button .btn-warning.focus, .btn-warning:focus {
    color: #262222;
    background-color: #f7f7fa;
    border-color: transparent;
    box-shadow: none;
    border: 1px solid #64C1E8;
}
.check_button .btn-warning:hover {
    color: #212529;
    background-color: #f7f7fa;
    border-color: transparent;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none !important;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f7f7fa !important;
}

.time {
    display: flex;
    border-radius: 20px;
    width: 120px;
    background: #f7f7fa;
}
.time1 {
    display: flex;
    border-radius: 20px;
    width: 120px;
    /*background: #f7f7fa;*/
}
.time .time_input {
    width: 82px !important; 
    text-align: center;
    margin-bottom: 0px !important;
    margin: 0;
}
.time_label {
    margin-top: 14px;
    margin-left: -19px;
}
.time_box {
    margin-top: 13px !important;
    margin-bottom: 10px !important;
}
.time_column {
    display: flex;
}
.end_time_label {
    margin-left: 65px;
    float: left;
    margin-top: 17px;
    margin-right: 12px;
}
.time input:focus {
    outline: none;
}
.textarea_address {
    background: #f7f7fa !important;
    border: none !important;
    border-radius: 20px !important;
}
.textarea_address1 {
    background: #f7f7fa !important;
    border: none;
    border-radius: 20px !important;
}
.theme_dropdown.dropdown-toggle {
    background: #f7f7fa;
    height: 60px;
    border-radius: 20px;
    width: 196px;
}
.dropdown-toggle::after {
    color: #999FAE;
    float: right;
    margin-right: 7px;
}
.step3 .row.form {
    max-width: 700px;
}
.step3 .end_time_label {
    margin-left: 109px;
}
.step3 .time {
    margin-left: 0px;
}
.step3 .fieled input {
    margin-bottom: 0px !important;
    padding: 18px 20px;
    width: 194px;
    display: inline;
}
.theme_dropdown.dropdown-toggle:focus {
    box-shadow: none;
}
textarea.form-control:focus {
    box-shadow: none;
}
textarea.form-control {
  padding: 18px 24px;
  min-height: 114px;
}
input:focus {
    outline: none;
}
.form_location {
    margin-left: 20px;
    margin-top: 20px;
}
.form_location img {
    float: left;
    margin-right: 8px;
    width: 15px;
}
.step3 .yellow {
    margin-top: 45px;
}
.step3 .login_buttons button {
    display: initial;
    margin-top: 5px;
}
.step3 .custom_select {
    width: 195px;
}
.step3 .custom_select1 {
    width: 195px;
}
.border_right {
    border-right: 1px solid #999FAE;
    padding-right: 40px !important;
}
.media_sub {
    width: 100%;
    max-width: 445px;
    margin: 10px 0px;
}

.upload_media {
    width: 33.33% !important;
    float: left;
}
.description_box {
    padding-left: 40px !important;
}
.media_form {
    margin-top:125px;
    margin-bottom:50px;
}



nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav.header2 ul li a {
	/* line-height: 70px; */
}
nav ul li a {
  display: block;
  padding: 0 20px;
  background: #ffffff;
  color: #262222;
  text-decoration: none;  
  /*
  The full path of this code is nav ul li a:not(:only-child):after. This means that the code will apply to any a tag in our nav list that is NOT an only child, aka any dropdown. The :after means it comes after the output of the tag. Iâ€™ve decided that to specify any nav item as a dropdown, it will be followed by a unicode arrow â€“ â–¾ (#9662).
  */
}
nav ul li a:hover {
 /* background: #f2f2f2;*/
  color: #fb5958;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  /* content: ' â–¾'; */
}
.header-cust-nav ul.navbar-nav li a:not(:only-child):after {
  background-color: #fff;
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  /* Guarantees that the dropdown will display on top of any content. */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
/* 
.navigation â€“ the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/
.navigation {
  height: 120px;
  margin-top: 20px;
  background: #ffffff;
}

/*
.nav-container â€“ the inner wrapper for the navbar. Defines how far the actual content should stretch.
*/
.nav-container {
  max-width: 1170px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}

.brand img {
    width: 100px;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
}
.carousel-indicators .active {
    width: 11px !important;
    height: 11px !important;
    margin-top: -2px;
}
.carousel-indicators {
    bottom: -18px !important;
}
.add_product_form {
    margin: 45px 0px;
}

.bottom_margin {
    margin-bottom: 12px !important;
}

.count {
    margin-top: 1px;
}
.value-button {
  display: inline-block;
  margin: 0px;
  width: 50px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #F7F7FA;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 23px !important;
    color: #999FAE !important;
    font-weight: bold !important;
    margin-bottom: 5px;
}

.value-button:hover {
  cursor: pointer;
}
.social {
  display: inline-block;
  margin: 0px;
 /*  width: 50px;
  height: 60px; */ 
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 23px !important;
    color: #999FAE !important;
    font-weight: bold !important;
    margin-bottom: 5px;
}
.social:hover {
  cursor: pointer;
}

.count #decrease {
  margin-right: -4px;
  border-radius: 20px 0 0 20px;
}

.count #increase {
  margin-left: -4px;
  border-radius: 0 20px 20px 0;
}

.count #input-wrap {
  margin: 0px;
  padding: 0px;
}

.count input#number{
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 60px;
  background: #f7f7fa;
  margin-left: 2px;
  margin-right: 2px;
  color: #262222;
}

.count input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login_buttons.blue button {
    background: #64C1E8;
    color: #262222;
}
.add_product_form .custom_select {
    display: inline-table;
}
.add_product_form input {
    display: inline-table;
}
.fomr_heading {
    margin-top: 16px;
    margin-bottom: 100px;
}

select {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
.form_bottom {
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
    padding: 0px 15px;
}
.t-image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.t-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #cccccc;
}
.testimonial {
    background: #64C1E8;
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.testimonial_title {
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
.t-message {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.t-title {
    margin-bottom: 25px;
    letter-spacing: 8px;
}
.google_ads {
    background: #eaeaea;
    height: 150px;

}
.thought {
    padding: 100px 0px;
    margin-bottom: 75px;
}
/* org manage-product start */
.product_request_single {
    background: #F7F7FA;
    padding: 15px 22px;
    border-radius: 20px;
    width: 50%;
    margin-bottom: 10px;
}
.single_top {
    margin-bottom: 12px;
}
.single_bottom {
    margin-top: 15px;
}
.light_black {
    color:#5B5B5B !important;
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
  .carousel-item .fieled input {
    width: auto;
  }
  .carousel-item .fieled select {
    width: 195px;
  }
  .carousel-item .login_buttons.blue button {
    width: 195px;
  }
  .step_form_2 .btn-group {
    width: 195px !important;
  }
  .carousel .time_bottom {
    margin-left: -272px;
  }
  .carousel .time_bottom .end_time_label {
    margin-right: 135px;
  }
  .first_slide .fieled select {
    width: 216px;
  }
  .first_slide .arrow.down {
    margin-right: 191px;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  #AddNewAddressModal .arrow.down.custom {
    margin-right: 75px !important;
  }  
  #editAddressModal .arrow.down.custom {
    margin-right: 75px !important;
  } 
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .product_submit .down {
   margin-top: -35px !important;
   margin-right: 76px !important;
  } 
}


@media only screen and (min-width: 992px) {
  .contact_form {
    margin-left: 35px;
  }  
  .vrd_detail_right {
    padding-left: 30px;
  }
  .confirm_donation_button {
   /* padding-left: 176px;*/
  }
  .feedback_form_rating {
    padding-left: 110px;
  }
  .feedback_form_detail {
    border-right: 1px solid #999FAE;
  }
}








@media only screen and (max-width: 991px) {
  .product_request {
    display: block !important;
  }
  .product_request_single {
    width: 100% !important;
    margin: 0px 0px !important;
    margin-bottom: 15px !important;
  }
  .step_form .fieled {
    width: 62%;
  }
  .step_form .label {
    margin-bottom: 12px;
  }
  .step_form_2 .time_bottom {
    margin-left: -64px;
  }
  .step_form_2 .time_bottom .time {
    margin-left: 63px;
  }
  .step_form_2 .time_bottom .end_time_label {
    margin-bottom: 13px;
  }
  .step_upload_inner .add_media {
    max-width: 50% !important;
  }
  .add_media div {
    height: 120px !important;
  }
  .add_media input {
    height: 88px !important;
  }
  #tab-3 .fieled .eye {
    right: 176px !important;
  }
  .tab_forgot a {
    margin-right: 152px !important;
  }
  .add_new_address {
    left: 127px !important;
  }
  .team_member {
    width: 50% !important;
  }
  .contact_form {
    margin-top: 43px !important;
  }
  .contact_form .label {
    margin-bottom: 13px;
  }
  .as_a_donor .btn i.gj-icon {
    left: 25px !important;
  }
  .as_a_org #tab-3 .fieled .eye {
    right: 150px !important;
  }
  .notification_body {
    padding: 0px 0px !important;
    padding-right: 0px !important;
  }
  #NotificationModal .modal-header .close {
    margin-right: -19px !important;
  }
  #NotificationModal .modal-dialog.modal-dialog {
    max-width: 700px !important;
    width: 100% !important;
  }
  .past_donations_box {
    min-width: 50%;
    margin-bottom: 18px !important;
  }
  .change-grid {
    position: relative !important;
  }
  .change-grid .nav {
    padding-bottom: 0px !important;
    margin-top: -9px;
  }
  #tab-1 .change-grid {
    left: 0 !important;
  }
  .page_full_width {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .table_width_sidebar {
    display: block !important;
    margin-right: -15px;
    margin-left: -15px;
  }
  .table_sidebar_full {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .table_content_full {
    width: 100% !important;
    margin-top: 50px;
  }
  .t-message {
    padding: 0px 78px;
  }
  .d_block {
    display: block !important;
  }
  .dip_left {
    width: 100% !important;
    border: none !important;
  }
  .dip_left_bottom {
    border-radius: 0px 0px 20px 20px !important;
  }
  .dip_right {
    width: 100% !important;
    border-top: 6px solid white;
  }
  .dip_right_bottom {
    border-radius: 0px 0px 20px 20px !important;
  }
  .dip_right .dip_inner {
    margin-top: 0px !important;
    padding-bottom: 58px !important;
  }  
  .sp_imagef {
    margin-bottom: 10px;
  }
  .vrd_detail_left {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .feedback_form_title {
    margin-top: 40px !important;
  }
  .col-md-3.donor_dashboard_points {
    min-width: 50%;
    margin-bottom: 15px;
  }
  .ddc_graph {
    margin-bottom: 35px;
  }
  .first_slide .arrow.down {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
    .time_column {
        display: block !important;
    }
    .time_bottom {
      margin-left: -226px;
      margin-top: 13px;
    }
    .time_bottom .end_time_label {
      margin-right: 89px;
    }
    .custom_third.time_column {
      display: flex !important;
    }
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    float: right;
    margin-right: 75px;
    margin-top: -34px;
    padding: 3px !important;
    border: solid #999FAE !important;
    border-width: 0 2px 2px 0 !important;
}
.down.arrow2 {
    margin-right: 20px;
}
.field_ads .textarea_address {
    max-width: 494px;
    width: 100%;
}
.field_ads .textarea_address1 {
    max-width: 494px;
    width: 100%;
}
.current_location_label {
    text-transform: uppercase;
    font-size: 13px !important;
}
.add_media div img {
    object-fit: cover;
}
li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
    margin-left: 45px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 14px !important;
}
.step_form {
    margin-left: 40px;
}
.step_form .row.form {
    margin-left: 80px;
}
.edit-profile-tab .fieled input {
    padding: 18px 24px !important;
}
.edit-profile-tab .fieled .time input {
  padding: 18px 21px !important;
}
.row.edit-profile-tab .fieled select {
    height: 56px !important;
    font-size: 14px;
    color: #262222 !important;
    padding-left: 21px;
}
.step_form .login_buttons.blue button {
    margin: inherit;
}
.step_form_2 .btn-group {
   /* display: table !important;*/
    max-width: 350px;
    width: 100%;
}
.step_form_2 .btn-group label {
    margin-bottom: 7px;
}
.form_box .fieled input {
  margin-left: 0px;
}
.form_box .yellow button {
  margin-left: 0px;
}
.form_box .yellow a {
  margin-left: 0px;
}
.common-page p {
  text-align: inherit;
}
#otp-modal {
  padding-right: 0px !important;
}
.carousel-item .fieled input {
  margin-left: 0px;
}
.edit-profile-tab .form .label {
  font-size: 17px !important;
}
.step_upload {
  padding: 0px 105px;
}
.step_upload_inner {
  margin-top: 30px;
  padding: 0px 15px;
}
.add_media {
  max-width: 33.3333% !important;
}
.media_submit {
  width: auto !important;
}
.col-md-10.description_box.m-auto {
  padding-right:36px;
}
.edit_address {
  padding: 0px 19%;
}
.edit_address a {
  text-transform: uppercase;
}
.edit_address textarea {
  font-size: 14px;
}
#tab-3 .fieled input {
  display: inline;
}
#tab-3 .fieled .eye {
  right: 156px;
  top: 19px;
}
.as_a_org #tab-3 .fieled .eye {
  right: 125px;
}
#tab-3 .login_buttons.blue button {
  display: inline;
  margin-top: 50px;
}
#tab-3 .form .label {
    margin-bottom: 12px;
}
.tab_forgot a {
  font-size: 14px;
  float: right;
  margin-right: 127px;
  margin-top: 5px;
  color: #999FAE !important;
}
#tab-3 .row.form .label {
  font-size: 15px !important;
}
.swal2-header h2#swal2-title {
  color: #212121;
  font-size: 16px;
  font-weight: normal;
}
.swal2-header .swal2-icon.swal2-warning {
  border-color: #64C1E8;
  width: 50px;
  height: 50px;
}
.swal2-header .swal2-icon.swal2-warning::before {
  font-size: 40px;
}
button.swal2-confirm.btn.btn-primary {
  background: #64C1E8 !important;
  border: none;
  color: #262222 !important;
}
button.swal2-cancel.btn.btn-danger {
  background: none !important;
  color: #64c1e8 !important;
  border: 1px solid #64c1e8 !important;
}
.btn:focus {
  box-shadow: none !important;
}
.swal2-container .swal2-actions {
  margin-bottom: 22px;
}
.swal2-styled.swal2-confirm {
  background-color: #64c1e8 !important;
}
.add_new_address {
  position: absolute;
  left: 194px;
  bottom: 64px;
}
.address-list .delete-address {
    color: inherit !important;
    font-size: 12px !important;
    right: 16px;
    top: 16px;
}
.address-list h6 {
    padding-right: 25px;
}
.row.address-list {
    margin-bottom: 100px !important;
}
.datepicker {
    box-shadow: none;
}
.register .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
    left: 9px !important;
}




/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.form-group input {
  padding: 0;
  height: initial;
  /*width: initial;*/
  margin-bottom: 0;
  /*display: none;*/
  cursor: pointer;
}
.form-group input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group1 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #999FAE;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  top: -2px;
}

.form-group1 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 2px; 
  width: 16px;
  height: 16px;
  /*border: solid #999FAE;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);*/
  background: #FFE849;
   border-radius: 4px;
}
.about_title {
  max-width: 710px;
  width: 100%;
  line-height: 34px;
  margin: 15px 0px;
}
.about_subtitle {
  max-width: 555px;
  width: 100%;
}
button.about_btn {
  background: #262222;
  color: white;
  border: none;
  width: 180px;
  height: 55px;
  border-radius: 35px;
  margin-top: 45px;
}
.black_box {
  background: #262222;
  margin: 0px -15px !important;
  padding: 0px 22px;
  margin-top: 160px !important;
}
.black_box_img {
  max-width: 880px;
  margin-top: -65px;
  display: inline-flex;
}
.black_box_img img {
  width: 100%;
  border-radius: 15px !important;
}
.black_box_content {
  text-align: center;
  padding: 130px 0px;
}
.about_center_content {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  margin-top: 46px;
}
.vertical_line {
  background: #F7F7FA;
  height: 1px;
  width: 75px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-top: 120px;
}
.our_team {
  background: #F7F7FA;
  margin: 0px -15px;
  padding: 90px 0px;
  display: flex;
}
.our_team_title {
  margin-bottom: 45px;
}
.team_member {
  width: 25%;
  float:left; 
  margin-bottom: 30px;
}
.team_member_inner {
  background: white;
  border-radius: 20px;
  height: 365px;
  margin: 0px 15px;
  padding: 23px 25px;
}
.team_designation {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.members_image img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: top;
}
.team_member_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 11px;
  margin-bottom: 30px;
}
.members_image {
  margin: 15px -25px;
  margin-bottom: 25px;
}
.our_team_members {
  margin: 0px -15px;
}

.navigation-wrap.bg_active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -14px 32px rgba(0, 0, 0, 0.25);
}
.single_values {
  background: #F7F7FA;
  border-radius: 20px !important;
}
.our_values {
  display: flex;
  margin-top: 150px;
}
.our_values .team_member_inner {
  background: #F7F7FA;
  height: 100%;
  min-height: 275px;
  padding: 25px 28px;
}
.values_name {
  margin: 20px 0px;
}
.about_thought {
  margin: 200px 0px;
}
.contact_title {
  margin-bottom: 10px;
}
.contact_title_sub {
  max-width: 410px;
  width: 100%;
}
.contact_info {
  padding-left: 42px;
  margin-top: 25px;
}
.contact_info a {
  display: block;
  margin-bottom: 18px;
  color: #5B5B5B !important;
}
.contact_bg {
  background-color: #F7F7FA;
}
.contact_form .fieled input {
  display: initial;
}
.contact_form textarea.form-control {
  max-width: 350px;
  width: 100%;
}
.contact_form .yellow button {
  display: initial;
  margin-top: 45px;
}
.contact_form {
  margin-top: 55px;
}
.contact-us-body {
  overflow: hidden;
}
.custom_select_arrow {
  position: absolute;
  top: 17px;
  left: 315px;
}
.add-new-address-submit .fieled input {
  display: initial;
}
.add-new-address-submit textarea {
  max-width: 350px;
  margin-bottom: -4px !important;
}
.add-new-address-submit .custom_select {
  margin-bottom: 12px !important;
}
.add-new-address-submit .form-check.terms.form-group {
  padding-left: 0px;
  margin-top: 10px;
}
.add-new-address-submit .login_buttons.blue button.btn {
  display: initial;
  margin-left: 13px;
  margin-top: 30px;
}
#AddNewAddressModal .modal-header {
  border: none;
  padding: 33px;
  margin: 29px 0px;
}
.as_a_donor .fieled input {
  max-width: 320px;
  width: 100%;
  display: initial;
}
.as_a_donor .datepicker {
  margin: inherit;
}
.as_a_donor i.gj-icon {
  left: -100px !important;
}
.as_a_donor button.bg-pink {
  display: initial;
  max-width: 320px;
  margin-top: -18px;
}
.modal-content {
  border: none;
  border-radius: 20px;
}
.edit-address-submit .form-check.terms.form-group {
  padding-left: 0px;
  margin-top: 10px;
}
.edit-address-submit .textarea_address {
  max-width: 350px;
  margin-bottom: -4px !important;
}
.edit-address-submit.custom_select {
  margin-bottom: 12px !important;
  color: #262222 !important;
}  
.edit-branch-address .custom_select{
	  margin-bottom: 12px !important;
  color: #262222 !important;
}    
.edit-address-submit .blue .btn {
  display: initial;
  margin-left: 13px;
  margin-top: 30px;
}
#editAddressModal .modal-header {
  border: none;
  padding: 33px;
  margin: 29px 0px;
}
.donor_edit button.bg-pink {
  display: initial;
  margin-left: 0px;
  margin-top: 30px;
}     
.donor_edit .modal-header {
  padding: 0px 33px !important;
  margin-bottom: 46px !important;
}
.donor_edit .custom_select,textarea {
  color: #262222 !important;
  font-size: 14px !important;
}
.donor_add_new button.bg-pink {
  display: initial;
  margin-left: 0px;
  margin-top: 30px;
}
.donor_add_new .modal-header {
  padding: 0px 33px !important;
  margin-bottom: 46px !important;
}
.donor_home .fieled input {
  max-width: 370px;
  width: 100%;
  padding: 22px 20px;
  padding-right: 52px;
  font-size: 21px;
}
.donor_main_search {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.donor_home form {
  margin: 0 auto;
  margin-top: 20px;
}
.donor_home .search_icon_donor {
  position: absolute;
  right: 16px;
  top: 25px;
  cursor: pointer;
}     
.donor_home {
  margin-top: 125px;
}
.donor_home_main_img {
  text-align: center;
  margin: 60px 15px;
}
.notification_body {
  padding: 15px 45px;                      
  padding-right: 125px;
}
#NotificationModal .modal-dialog {
  max-width: 65% !important;
}
.single_notification {
  border-bottom: 1px solid #E2E3E8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#NotificationModal .modal-header {
  border: none;
}
#NotificationModal .modal-header .close {
  margin-right: 10px;
  margin-top: -28px;
}
.noti_right {
  padding: 0px 20px;
}
.deactive_notification div {
  color: #999FAE !important;
}
.deactive_notification .blue-dot::before {
  color: #E2E3E8 !important;
}
.notification_inner {
  display: flex;
  padding: 0px 26px;
}
.noti_left {
  width: 60px;
}
.past_donations_img {
  border-radius: 20px 20px 0px 0px;
  height: 180px;
  object-fit: cover;
}
.past_donations_box_inner {
  background: #F7F7FA;
  border-radius: 20px;
}
.flex { 
  display: flex; 
} 
.relative {
  position:relative !important;
}
.donor_box_left { 
  width: 65%; 
} 
.donor_box_right { 
  width: 35%; 
  text-align:right; 
} 
.past_donations_content { 
  padding: 18px; 
} 
.as_donor_address { 
  margin-top: 4px; 
} 
.donation_box_line { 
  background: #999FAE; 
} 
.past_donations_box { 
  margin-top: 10px; 
} 
.past_donations_more { 
  text-align: center; 
  margin-top: 30px; 
} 
.navbar-nav.ml-auto .nav-item.active:after { 
 left: 0 !important;
  right: 0 !important; 
  margin: 0 auto; 
} 
.pink-tabs .border-bottom { 
  /*border: none !important; */
} 
.pink-tabs .nav.border-bottom { 
  border-bottom: 1px solid #E2E3E8 !important; 
  padding-bottom: 18px !important; 
} 
.full_width_row { 
  /* margin-right: -85px;  
  margin-left: -100px; */ 
} 
.full_width_row table tr td { 
  font-size: 16px; 
} 
 
/* org manage-product end */ 
 
.arrow.down.custom { 
  margin-top: -47px; 
} 
.row.blue-tabs { 
  margin-right: 0px; 
  margin-left: 0px; 
} 
.row.blue-tabs ul li { 
  margin-bottom: 14px; 
} 
.nav.nav-tabs.w-100.border-bottom.pb-4.blue-ul { 
  padding-bottom: 3px !important; 
}  
.org-manage-prod {  
  min-height: 600px;  
}
.row.pink-tabs {
  margin-right: 0px;
  margin-left: 0px;
}
.page_full_width {
  margin-left: -102px;
  margin-right: -102px;
}
.pr_check {
  margin: 0 !important;
  padding: 0 !important;
  left: 10px;
}
.form-group1.pr_check input:checked + label::after {
  background: #64C2E9;
  border-radius: 3px;
}
.pr_edit {
  width: 17px;
  top: -3px;
  position: relative;
}
.blue-tabs .no-tab-css.no-filter-css .nav-tabs .nav-link.active, .blue-tabs .no-tab-css.no-filter-css .nav-item .nav-link {
  color: #999FAE !important;
}
.blue-tabs .no-tab-css.no-filter-css .nav-tabs .nav-link.active, .blue-tabs .no-tab-css.no-filter-css .nav-link, .blue-tabs .no-tab-css .nav-link:hover {
  color: orange !important;
}
table.table td {
  text-align: center !important;
}
.pr_filter {
  background: #F7F7FA;
}
.filter-dashboard .nav-link.active::after {
  top: -36px !important;
  left: 0 !important;
}
.pr_filter .nav-tabs {
  border-bottom: 1px solid #E2E3E8;
}
.range-slider {
  background: #999FAE !important;
  border-radius: 20px;
}
.pr_filter .panel-title::after {
  content: "\f078" !important;
  transform: none !important;
  color: #5B5B5B !important;
  font-size: 10px !important;
  top: 0 !important;
}
.pr_filter .panel-title[aria-expanded="true"]::after {
  transform: rotateZ(180deg) !important;
  top: 3px !important;
}
.pr_filter .panel-title {
  margin-bottom: 1px !important;
}
.pr_filter_cat {
  margin-top: 5px;
}
.pr_filter_box {
  margin-top: 15px;
  max-height: 190px;
  overflow-y: scroll;
}
.pr_filter_cat input[type="checkbox"] {
  margin-right: 4px;
}
tr.pr_table_head td {
  padding: 19px 0px !important;
}
.pr_filter.filter-dashboard .nav-item::after {
  background-color: transparent;
}
.pr_filter .form-group1 label::before {
  background-color: white !important;
  border: 1.5px solid #999FAE;
  border-radius: 3px;
  padding: 5px;
}
.pr_filter .form-group1 input:checked + label::after {
  left: 1px;
  width: 11px;
  height: 11px;
  background: #64C2E9;
  border-radius: 2px;
}
.pr_filter_box label {
  display: block;
  margin-top: 3px;
}
.pr_table .table td {
  padding:/*25px*/ 15px 9px;
}
.row.blue-tabs .pr_filter ul li {
  position: relative;
}
.pr_sort_box {
  margin-bottom: 0px;
}
.table_width_sidebar {
  display: flex;
}
.table_sidebar_full {
  width: 18%;
  margin-right: 15px;
}
.table_content_full {
  width: 82%;
}
.view_addresses {
    margin-bottom: 15px !important;
}
#otp-modal-for-deactive-account .modal-header {
    border: none;
}
#otp-modal-for-deactive-account .modal-header .close {
    margin-right: -9px;
}
#show-delete-button-org-prod-req a,.fa {
    color: red !important;
}
#show-delete-button-org-prod-req, .remove-product-button {
  position: absolute;
  margin-top: -34px;
  margin-left: 9px;
}
.fa.fa-sign-out {
    color: #212121 !important;
	margin-top: 3.2px; 
}
.nav-item:hover .fa.fa-sign-out  {
    color: #F04E75 !important;
}
.organization-menu .nav-item:hover .fa.fa-sign-out {
    color: #64c1e8 !important;
}
.product_request_as_org {
    overflow: hidden;
}
.theme_modal .modal-header {
    border: none;
    margin-top: 40px !important;
   margin: 0 auto;
   margin-bottom: 2rem;
}
.theme_modal .close {
    position: absolute;
    right: 20px;
    top: 15px;
}
.theme_modal .lang_choose_btn {
    border: 1px solid #64c1e8;
    background: none;
    color: #64c1e8;
    border-radius: 20px;
    height: 56px;
    text-align: left;
    padding-left: 17px;
}
.theme_modal .arrow.down {
    border: solid #64c1e8 !important;
    border-width: 0 2px 2px 0 !important;
}

.theme_modal .dropdown-menu {
    position: relative !important;
    transform: none !important;
    will-change: inherit !important;
}
.theme_modal .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #64c1e8;
}



.theme_modal .lang_choose_btn_donor {
    border: 1px solid #F04E75;
    background: none;
    color: #F04E75;
    border-radius: 20px;
    height: 56px;
    text-align: left;
    padding-left: 17px;
}
.theme_modal.donor_language_choose .arrow.down {
    border: solid #64c1e8 !important;
    border-width: 0 2px 2px 0 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle.lang_choose_btn {
    background-color: white;
    border-color: #64c1e8;
    color: #64c1e8;
}
.lang_donor.btn-primary:not(:disabled):not(.disabled).active, .lang_donor.btn-primary:not(:disabled):not(.disabled):active, .show > .lang_donor.btn-primary.dropdown-toggle.lang_choose_btn_donor {
    background-color: white !important;
    border-color: #F04E75 !important;
    color: #F04E75 !important;
}

.theme_modal.donor_language_choose .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #F04E75;
}
.theme_modal.donor_language_choose .arrow.down {
    border: solid #F04E75 !important;
    border-width: 0 2px 2px 0 !important;
}
.table_scroll {
  min-width: 950px;
  width: 100%;
}
.dip_left {
  width: 85%;
  border-right: 5px solid white;
}
.dip_right {
  width: 15%;
  position: relative;
}
.donation_in_progress_entry {
  background: #F7F7FA;
  border-radius: 20px;
  margin-bottom: 25px;
}
.dip_inner {
  padding: 21px 25px;
}
.dip_content_left {
  width: 40%;
  margin-left: 33px;
}
.dip_content_center {
  width: 40%;
}
.dip_content_right {
  width: 20%;
}
.dip_header {
  margin-bottom: 8px;
}
.dip_left_bottom {
  background: #999FAE;
  border-radius: 0px 0px 0px 20px;
  padding: 8px;
}
.dip_right_bottom {
  background: #999FAE;
  border-radius: 0px 0px 20px 0px;
  padding: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
} 
.dip_right .dip_inner {
  margin-top: 25px;
  padding: 21px 39px;
}
.bg_pending {
  /*background: #64C1E8 !important;*/
}
.vertical_center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pink_tick_parent.pr_filter .form-group1 input:checked + label::after {
  background: #F04E75;
}
.pink_tick_parent ul li {
  margin-bottom: 14px !important;
}
.pink-tabs .no-tab-css.no-filter-css .nav-item .nav-link {
  color: #999FAE !important;
}
.share_date {
  margin-top: -28px;
  margin-bottom: 35px;
}
.share_date:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #262222;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.share_rating .fa {
  color: #FFD700 !important;
}
.fa.fa-star.unchecked_star {
  color: gainsboro !important;
}
.share_content {
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 52px;
  margin-top: 2px;
}
.share_content:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #262222;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.share_popup {
  padding-bottom: 10px;
}
.share_popup img {
  margin: 15px;
}
.custom_pagination {
    margin-top: 20px !important;
}
.list-unstyled.custom_pagination li {
    border: 1px solid #64c1e8 !important;
    border-radius: 5px !important;
    color: #64c1e8 !important;
}
.list-unstyled.custom_pagination .bg-primary {
    background: #64c1e8 !important;
    color: white !important;
}
i.fa.fa-trash.theme-text-blue {
    color: red !important;
}
a.theme-text-blue.size_12.uppercase.regular.remove-selected-donation {
    color: red !important;
}
.pr_filter .nav .nav-item {
  margin-bottom: 14px;
  margin-top: 10px;
}
.filter-dashboard .mu_as_org.nav-link.active:after {
  color: #64c2e9 !important;
}
.front-menu-navbar .nav-item.active .nav-link {
  border-bottom: 2px solid #F04E75 !important;
  color: #F04E75 !important;
}
.mu_org_name img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.mu_org_buttons .btn {
  width: 125px !important;
  height: 50px;
  border-radius: 20px !important;
  font-size: 14px !important;
  margin-left: 10px;
}
.mu_header {
  border-bottom: 1px solid #E2E3E8;
  padding-bottom: 11px;
}
.medium.mu_org_name {
  margin-top: 14px;
}
span.edit-org-branch-wrap {
  display: block !important;
}
span.edit-org-branch-wrap a {
  background: none !important;
}
span.edit-org-branch-wrap a img {
  width: 17px;
  margin-left: -1px;
  margin-top: -3px;
}
.mu_tabs {
  margin-bottom: 60px;
}
span.edit-org-branch-wrap{
    position: absolute;
    bottom: 6px !important;
    text-align: inherit !important;
    right: 8px;
    border: 1px solid #64C1E8; 
    width: 29px !important;
    height: 29px !important;
    border-radius: 50%; 
    background: white;
    z-index: 9;
}
.mu_tabs ul li a {
  padding-right: 44px;
}
.verified_roj img {
  width: 20px;
  bottom: 3px;
  position: relative;
  left: -3px;
}
.sp_thumb img {
  width: 100%;
  height: 215px;
  border-radius: 20px;
  object-fit: cover;
}
.sp_button button {
  background: #F04E75;
  color: white;
  font-size: 17px;
  max-width: 350px;
  width: 100%;
  height: 55px;
  border-radius: 15px;
  border: none;
}
.sp_button1{
     background: #F04E75;
    color: white;
    font-size: 17px;
    max-width: 350px;
    width: 100%!important;
    height: 55px!important;
    border-radius: 15px;
    border: none;
    padding: 18px 111px;
}
.sp_desc {
  margin-top: 8px;
}
.sp_single_entry {
  margin-bottom: 35px;
}
.add_media .close {
  position: absolute;
  right: 30px;
  z-index: 999;
  top: 8px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.add_media .close span {
  top: -2px !important;
  position: relative;
}
.list-unstyled.custom_pagination.custom_pagination_donor .bg-primary {
  background: #F04E75 !important;
  border: 1px solid #F04E75 !important;
  color: white !important;
}
.list-unstyled.custom_pagination.custom_pagination_donor li {
  border: 1px solid #F04E75 !important;
  color: #F04E75 !important;
}
.sp_s_no {
  margin-right: 15px;
}
.search_product_header {
  border-bottom: 1px solid #E2E3E8;
  padding-bottom: 12px;
  //margin-bottom: 30px;
  margin-bottom: 15px;
}

.view_request_donor {
  border-bottom: 1px solid #E2E3E8;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.vrd_tick {
  width: 21px;
  height: auto;
  bottom: 4px;
  position: relative;
  margin-right: 5px;
}
.true_display label {
  display: block;
}
.change-grid.no-tab-css ul li .fa {
  color: #E2E3E8 !important;
  font-size: 24px;
}
.active_color_blue .change-grid.no-tab-css ul li .active .fa {
  color: #64c2e9 !important;
}
.active_color_pink .change-grid.no-tab-css ul li .active .fa {
  color: #F04E75 !important;
}
.custom_login_user .modal-header {
  border: none;
}
.custom_login_user input {
  padding: 15px;
}
.custom_login_user .form-group1 {
  margin-left: -6px !important;
  margin-bottom: 45px;
}
.custom_login_user .modal-dialog {
  max-width: 400px !important;
  width: 100%;
  margin: 20px auto;
}
.vrd_rating {
  background: #64C1E8;
  width: 70px;
  display: block;
  height: 30px;
  line-height: 27px;
  font-size: 15px !important;
  color: white !important;
  border-radius: 25px;
  text-align: center;
  margin-top: -8px;
  font-family: medium !important;
  margin-left: -13rem;
}
.vrd_rating img {
  width: 15px;
  margin-left: 4px;
}
.vrd_org_type img {
  width: 55px;
  max-height: 40px;
  object-fit: contain;
  margin-right: 7px;
}
.vrd_detail_left {
  border: 1px solid #999FAE;
  border-radius: 20px;
  overflow: hidden;
  height: 100% !important;
}
.vrd_slider_images {
  width: 100% !important;
  height: 285px !important;
  object-fit: cover;
}
.vrd_detail_bottom {
  padding: 20px 15px;
}
.detail_bottom_label {
  width: 25%;
}
.detail_bottom_value {
  width: 75%;
}
.right_detail {
 /*min-height: 260px;*/
  margin-bottom: 20px;
  line-height: 25px;
}
.vrd_detail_slider .carousel-control-next, .carousel-control-prev {
  width:auto !important;
} 
.vrd_detail_slider .carousel-control-next-icon {
  background-color: black !important;
  padding: 16px 13px !important;
  border-radius: 25px 0px 0px 25px;
  background-position-x: 9px;
}
.vrd_detail_slider .carousel-control-prev-icon {
  background-color: black !important;
  padding: 16px 13px !important;
  border-radius: 0px 25px 25px 0px;
  background-position-x: 3px;
}
.vrd_full_detail {
  border-bottom: 1px solid #E2E3E8;
  padding-bottom: 25px;
}
.register_links button {
  background: none;
  border: none;
}
.register_links form {
  display: contents;
}
.pink_star {
  width: 20px;
  position: relative;
  top: -2px;
}
#save-for-later-div a {
  color: #f04e75 !important;
}
.form-group1.pr_check.pink_check input:checked + label::after {
  background: #F04E75 !important;
}
.view_request_address_box {
  background: #F7F7FA;
  border-radius: 20px;
  padding: 18px 24px;
}
.container.confirm_donation_header {
  border-bottom: 1px solid #E2E3E8;
  margin-top: 70px;
  padding-bottom: 18px;
  margin-bottom: 55px;
}
.confirm_donation_address_bottom {
  margin-top: 18px;
  margin-left: 10px;
}
.confirm_donation_address_bottom img {
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.confirm_donation_button {
  margin-top: 45px;
}
.confirm_donation_date i.gj-icon {
    font-size: 21px !important;
    margin-top: 4px;
    right: -73px;
}
.confirm_donation_date input.datepicker {
    max-width: 100% !important;
    margin-left: 15px;
}
.cdd_time {
  margin-right: 0px;
}
.cdd_time_left {
  width: 45%;
}
.cdd_time_center {
  width: 10%;
}
.cdd_time_right {
  width: 45%;
}
.cdd_input_one {
  width: 36%;
}
.cdd_input_two {
  width: 4%;
}
.cdd_input_three {
  width: 36%;
}
.cdd_input_four {
  width: 24%;
  text-align: center;
}

.ffd_left {
  width: 40%;
}
.ffd_center {
  width: 10%;
}
.ffd_right {
  width: 50%;
}
.ffd_single {
  margin-bottom: 25px;
}
.donor_dashboard {
  margin-top: 130px;
  border-bottom: 1px solid #E2E3E8;
}
.ddp_inner {
  background: #F7F7FA;
  padding: 16px;
  border-radius: 20px;
  text-align: center;
  display: table;
}
.ddp_inner.flex div {
  display: table-cell;
  vertical-align: middle;
}
.ddp_inner_left img {
  width: 40px;
  height: auto;
  margin-right: 11px;
}
.ddp_inner_left {
  width: 15%;
}
.ddp_inner_center {
  width: 70%;
  text-align: left;
}
.ddp_inner_right {
  width: 15%;
}
.ddc_graph {
  background: #F7F7FA;
  border-radius: 20px;
  width: 100%;
  padding: 25px 40px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  /* Adjust styles for smaller screens */
  .ddc_graph {
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  /* Further adjust styles for even smaller screens */
  .ddc_graph {
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.ddc_top_ten_donor {
  background: #F7F7FA;
  border-radius: 20px;
  width: 100%;
  padding: 25px 21px;
  margin-left: 6px;
  margin-right: 6px;
}
.ddc_graph_filter select {
  background-image: none;
  width: 140px;
  float: right;
  border: none;
  background: none;
  color: #999FAE !important;
}
.ddc_top_ten_filter select {
  background-image: none;
  width: 140px;
  float: right;
  border: none;
  background: none;
  color: #999FAE !important;
}

  @media (max-width: 767px) {
  .ddc_top_ten_filter select {
    float: none;
    margin-top: -63px;
    margin-left: 197px;
  }
}  

 
.ddc_graph_filter .form-control:focus {
  background-color: transparent !important;
}
.ddc_top_ten_filter .form-control:focus {
  background-color: transparent !important;
}
.ddc_graph_total font {
  margin-left: 30px;
  position: relative;
  top: 3px;
}
.ddc_graph_total {
  margin: 12px 0px;
}
.ddc_top_ten_filter {
  margin-top: -24px;
}
.maf_inner {
  border: 1px solid #E2E3E8;
  border-radius: 20px;
  padding: 25px;
}
.mark-donation-fulfil .gj-timepicker-md [role=right-icon] {
  color: #999fae;
}
.vddn_inner {
  border: 1px solid #E2E3E8;
  border-radius: 20px;
  padding: 25px;
}
.vddn_detail_left {
  width: 25%;
}
.vddn_detail_center {
  width: 5%;
}
.vddn_detail_right {
  width: 70%;
}
.vddn_title {
  margin-bottom: 7px;
}
.vddn_single_entry {
  border-bottom: 1px solid #E2E3E8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}


/*custom range slider */

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 95%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -7px;
  top: -5px;
  background-color: #5B5B5B;
}

/* Styling;
 */
.noUi-background {
  background: #999FAE;
  padding-left: 6px;
}

.noUi-connect {
  background: #5B5B5B;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.crs_input {
    width: 25px !important;
    font-size: 10px !important;
    color: #5B5B5B !important;
    font-family: regular !important;
    border: none;
    background: transparent;
    margin-top: 10px;
}
.custom_range_slider span {
    color: #5B5B5B !important;
    font-family: regular !important;
    margin-top: 8px;
    margin-right: 6px;
    margin-left: -3px;
}
.custom_image_size img {
    width: auto;
}
.forgot_password_input input{
    background: #F7F7FA;
    border: none;
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 12px !important;
    margin: 0 auto;
    padding: 18px 24px;
}
/* Rounded sliders */
.cus_slider.cus_round {
  border-radius: 34px;
}
input:checked + .cus_slider {
  background-color: #2196F3;
}
input:checked + .pink_slider {
  background-color: #F04E75 !important;
}
 
 input:focus + .pink_slider {
  box-shadow: 0 0 1px #F04E75 !important;
}

input:focus + .cus_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .cus_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cus_slider.cus_round:before {
  border-radius: 50%;
}
.cus_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.cus_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.cus_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cus_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.logout:before{
	font-size: 16px !important;
	margin: 0px -11px 0px 0px !important;
	
}

.star1 {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}
.skip-pointer{
	cursor:pointer;
}
.star1:before {
   content: "\2605";
   position: absolute;
   visibility:visible;
}
.star1:checked:before {
   content: "\2606";
   position: absolute;
}
  .light_black {
    color: #5B5B5B !important;
    list-style: none;
    /*line-height: .8;*/
	line-height: 1.8;
    font-size: 17px;
	
}
.lists_ui {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 350px;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .lists_ui {
    height: auto;
	margin-left: 1rem;
  }

  .lists_ui > div {
    width: 100%;
    margin-bottom: 10px; 
  }
}

.lists_ui div:nth-child(4){
	order: -1;
}
.heading{
	    padding: 0px!important;
}
.gap{
	    margin-bottom: 1rem !important;
}
.btnstyle{
	max-width: 160px!important;  
}
.newfieled input{
	background: #F7F7FA;
    border: none;
    width: 98%;
	height: 44px;
	    text-align: center!important;
		margin-bottom: 12px !important;
}

 
.newfieled select{
	background: #F7F7FA;
    border: none;
    margin-right: 4px!important;
	height: 44px;
	width: 120px!important;
	    text-align: center!important;
		margin-bottom: 12px !important;
}
.btncolor{
	background: #F7F7FA!important;
	    border-radius: 0px 5px 5px 0px!important;
    FONT-WEIGHT: 100!important;
    height: 45px!important;
    font-size: 13px!important;
}

.icontrash{
	color:#1d1b1b!important;
}
.new2,.new2:focus{
    background: #F7F7FA;
    border: none;
	height: 45px;
    /*width: 100%; */
    /* border-radius: 12px; */
    display: block;
	margin-right:4px!important;
    width: 104px;
    margin-bottom: 12px !important;
    padding: 0px 16px;
}
.newbtn{
	   border-radius: 0px 5px 5px 0px!important;
    FONT-WEIGHT: 100!important;
    height: 45px!important;
    font-size: 13px!important;
    color: #FFF!important;
	width: 40px!important;
}

.newbtn1{
	margin-right: 260px!important;
	margin-top: 50px!important;
	background: #64C1E8!important;
	border-radius: 10px 10px 10px 10px!important;
}
.new-header{
	border-bottom:none!important;
}
.new-footer{
	border-top:none!important;
}
	.txt{
    text-align: center!important;
	margin-left: 1px;
	}
	.modalborder{
    border: 1px solid #c6c6cc!important;
    border-radius: 10px 10px 10px 10px!important;
	}


.new2, .new2:focus{
	width:98%;
} 

.new_req{
	width: 325px!important;
    font-size: 17px!important;
	    margin: 0px 0px 0px -80px!important;
}

.new_font{
	    font-size: 13px;
		margin-bottom:2px!important; 
}
.place{
	style="margin-left: 14px!important;"
}
ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\003C";
  color: black;
  display: inline-block; 
  margin-right: 6px;
}


.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

#castyle:focus {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);
}


.nested {
  display: none;
}

.active {
  display: block;
}

 ul.nested.active {
    margin-left: 19px;
}
.clear{
width:30%!important;
 margin-top: 4px!important; 
 margin-left: 108px!important;
} 
.filter{
	color: #262222!important;
	background-color: #FFE84A!important;
	border-radius: 8px!important;
	margin: 0px 0px 5px 5px!important;
	padding: 1px 20px 1px 20px!important;
	display: inline-flex;
}

.donation_filter{
	color: #262222!important;
	background-color: #FFE84A!important;
	border-radius: 8px!important;
	margin: 0px 0px 5px 30px!important;
	padding: 1px 20px 1px 20px!important;
	display: inline-flex;
}
.remove_node{
	z-index: 9999;
}
.fappend{
	color: #999FAE!important;
	margin-left: 10px!important;
	margin-top: 4px;
}

.login_style{
    background: #dad6d76e;
    color: #F04E75;
    font-size: 20px;
    border: none; 
    max-width: 350px;
    width: 100%;
    height: 56px;
    border-radius: 20px;
    display: block;
    margin-bottom: 25px !important;
    margin: 0 auto;
}

 .nav-link1.active{
background-color: #FFE849 !important;
    width: 160px!important;
    border-radius: 12px!important;
    margin: 4px 0px 0px 8px!important;
	color: #212529!important;
	    text-decoration: none;
	
}
.nav-link1{
	    background-color: transparent !important;
		padding: .5rem 1rem;
	   color: #4e494b6e!important;
	    text-decoration: none;
         display: block;
 margin: 4px 0px 0px 8px!important;	
 width: 160px!important; 
}
.nav-link1:hover {
    text-decoration: none;
}

.testimonial1 {
    background: #FFE849;
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.t-image1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8%;
    border: 2px solid #cccccc;
	
	    /*float: left;*/
}

.new-font{color: #262222 !important;
    font-family: regular !important;
    font-size: 16px !important;}
	
.icon{
	height: 25px!important;
	margin-left: 10px;
	}
	.listcolor{
		background: #262222;
	}
	.new-nav{
    display: flex!important;
margin-bottom: 25px;
     border-right:none!important;
	 width:100%
   
	}
.new-tab{
display: flex!important;
margin-bottom: 25px;
width:100%;
margin-top: 55px;
		
	}
.noti{
	border-bottom: 1px solid #ddd;
	}
	.noti-icon{
    /*text-align: center!important;*/
	}
	.noti-fa{
			    margin: 0px 3px 0px 3px;
				text-align: center;
}
	}
	.noti-align{
	/*	text-align: center;*/
	}
	.about-id{
    display: inline-block;
    margin: 0px;
    width: 50px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #F7F7FA;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 23px !important;
    color: #999FAE !important;
    font-weight: bold !important;
    margin-bottom: 5px;		
	}
	
	.about-feild{
	 border: none;

    display: block;
    margin-bottom: 12px !important;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 14px;	
		
	}
	
	.about-input{
    background: #F7F7FA;
	    width: 100%;
    border: none;

    display: block;
    margin-bottom: 12px !important;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 14px;
		 
	}
	
	.about-btn{
		
		/*    padding: 18px 13px;
    margin-top: -12px; */
	border: 0px;
    border-radius: 0PX 11px 11px 0px;
    box-sizing: content-box;
    background: #64c1e8!important;
    color: #ffff;
	width: 100%;
    border: none;
    height: 40px!important;
	text-align:center!important;
}
.about{
		
		/*    padding: 18px 13px;
    margin-top: -12px; */
	border: 0px;
    border-radius: 11PX 0px 0px 11px;
    box-sizing: content-box;
  background: #F7F7FA!important;
	width: 100%;
    border: none;
    height: 40px!important;
	text-align:center!important;
	    
}
	.delete-btn{
		
		/*    padding: 18px 13px;
    margin-top: -12px; */
	border: 0px;
    border-radius: 0PX 11px 11px 0px;
    box-sizing: content-box;
    background: #F7F7FA!important;
    color: #ffff;
	width: 100%;
    border: none;
    height: 40px!important;
	text-align:center!important;
	  
}
	
	
	.newTable td{
		padding:1px;
	}
	.newTable td input{
		border-radius:0px!important;
	}


.newTable td:first-child input{
		border-radius:10px 0px 0px 10px!important;
    width: 70px;
	}

.iconUp::before{
content: '\f0ee';
    /* background: url(https://rainbowsofjoy.org/public/assets/images/feather-upload-cloud.svg); */
    position: absolute;
    right: 2px; 
    font-family: 'FontAwesome','f0ee ';
    /* top: 8px; */ 
    width: 95%;
    color: #64c1e8;
    background: #f7f7fa;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
	
}
.iconUp{
    z-index: 1111;
	max-width: 243px!important;
}

.bg-ic{
    background:#f7f7fa;
width: 100%;
    height: 57px;
    margin-top: -15px;
	cursor: pointer!important;
}

.iconUp input{
opacity:0;	
}

.id_fetch{
	display: flow-root!important;
    margin-left: 246px;
}

.gird_id{
	background: #F7F7FA!important;
	width: 100%;
    border: none;
    height: 40px!important;
	text-align:center!important;
	 
}

.gird{
	background: #F7F7FA;
	width: 50%;
    border: none;
    height: 40px!important;
}

.new_align{
	text-align:center!important;
	    margin-bottom: 5px!important;
	
}

.id_btn{
	position: absolute;
    top: 10px;
    right: 60px;
    background: #E2E3E8;
    border: none;
    /* width: 100%; */
    border-radius: 7px;
    width: 84px;
    height: 38px;	
}

.a{
	    position: relative;
}
.b{
	    font-size: 14px;
    position: absolute;
    top: 23px;
    right: 111px;   
    z-index: 2;
    color: #747272;
}
.c{    width: 28px!important;
    height: 50px!important;
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 10%;}
	.d{
		    opacity: 1;
    height: 59px;
    width: 86%;
    background: #f7f7fa;
    border-radius: 20px;
    z-index: 1;
	}
	.e{
		opacity: 0;
    position: absolute;
    z-index: 9;
    top: 10px;
	}
	
	.img_bor{
    /* border-radius: 20px 20px 0px 0px; */
	  border-radius: 20px 20px 0px 0px;
	}
	.img_ped{
	/* 	padding-left: 40px!important;
		padding-right: 40px!important; */
		    padding: 0px 40px 40px 40px!important;
	}
	.fa_color{
		color: #999FAE !important;
	}
	
	.disp{
		display:none;
	}
	.disp_show{
		display:block;
	}
.carousel-content{   

	background: #F7F7FA 0% 0% no-repeat padding-box;
    width: auto;
    position: absolute;
    padding: 5px;
    top: 4%;
    left: 4%;
    z-index: 20;
    border-radius: 7px;
	color: #262222 !important;
}

.icon_center{
	    text-align: left!important;
		color: #999FAE !important;
		font-size: 18px !important;
}
.icon_center span{
	font-size: 14px !important;
}
.icon_margin{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    padding: 15px !important;
    display: inline-flex !important;
}
.carousel-content p{
	font-size: 14px !important;
    margin-left: 5px !important;
}	

.row_des{
background-color: #F7F7FB!important;
border-radius: 8px 8px 8px 8px!important;
} 
.my_custom_not_found_msg{
    color: #999FAE !important;
    font-size: 14px !important; 
}
.add_wishlist_div_btn{
margin-top: 10%;
    margin-bottom: 10%;
}
.wishlist_p_text{
    text-align: center;
    display: inline-flex;
    font-size: 14px !important;
    color: #999FAE !important;
}
.linc:hover{

	color: #262222 !important;
	text-decoration:none; 	
}
.linc{
	color: #262222 !important;
}
.wishlist_model_css .modal-dialog {
    max-width: 500px !important;
}
.all_brnc:hover{
	text-decoration:none;	
}
.wishlist_popup_btn button{
	box-shadow: 0px 50px 80px #0000001a;
	max-width: 180px;
	color:black !important;
}
.wishlist_model_css .modal-header {
    border-bottom: none;
	padding: 10px !important;
}
.icon_social_media{
	    height: 50px!important;
    margin-left: 50px;
}

.wishlist_model_css .wishlist_main_div_css{
	display: inline-flex;
}
.wishlist_main_div_css .w_div_1 {
    width: 15%;
}
.wishlist_main_div_css .w_div_2 {
    width: 70%;
}
.wishlist_main_div_css .w_div_3{
	width: 15%;
}
.w_div_1 input.form-control.theme-form-control {
    height: 40px !important;
    border-radius: 12px 0px 0px 0px;
	margin-bottom: 0px!important;
}
.w_div_2 input.form-control.theme-form-control {
    height: 40px !important;
    border-radius: 0px !important;
	margin-bottom: 0px!important;
}
.w_div_3 input.form-control.theme-form-control {
    height: 40px !important;
    border-radius: 0px 12px 0px 0px;
}
.w_div_3 button.form-control.theme-form-control {
    height: 40px !important;
    border-radius: 0px 12px 0px 0px;
    background: #f04e75;
    color: white;
    padding: 2px;
	margin-bottom: 0px!important;
}

.wishlist_head_text_margin {
    margin-bottom: 5%;
}
.wishlist_sub_btn {
    margin-top: 15%;
    margin-bottom: 20px;
}
.remove_wishlist_sub_btn {
    margin-top: 5%;
    margin-bottom: 20px;
}
.after_wishlist_sub_btn {
    margin-bottom: 20px;
}
.wishlist_head_text_margin h4{
	margin-top: 7px;
}
.my_wish_add_btn{
	      border-radius: 0px 0px 12px 0px !important;
}
.my_wish_sr_btn{
	  border-radius: 0px 0px 0px 12px !important;
  }	
.custom_noti{
	    float: right;
    margin-top: -13px;
    text-decoration: underline;
    color: black;
}
.branch_view_doc_file{
   text-align: center;
    margin: auto;
    margin-top: 10px;
    color: #88ceec !important;
    cursor: pointer;
}
.branch_view_doc_file i {
    color: #88ceec !important;
} 
.edit-profile-tab.myCustomTab_ .nav-tabs a.nav-link.active {
    color: #64c2e9 !important;
} 
 
a.custom-text-decoration {
    text-decoration: none !important;
}
.custom_overlay_share_icon{
    position: absolute;
    top: 10px;
    right: 23px;
}
.custom_overlay_share_icon img {
    width: 40px;
}

.btn_remove_wish{
	    background: #F7F7FA !important;
}
.appended_box_inside_css{
	border-radius: 0px 0px 0px 0px !important;
}
.wishlist_main_div_css{
	margin-bottom:5px;

}
.my-wishlist-dropdown-menu {
    padding: 10px;
    background: #f7f7fa;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    line-height: 2;
	max-height: 150px;
    overflow-y: scroll;
}
.num{
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 60px;
  background: #f7f7fa;
  margin-left: 2px;
  margin-right: 2px;
  color: #262222;
}
.inc{
	margin-right: -4px!important;
    border-radius: 0 20px 20px 0!important;
	
}
.dec{
	margin-left: -4px!important;
	 border-radius: 20px 0 0 20px!important;
}

.mar{
	margin: 15px 0px 0px 15px!important;
}

.val-button {
    display: inline-block;
    margin: 0px;
    width: 37px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0;
    background: #F7F7FA;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 23px !important;
    color: #999FAE !important;
    font-weight: bold !important;
    margin-bottom: 5px;
}
.val-button:hover {
  cursor: pointer;
}
.decr {
    margin-right: -5px;
    border: 1px solid;
    border-radius: 20px 0 0 20px;
}
.incr { 
  margin-left: -11px; 
  border: 1px solid;
  border-radius: 0 20px 20px 0;
}
.numb {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #f7f7fa;
   /*  margin-left: 2px;
    margin-right: 2px; */
    color: #262222;
    border: 1px solid;
    border-color: #999FAE !important;
}

.add_line{
	border-bottom: 1px solid #999FAE !important;

	}
.btn_wid{
	width: 40%!important;
	margin-top: -30px;
}

.my_after_wishlist_head{
    max-width: 80%; 
    margin: auto;
}
.my_wish_table {
    font-weight: 500;
    font-size: 14px !important;
    text-align: left;
	padding: 5px;
	margin-top : 10%;
}
.my_wish_table p{
	text-decoration: underline;
	text-align: left !important;
}
.my_wish_table_2{
	font-size: 14px !important;
    padding: 5px;
    text-align: left;
    color: #5B5B5B !important;
}
.my_wish_table_2.p_tag{
	padding: 12px !important;
}
.my_wish_table span{
	font-size: 10px !important;
    color: #f04e75;
	cursor: pointer;
}
.after_wishlist_model_css .modal-dialog {
    max-width: 570px !important;
}
.after_wishlist_model_css .modal-header {
    border-bottom: none;
	padding: 10px !important;
}
.donate_now_radio:checked:after {
    background-color: #f04e75 !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.save_later_radio:checked:after {
    background-color: #f04e75 !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.my_remove_wishlist_img{
	height: auto;
    width: 65px;
}
.remove_wish_span{
	color: #5B5B5B;
    font-family: 'regular' !important;
}
 .sort-point{
	 cursor:pointer!important;
	 text-align: right; 
	 margin: 0px 17px 0px 0px;
 }

 .scrollable_div{
	 max-height: 150px;
    overflow-y: scroll;
 }
 .edit-style{
	     margin-left: 150px;
 }
 .pt-10{
	     padding-top: 1rem!important;
 }
 .dec1{
	     text-decoration: underline;
 }
.size_14{
	    font-size: 14px !important;
} 

.sort_select{
	border: none!important;
	background-image:none!important;
}

.new_pt{
  margin: 18px 0px 0px 100px; 
}
.mtop-18{
  margin: 18px 0px 0px 0px;
}
.h_margin{ 
margin-left: 300px;
}
@media (max-width: 768px) {
  .h_margin {
    margin-left: 0;
  }
}  
.bold_div{
	font-weight: bold !important; 
}
.size_new{
	font-size: 11px !important;
}
.slct_sort{
	background-image:none;
	border:none;
	color:black!important;
	 font-size: 13px!important;
	}
.blk_color{
		color:#999FAE !important;	
	}
.text-list{
	display: flex;
    border-bottom: 1px solid #E2E3E8 !important;
}
 .slider_control {
   text-align:left;
  }
@media only screen and (max-width: 600px) {
  .slider_control {
   text-align:center!important;
  }
}
.custom-link{
	color: black;
    text-decoration: underline;
}

.vali_border{
    border: 1px red solid!important; 
}
.err{
    color: #999FAE;
    position: absolute;
    right: -220px; 
    width: 211px;
    bottom: 17px;
	font-size: 13px;
 }
 @media only screen and (max-width: 600px) {
  .err {
    position: unset;
  }
}

.modelerr{
    color: #999FAE;
    position: absolute;
    right: -194px;
    width: 185px;
    bottom: 17px;
	font-size: 13px;
 }
 @media only screen and (max-width: 600px) {
  .modelerr {
    position: unset;
  }
}
.addresserr{
    color: #999FAE;
    right: -194px;
    width: 185px;
    bottom: 17px;
	font-size: 13px;
 }
 
.imgerr{
    color: #999FAE;
    position: absolute;
    right: 487px;
    bottom: -10px;
    font-size: 13px;
}
 @media only screen and (max-width: 600px) {
 .imgerr {
    right: 120px;
  }
}
.alignleft {
	float: left;
	margin: 0px 0px 0px 10px;
	font-family: bold;
}


.txtborder{
	    border-bottom: 1px solid #E2E3E8;
		font-size:13px!important;
}
.textup{
	text-transform: uppercase;
}
.textnone{
	    text-transform: none!important;
}
.size_13{
	font-size: 13px !important;
}


.tooltiptext{
    display: none;
    position: absolute;
    background: #E2E3E8;
    color: black;
    width: 263px;
    border-radius: 10px;
    font-size: 11px;
}
.newToolTip:hover .tooltiptext{
display:block; 

}

.new_size{
	width: 120%!important;
    height: 450px!important;
}
.display_none{
 display: none !important;
}
.border_none:hover{
 border: none !important;
}
.border_none:hover{
 border: none !important;
}
.border_none{
 border: none !important;
}
.feed{    
padding: 20px;
border-bottom:1px solid #E2E3E8;
}
.margin_labbel{
	margin-bottom:15px;
}
.label_font{
	font-family: medium;
}
.btm_border{
	 border-bottom:none!important;
}
.float_right{ 
	float: right;
	text-align:right !important; 
	cursor: pointer;
}
.mar_top{
	margin-top: -31px;

}
.form-check.terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forgot-password-container {
    margin-right: 10px; /* Adjust this value as needed */
}

.form-check-label.light_black {
    margin-left: 5px; /* Optional adjustment for additional fine-tuning */
}

.pass-margin:hover
{  
	text-decoration:none;
}

.decoration:hover{ 
text-decoration:none;	
}

.rem-margin{
	margin-top: 0.5rem !important;
}

.gap-none{ 
	margin-bottom: 0px !important;
}

@media (max-width: 576px) {
        /* Apply styles only on screens smaller than or equal to 576px (sm breakpoint) */
        .mobile-button {
            border-radius: 11px 11px 11px 11px;
        }
    }   
@media (max-width: 576px) {
        /* Apply styles only on screens smaller than or equal to 576px (sm breakpoint) */
        .serial-no {
            border-radius: 0px 0px 0px 0px;
        }
    }   
	
 #viewIdsLink {
    margin-left: 19.5rem;  
  }

  @media only screen and (max-width: 600px) {
    #viewIdsLink {
      margin-left: 40px; /* Adjust the margin for smaller screens */
    } 
  } 	
 @media only screen and (max-width: 600px) {
    #viewIdsModal .modal-dialog {
      max-width: 90%; /* Adjust the maximum width for smaller screens */
      margin: auto;
    } 
  }
  /* Add this to your CSS styles */
/* Add this to your CSS styles */
.swal2-icon.swal2-warning {
    border-color: #64C1E8 !important;
	transform: scale(0.7);
	margin-bottom: 12px;
	margin-top: -6px;
}
 
/* Custom CSS File */

.newfieled {
    /* Common styles for all .newfieled elements */
}

.branchstyle{
	 margin: auto;
}
.newfieled.col-sm-2 {
    margin-right: 9px;
}

.newfieled.col-sm-3 { 
   padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2px;
    margin-right: 4px; 
}

/* Add CSS rules for other classes with inline styles */

.login_buttons.blue.col-sm-1 {
    margin-bottom: -4px;
    padding-right: 0px !important;
    /* margin-right: -18px; */
    margin-left: -25px;
}



@media (max-width: 991px) {
    /* Hide the first div in mobile and tablet views */
    .first-div {
        display: none !important;
    }
	select.form-control.new2 option:first-child {
        text-align: center;
    }
    /* Show the second div in mobile and tablet views */
    #productdiv {
        display: block !important;
        max-width: none !important;
    }

    /* Set the width of select elements inside #productdiv to 100% */
    #productdiv .newfieled select {
       /* width: 100% !important;*/
	   margin-left: 0.rem;
    }

    /* Set responsive styles for select elements */
    #productdiv .responsive-select {
		min-width: 103%;
		margin-left: 0.1rem;
		text-align: center;
    }

    /* Set responsive styles for input elements */
    #productdiv .responsive-input {
		max-width: 93.7%;
		margin-left: 1rem;
    }

    /* Set responsive styles for buttons */
    #productdiv .responsive-btn {
        min-width: 20%;
		margin-left: 10rem;
        border-radius: 1rem !important;
    }
}

.flex-display{
	display: flex;
	margin: auto;
}


 
/* styles.css */
@media (max-width: 767px) {
    .flex-display {
        display: block; /* or any other value you want */
		padding: 12px;
    }
	.newfieledd{
	margin-left: 0rem;
    margin-right: -0.6rem;
	}
	
	 .newfieled select {
    width: 101% !important;
    margin-left: 0rem;
    }
} 




/* Add this CSS in your stylesheet or <style> tag */

/* Adjust modal width for small screens */
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
}

/* Adjust modal title style */
#exampleModalScrollableTitle1 {
    text-align: center;
}
 
@media (max-width: 768px) {
    .scroller-container .modalborder, 
    #list_view_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* Allow horizontal scrolling */ 
        width: 184%; /* Adjust width as needed */
        margin-top: 1rem;
    }
    
    .scroller-container label,
    #list_view label {
      width: 116px;
        /* margin-right: -27px; */
        /* margin-top: 7px; */
        margin-top: 7px;
    
    } 
	#addbranch_id {
    white-space: unset;
    overflow: ellipsis;
    padding-right: 0;
    width: 43%;
    text-align: center;
}
}

@media (max-width: 768px){
	.newbtn1{
		 margin-top: 2px !important;
         margin-right: 66px !important;
	}
} 
  
@media (max-width: 768px) {
    .modal-content.rounded.new_size {
  margin-right: 4rem;
  margin-left: 0.1rem;
  max-width: 99%; 
  margin-top: 0.1rem;
}   
}


@media (max-width: 768px) {
    .row.remove-product-button.btn_wid {
  display: contents;
}
}


@media (max-width: 768px) {
.col-md-12.size_14.grey.edit-style.cursor-pointer.edit-multi-org-address {
  display: flex;
  margin-left: -14px;
}

.vrd_rating.new_pt {
  margin-left: 0px;
  margin-top: 1rem; 
}
.vrd_rating {
  background: #64C1E8;
  width: 70px;
  display: block;
  height: 30px;
  line-height: 27px;
  font-size: 15px !important;
  color: white !important;
  border-radius: 25px;
  text-align: center;
  margin-top: -8px;
  font-family: medium !important;
  margin-left: 1rem;
}
}
#unread-count{
  position: absolute;
  top: 0px;
  right: -2px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
} 

@media (max-width: 768px) {
#unread-count{
	position: absolute;
    top: -1px;
    right: -13px; 
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
} 
}