
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
body {
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  font-weight: 300;
}

 h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: 'Lato', sans-serif !important;
}
  p {
    font-weight: initial;
    color: #333;
    letter-spacing: 0.03rem;
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    line-height: 26px;
    }
    
/*------search--povider-----*/

.margin-top-bottom {
    margin-top: 80px;
    margin-bottom: 60px;
  }
.main-title{
    color: #A32638;
    font-size: 30px;
}
.edit-section {
    padding: 24px;
    margin-top: 15px;
    background-color: #FAF4F5;
    border: 1px solid #E4C0C6;
    border-radius: 5px;
  }
  .form-control {
    border: 1px solid #E4C0C6;
   }
 
  .btn-clear {
    background-color: #C8C3C4;
    border-color: #B5A2A5;
    padding: 6px 30px;
  }
.btn-clear:hover {
    color: #212529;
    background-color: #9F9D9E;}
.btn-success {
        color: #fff;
        background-color: #A32638;
        border-color: #A32638;
        padding: 6px 30px;
      }
      .calendar-select .edit-section .btn-success {
        color: #fff;
        background-color: #A32638;
        border-color: #A32638;
        padding: 6px 30px;
      }
      .btn-radio-btn {
        color: #fff;
        background-color: #A32638;
        border-color: #A32638;
        padding: 6px 30px;
        font-size: 13px;
        margin-right: 8px;
      }
      .btn-radio-btn:hover {
        color: #fff;
        background-color:#6D6E71;
        border-color: #6D6E71;
      }
      .btn-success:hover {
        color: #fff;
background-color: rgba(113, 113, 113, 0.85);
border-color: rgba(113, 113, 113, 0.85);
      }

      .btn-success:focus {
        color: #fff;
        background-color:#6D6E71;
        border-color: #6D6E71;
        outline: none !important;
        box-shadow: none !important;
      }
.providers .providers-btn .btn-clear {
        margin-right: 10px;
      }

  
.providers .providers-content {
    padding-top: 40px;
  }

.providers .providers-content h3{
    font-size: 15px;
    color: #A32638;
    font-weight: 600;     
}

.providers .providers-content p a{
    color: #F10;
text-decoration: none;
}    





.suggest-provider .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #A32638;
  text-align: left;
  background-color: #F5EAEC;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border: 1px solid #E4C0C6;
  font-weight: 700;
  border-radius: 5px !important;}

  .choose {
    padding: 25px;
    background-color: #FAF4F5;
    border: 1px solid #E4C0C6;
    border-radius: 0px 0px 5px 5px;
    margin-top: -3px;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("icon/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(245, 234, 236, 0) !important;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("icon/down-arrow.svg");
    transform: rotate(-180deg);
  }
  .sub-title {
    color: #A32638;
    font-size: 20px;
    
  }
 .suggest-provider .choose .col-md-4 .form-control {
  border-radius: 5px 5px 5px 5px !important;}
  .btn-outline-secondary {
    color: #FFF;
    border-color: #A32638;
    background-color: #A32638;
  }
  .suggest-provider img {
    width: 100%;
  }
  .suggest-provider ul li{
    list-style: none;
  }
  .suggest-provider ul li span{
    font-weight: 600;
  }
  .agree {
    color: #333;
  }
.agree a{ color: #A32638;}
  .suggest-provider .providers-btn .btn-clear{
    margin-right: 20px;
  }

/* search-by-provider-sub */

.prvd-list {
  border: 1px solid #E4C0C6;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 40px !important;
}
.prvd-list .img{
  display: block;

}
.prvd-list-top {
  background: #faf4f5;
  padding: 0px 15px;
  border-radius: 5px;
}

/*-------sort--section del-area---*/
.items-listing .prvd-list-top h6 span{
  font-size: 18px !important;
}
.items-listing .prvd-list-top h6 {
padding-left: 10px;
border-right: 1px solid #333;
margin-bottom: 1rem;
color: #A32638;
/* display: flex;*/}

.items-listing .prvd-list-top p {
  color: #333;
  font-weight: initial;
}

.sort{
  display: flex;
  justify-content: end;
}

/*-------sort--section del-area---*/


.items-listing h2{
  color: #A32638;
  display: inline-block;
    vertical-align: top;
}

.items-listing  .prvd-list-top p span{
  color: #A32638;
}
.about {
  background-color: #faf4f5;
  padding: 35px;
}

.items-listing  .about ul{
  padding-left: 1rem !important;
}

.items-listing .items .about ul li{
  line-height: 33px;
  letter-spacing: 0.01rem;
}
.items-listing .items hr{
  background-image: linear-gradient(101deg, rgb(255, 255, 255) 0%, rgb(163, 38, 56) 52%, rgb(255, 255, 255) 100%);
border: 0;
height: 2px;
}
.items-listing .items .ads span{
  font-size: 16px;
}
.items-listing .items .ads p span{
  font-size: 16px;
  color: #A32638;
  word-wrap: break-word;
}
.items-listing .items .about h6{
  font-weight: 600;
}
.items-listing .prvd-list-top p span{
  color: #A32638;
}
.items-listing .prvd-list-top .found{
  color: #A32638;
}
.items-listing .items .col-md-4 .img{
  display: flex;
justify-content: end;
}

/*----pagination----*/
 .pagination .page-item {
  padding-right: 5px;
}
.page-link {
  position: relative;
  display: block;
  color: #A32638;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0px 6px;
}
.page-item:first-child .page-link
{border-radius: .25rem;}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
  border-radius: .25rem;
}
.next{
  background-color: #A32638;
  color: #ffffff;
}
.page-link:hover {
  z-index: 2;
  color: #A32638 !important;
  background-color: #fff !important;
  border-color: #A32638 !important;
}
/*----pagination----*/
/* search-by-provider-sub */


/*------calenter-----*/
.calendar-select .form-check {
  padding-right: 10px;
  
}
.calendar-select .arya{
  background-color: white;
  padding: 0px 7px 7px 7px;
  border-radius: 10px;
  border: 1px solid #E4C0C6;
  display: flex;
  justify-content: center;
  font-size: 13px !important;
  min-height: 45px;
  padding-top: 9px;
  vertical-align: bottom;
}
.calendar-select .edit-section {
  padding: 14px !important;}

.calendar-select .arya ul{
  list-style: none;
  padding-left: 0rem;
margin-bottom: 0rem;
}
.calendar-select .arya ul li .nav-link{
  padding: 0rem 0.4rem;
  color: #333;
  font-size: 1rem;
}

.calendar-select .arya .btn-success {
font-size: 15px;
padding: 1px 10px;}

.calendar-select .arya ul .dropdown-menu{
min-width: 0rem;}







/*------calenter-date-----*/

/* declare a 7 column grid on the table */
#calendar {
	width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

#calendar tr, #calendar tbody {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
 width: 100%;
}

caption {
	text-align: center;
  grid-column: 1 / -1;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 0;
}

#calendar a {
	color: #8e352e;
	text-decoration: none;
}

#calendar td, #calendar th {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #E8C8CD;
}

#calendar .weekdays {
	background: #8e352e;  
  border-radius: 10px 10px 0px 0px;
}


#calendar .weekdays th {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 15px 6px;
color: #fff;
font-size: 15px;
}

#calendar td {
	min-height: 100px;
  display: flex;
  flex-direction: column;
}

#calendar .days li:hover {
	background: #d3d3d3;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	/* background: #333; */
	color: #333333;
	/* width: 30px; */
	/* border-radius: 50%; */
  flex: 0 0 auto;
  align-self: start;
  font-size: 16px;
  height: 30px;
width: 30px;
font-weight: 700;
}
.event-time{
  font-weight: 600;
  font-size: 11px;
  margin-top: 0px !important;
}

#calendar .event {
  flex: 0 0 auto;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px 8px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #e4f2f2;
	
	color: #3c3c3c;
	text-decoration: none;
  margin-bottom: 10px;
}

#calendar .event-desc {
  color: #000;
  margin: 3px 0 3px 0;
  text-decoration: none;
  line-height: 14px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 400;
}

#calendar .separated-section {
	background: #FAF4F5;
	color: #666;
}

.hyper-link{
color: #A32638;
text-decoration: underline;}
.hyper-link:hover{
  color: #60141f;}


#calendar .fun{
  border-top: 7px solid #34763B;
  background: #D3FFD8;
}
.fun{color:#34763B;}

#calendar .training{
  border-top: 7px solid #DD9933;
  background: #F6DEB8;
}
.training{ color: #DD9933;}

#calendar .fundraiser{
  border-top: 7px solid #A32638;
  background: #F9DDE1;
}
.fundraiser{color:#A32638;}

#calendar .general{
  border-top: 7px solid #0C67BB;
  background: #C8E2FB;
}
.general{ color:#0C67BB;}

#calendar .webinar{
  border-top: 7px solid #8224E3;
  background: #E7D1FF;
}
.webinar{ color:#8224E3;}

#calendar .resource{
  border-top: 7px solid #0CADBB;
  background: #CCF7FB; 
}
.resource{color: #0CADBB;}

#calendar .support{
  border-top: 7px solid #EF3AFC;
  background: #FCD0FF; 
}
.support{ color:#EF3AFC;}
.bg-E8{
  background-color: #E8C8CD;
}
.calendar-select .edit-section h5{
  color: #A32638;
  font-size: 1rem;
}

.calendar-select .edit-section .btm-btn{
  text-align: end;
}
.calendar-select .active{color: #A32638;}
.calendar-select .edit-section .btn-success {margin-right: 10px; margin-left: 10px;}
.calendar-select .edit-section .categories{
  display: flex;
justify-content: space-around;
font-size: 15px;
}
#calendar-trigger{  border: 1px solid #e5bdbd;}
#list-trigger{  border: 1px solid #e5bdbd;}
.reset{
  color: #333;
text-decoration: none;
margin-left: 5px;
}
.reset:hover{
  color: #A32638;
}
.sort-click {
  color: #A32638;
  text-decoration: none;
  display: flex;
  padding-left: 5px;
}
.sort-click span{
  color: #333;
}
.sort-click:hover {
  color: #3C3B3B;}

.about .contentfull .show_hide{
  color: #a32638;
text-decoration: none;
font-weight: 400;
display: block;
    text-align: right;
}

.clsbox-1.uploas-img {
  background-color: #f4e7ea;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #a32638;
  padding: 30px 11px;
}
.clsbox-1.uploas-logo {
  background-color: #f4e7ea;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #a32638;
  min-height: 100px;
}
/* .drop-img {
  display: flex;
} */
.srh-btn{margin-left: 10px; margin-right: 10px;}
.upload-image{
  
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
padding-top: 25px;
margin-right: 10px;
  
}
.uploas-img .dz-preview {
  text-align: center;
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
}
.uploas-img .dropzone{
  width: 100%;
}
.search-btn{
  background-color: #A32638;
  border-color: #A32638;
  padding: 6px 30px;
  font-size: 13px;
  margin-right: 8px;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0px 5px 5px 0px;

}


.uploas-img .dz-preview .dz-image img{
  width: 35% !important;
}
.uploas-img .dz-preview .dz-success-mark{
  display: none;
}
.uploas-img .dz-preview .dz-error-mark{
  display: none;
}
.uploas-img .dz-preview {
  text-align: center;
 
}
.uploas-img .dz-preview .dz-remove{
  color: #ff5e5e;
text-decoration: none;
}
.uploas-img .dropzone-previews .dz-default{
  text-align: center;
  margin-bottom: 20px;
}



.upload-image a{
  position: absolute;
  right: 0;
  top: 12px;
  color: #a32638;
  font-weight: bold;
}
.upload-logo-img{
  display: flex;
align-items: center;
margin-top: 30px;
}
.upload-logo-img img {
  width: 50%;
  padding-right: 9px;
}
.upload-logo-img p {
  font-size: 12px;
  display: none ;
}
.delt  {
  text-align: end;
}
.delt span{
  color: #333333b3;
}
.delt span:hover{
  color: #A32638;
}

.uploas-logo .dropzone{
  text-align: center;
  
}
.uploas-logo .dropzone .dz-preview{
  padding-top: 15px;
}

.uploas-logo .dropzone .dz-preview .dz-image img {
  width: 60%; 
}

.drop-img .upload-image img{
  object-fit: cover;
height: 85px;
}

.drop-img .upload-image p{
font-size: 12px;
padding-top: 7px;
display: none;
}

.uploas-logo .dropzone-previews .dz-preview .dz-success-mark{
  display: none;
}

.uploas-logo .dropzone-previews .dz-preview .dz-error-mark{
  display: none;
}


.uploas-logo .dropzone-previews .dz-preview .dz-size {
font-size: 12px;
}
.uploas-logo .dropzone-previews .dz-preview .dz-filename {
  font-size: 12px;

  }

  .uploas-logo .dropzone-previews .dz-preview .dz-remove {
   
    display: none;
    }







.error {
  color: #a32638;
}

.list-page button span{
  background: #fff0 !important;
}
.listing-style{
border: none;
border-radius: 2rem;
box-shadow: 0px 1px 3px #c6c4c4;
background-image: url('../img/list-bg-img.png') !important;
background-size: cover;
position: relative;
overflow: hidden;
display: block;
color: #2E2E2F;
min-height: 200px;
margin-bottom: 35px;}

.listing-style a{
  text-decoration: none;
}

.listing-style .eventlist h5{
  font-size: 0.75rem;
  color: #808080;
  font-weight: 600;
  margin-bottom: 0 !important;
  display: inline-block;
}

.listing-style .eventlist h5 i, span{
  font-weight: 400 !important;
}
.listing-style .eventlist h3{
  font-size: 1.2rem;
  font-weight: 400;
  color: #242424;
}
.listing-style .eventlist p{
  height: 42px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
}

.event-listImg {
  width: 100%;

height: 100%;
min-height: 180px;
align-items: center;
display: flex;
justify-content: center;
padding: 10px;
}
.event-listImg .listing-img-height{
  max-height: 182px !important;
}
.corelisting-bg h4,
.calender-event h4 {
  font-size: 1rem;
  padding: 0px 0px 20px 0px;
  color: #a32638;
    display: block;
}

.btn-radio-btn .material-symbols-outlined{
  background: #a3263800;
}

.calender-list {
  text-align: center;
}

.add-location-section{
  background-color: #fff;
padding: 20px;
border-radius: 5px;
border: 1px solid #a3263840;
margin-bottom: 20px !important;
}

.location-dlt-btn {
  background: #a32638;
  cursor: pointer;
  padding: 7px;
  color: aliceblue;
  border-radius: 5px;
}
.location-dlt-btn:hover {
  background: #631420 !important;
  color: aliceblue !important;}

.btn-primary {
  background: #A32638 !important;
  color: #fff !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
}
.form-select {
  border: 1px solid #e4c0c6;}


  .form-check-input {
    border: 2px solid rgb(163, 37, 55);}
/* ============================
				Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

	#calendar .weekdays, #calendar .other-month {
		display: none;
	}

	#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
  
  #calendar, #calendar tr, #calendar tbody {
    grid-template-columns: 1fr;
  }
  
  #calendar  tr {
    grid-column: 1 / 2;
  }

	#calendar .date {
		align-self: flex-start;
	}
}

/*----provide----*/


.check-area {
  border-radius: 4px;
  max-height: 300px;
  height: 140px;
  background-color: #fbfafc;
  overflow-y: auto;
}

.border {
  border: 1px solid #E4C0C6 !important;
}
.cate-seach {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
/*---------*/

#removeMultipleimg_1  .material-symbols-outlined {
 background: #a32638 !important;
}


@media (min-width: 1200px) {
  .material-symbols-outlined {
    font-size: 24px;
    background: #a32638; 
    border-radius: 46px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin-right: 0px !important;
  }
  .btn-radio-btn {
    padding: 5px 5px !important;
    margin-right: 0px !important;
  }
    
}
@media (max-width: 1399px) {
  .calendar-select .edit-section .btn-success {
    padding: 6px 20px;
    font-size: 11px;
    margin-right: 2px;
  }



.form-check-label {
      font-size: 15px;
    }    
}
@media (min-width: 1400px) {
  .calendar-select .form-check {
    padding-right: 10px;
    padding-top: 3px;
}
}


@media (max-width: 1199px) {
  .items-listing h2 {font-size: 30px;
  }
 .b-n-btn {
  font-size: 12px;
 }
 .b-n-btn {
  font-size: 12px;
 }
 .btn-radio-btn {
 
  padding: 5px 10px !important;}

  .calendar-select .form-check {
    padding-right: 5px;
  }

  .calendar-select .arya{
font-size: 13px;
padding-top: 10px;
align-items: center;

}
.calendar-select .edit-section .btn-success {
  padding: 6px 13px;
  font-size: 12px;
}
.material-symbols-outlined {
  font-size: 21px;
}

.select-date {

  font-size: 18px;

}
.calendar-select .edit-section {
padding: 1px !important;
}
.form-check-label {
font-size: 13px;
}
.calendar-select .arya ul li .nav-link {
  padding: .0rem 1rem;
  color: #333;
  font-size: 0.9rem;
}
.material-symbols-outlined {
  width: 27px !important;}
  .calendar-select .arya ul li .nav-link {
    padding: .0rem 0.2rem;}
}







@media (max-width: 991px) { 
  .searchform.group {
    float: inherit !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
    margin: 55px 0px 10px 0px !important;
}
  .frequencytype .mt-4{margin-top: 5px !important;}
  .frequencytype .mt-5{margin-top: 5px !important;}
  .frequencytype .mb-4{margin-bottom: 5px !important;}
  .frequencytype .freqcls{margin-bottom: 15px !important;}
  .frequencytype input{margin-left: 0px !important;}
  .provider-logo{width: 111px !important;}
  .sort {display: block; justify-content: center; }
  .items-listing .items .ads p span{ word-wrap: break-word !important;}
  .items-listing h2 { font-size: 23px;}
  .items-listing h2 {text-align: center;}
  .items-listing .items .col-md-4 .img {
    display: flex;
    justify-content: center;
  }
  .calendar-select .edit-section .categories {
    display: block;}
    .calendar-select .edit-section .btm-btn {
      text-align: center;
    }
 

    .calendar-select  .edit-section .btn-radio-btn{
    margin-top: 10px;}
    .drop-img {
      display: flex;
      justify-content: center;
    }
    .form-check-label {
      font-size: 13px;
    }
    .calendar-select .form-check {
      padding-right: 3px;
    }
    


}
@media (max-width: 519px) { 
.sort-click{display: inherit !important;}
}
@media (min-width: 520px) { 
.sort {
  display: inline-flex !important;
  justify-content: center;

}
}
@media (max-width: 767px) { 
  .providers-btn {
    padding-top: 24px;
  }


.sort-click {
  padding-bottom: 7px;
}
.listing-style {
  text-align: center;
}

}


@media (max-width: 320px) { 
  .items-listing .prvd-list-top p { font-size: 14px;
  }
  .about {
   padding: 24px;
  } 
  .items-listing .prvd-list-top .sort h6{
    font-size: 9px;
  }
  .items-listing .prvd-list-top .sort p {
    font-size: 16px;
  }
  .pagination .page-item {
    padding-right: 2px;
  }
  .page-link {
    font-size: 13px;
  }
  .pagination li:nth-child(8){display:none !important;}

  .pagination li:nth-child(9){display: none !important;}
  .pagination li:nth-child(10){display:none !important;}
}
.dz-filename{display: none !important;}

.material-symbols-outlined {
  font-size: 24px;
background: #a32638;
  border-radius: 46px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.upload-logo-img .material-symbols-outlined {
  font-size: 20px;
  background: #a32638;
  border-radius: 46px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  top: 0px;
  position: absolute;
  margin-left: -28px;
  text-align: center;
 
}
.sort .material-symbols-outlined{background: none !important;}
.page-item.active .page-link{background-color: #a32638;
  border-color: #a32638;}
  .form-check-input:checked {
    background-color: #a32638;
    border-color: #a32638;
}
.providers .form-check-label{font-size: 14px !important;}
.fstChoiceRemove{    color: #514343 !important; }

.fstChoiceItem {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  margin: 2px 2px;
  padding: 0px 8px 0px 23px;
  float: left;
  border-radius: 0.25em;
  border: 1px solid #dac1c5 !important;
  cursor: auto;
  color: #343131;
  background-color: #faf4f5 !important;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s;
}
.prvd-list .card{
  height: 100px;
overflow: hidden;
margin-top: 20px;
border: none !important;
}

.fstResultItem{
  border-top: 1px solid #f9dfe3;
    font-weight: 600;
    color: #9b1f1f;
}
.subcls{ font-size: .9rem !important;
  padding-left: 30px;
  color: #333 !important;}
  .prvd-list .ads{padding-left: 18px !important;}
  .prvd-list .ads a{color:#a32638 ; text-decoration: none; word-wrap: break-word;}
  .accordion-button::after{display: none !important;}
  #attachsingleimage .upload-logo-img{
    position: relative;
      max-width: 400px !important;
      height: 100px !important;
      overflow: hidden !important;
  }
.provider-logo{max-width: 150px !important;}
.verified-badge {
  background: url(../img/verified-badge.png) no-repeat;
  width: 140px;
  display: inline-block;
  height: 60px;
  background-size: contain;
}
.email-verified-badge{
  background: url(../img/email-verified.png) no-repeat;
  width: 120px;
  display: block;
  height: 77px;
  background-size: contain;
  }
.flex-preload img{width: 100px; height: 100px; margin: auto; display: block;}
.flex-preload p{font-size: 1.4rem !important;}
.processing-preload{ position: fixed !important;}
.flex-preload {margin-top: 220px !important;}
.modal-header .close{border: none;
  font-size: 2rem !important;
  background: no-repeat;}
  .wb-vw-sec #userimage{width: 120px !important;}
 #eventDetailstext #userimage{width: inherit !important;}
 #eventDetailstext h3{ font-size: 1.3rem;  padding-bottom: 10px;}
 #eventDetailstext .my-2 p:first-of-type{font-weight: 600 !important; margin-bottom: 5px !important; display: inline-block; min-width: 170px;}
 .wb-vw-sec .my-2:first-of-type{display: block;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 32px !important;}
 #eventDetailstext .my-2 p{display: inline-block;}
 #eventDetailstext .my-2 a{color: #9b1515;}
 .icon-sec span{display: none;}
 .icon-sec p{ color: #9b1515;
  font-weight: 500;
  line-height: 20px;}
  #eventDetailstext h5{  
    border-top: 1px solid #d0cccc;
    padding-top: 20px;
   
  }
  #eventDetailstext .about_provider{
    background: #f2f2f2;
    padding: 10px 30px;
    border-radius: 12px;
    margin-bottom: 20px !important;
  }
  .edit-section a{text-decoration: none !important;}
  .todaycls{

  }
.no-data-found{display: block;
  margin: auto;
  width: 300px;}
  .mandatory{color: #9b1515}

  .hc{
    display:none;
  }
  .hc + label {
    margin: 5px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px 0px 0px 0px;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding-left: 0px !important;
  }
  .hc:checked + label {
  display: inline-block;
  background-color: #a32638;
  color: #fff;
  
  }
  .week-ck input{
    display: none !important;
  }
  
  .title-group{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title-group p{
    padding-left: 15px;
    margin-bottom: 0;
  }
  
  .title-group label{
    color: #444343;
    font-weight: 600 !important;
  }
     
  .bg-colour-card {
    background-color: antiquewhite;
    padding: 15px 0px;
    border-radius: 10px;
  }
  .accordion-item input[type="radio"] {
    height: 20px;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.accordion-item input[type="radio"]::before {
    content: "";
    background: #a32638;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    position: absolute;
    display: none;
}
.accordion-item input[type="radio"]::after {
    content: "";
    border: 2px solid #a32638;
    width: 18px;
    height: 18px;
    border-radius: 30px;
}
.accordion-item input[type="radio"]:checked::before {
	display: block;
}
.event-calender{}
  .event-calender .datetimepicker{border-radius: 6px;
    border: 1px solid #ceafb3;
    padding: 8px; width: 140px;}
  .edit-section .form-check a{
 padding-right: 10px;
border:1px solid #f6aeae !important;
padding: 6px;
display: inline-block;
width:100%;
border-radius: 4px;
text-align: center;
background: #fff;
  }
.categories .form-check a.active{
  color: #fff !important;
    background: #a42639 !important;
}
.contentfull p{word-break: break-word;}
  .edit-section .categories .form-check {padding-left: 0px !important; justify-content: center; display: flex;}
  .edit-section h5{padding-bottom: 10px !important;}
@media (min-width: 1440px) { 
  .edit-section #distancesearch .filters{ margin: 0px 6px 0px 6px !important;}
}

/* ============================
			Updates after live 6/4/2023
   ============================*/
   span.featured-tag {
    background: #fff;
    padding: 2px 9px;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: 1px;
    display: inline-block;
    color: #8e352e;
  }
  .lb-closeContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }
   .dz-error-message span{
    font-size: .8rem !important;
    color: #e41e1e;
  }
  .modal-body .activity-details img{margin-bottom: 30px !important;}
   .bg-primary {
    background-color: #A32638!important;
}
.dropdown-item {
  font-weight: 300;
  color: #A32638;
}

.footer-widget .h3, h3 {
  font-size: inherit !important;
}

.footer-widget p{
  color: #fff !important;
}

.contact-bg .btn.btn-primary{
  padding: 15px 30px !important;
}
.providers-btn .btn{
  padding: 18px 30px !important;
  font-size: .7rem !important;
}
.edit-section #distancesearch .filters {
  margin: 0px 6px 0px 6px !important;
  padding: 3px 10px !important;
  text-align: center !important;
}

.modal-body .activity-details img{
  width: 100%;
	margin:auto;
	display:block;

}

.provider-img{min-height: 130px !important;
  max-height: 140px;
  overflow: hidden !important;
}
@media (max-width: 440px) { 
.suggest-provider .providers-btn .btn-clear{
  margin-right: 10px !important;
}
.providers-btn{padding-top: 0px !important;}
.providers-btn .btn {
  padding: 18px 20px !important;
  font-size: .7rem !important;
 
}
.modal-body .activity-details img{margin-bottom: 30px !important;}
ul.dropdown-menu li{
  font-size: .8rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('ellipsis.xml#ellipsis');
  display: block;
  width: 254px;
}
.calendar-select .edit-section{padding: 1.2rem !important;}
.modal-body .activity-details img{width: 100% !important; max-width: inherit;}
#eventDetailstext .my-2 a {display: block !important;}
 
  

}
@media only screen and (max-width: 720px) and (min-width: 550px)  {
  ul.dropdown-menu li{
    font-size: .8rem !important;
  
  }
  .modal-body .activity-details img{margin-bottom: 30px !important; margin-top: 20px !important;}
  .calendar-select .edit-section{padding: 1.2rem !important;}
  .modal-body .activity-details img{width: 100% !important; max-width: inherit;}
}
@media only screen and (min-width: 768px) and (max-width:1200px)  {
  .calendar-select .edit-section{padding: 1.2rem !important;}
  .modal-body .activity-details img{width: 100% !important; max-width: inherit;}
}
@media only screen and (min-width: 992px) and (max-width:1400px)  {
  .calendar-select .edit-section button .material-symbols-outlined{ margin-left: 0px !important;}
  .calender-list .form-horizontal{display: block ruby !important;}
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .modal-body .activity-details img{margin-bottom: 30px !important; margin-top: 20px !important;}
  .edit-section .form-check a {
    padding-right: 10px;
    border: 1px solid #f6aeae !important;
    padding: 6px;
    display: inline-block;
    width: 116px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    min-width: 102px;
    font-size: 10px;
    margin-left: 10px;
    font-weight: bold;
  }
  }
  @media only screen and (max-width: 600px) and (min-width: 320px)  {
  .modal-body .activity-details img{margin-bottom: 30px !important; margin-top: 20px !important;}
  }
  @media only screen and (max-width: 992px) and (min-width: 441px)  {
  ul.dropdown-menu li{
    font-size: .8rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
    width:300px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 800px)  {
  ul.dropdown-menu li{
    font-size: .8rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
    width: 360px;
  }

}
@media only screen and (max-width: 440px) and (min-width: 320px)  {
  .prvd-list .card{height: 140px !important;}
}
@media only screen and (max-width: 767px) and (min-width: 441px)  {
  .prvd-list .card{height: 240px !important; }
}
@media only screen and (max-width:2600px) and (min-width: 768px)  {
  .prvd-list .card{height:82px !important; }
}

@media only screen and (max-width:799px) and (min-width: 425px)  {
ul.dropdown-menu li{
  font-size: .8rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('ellipsis.xml#ellipsis');
  display: block;
  width:360px;
}
}


@media (min-width: 993px) { 
  .navbar-expand-lg .navbar-nav .dropdown-menu{left: -430px !important; min-width: 460px !important;}

}