.boxdiv {
    display: inline-block;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    border-radius: 3px;
    transition: box-shadow .3s;
    margin: 0px 0;
    cursor: pointer;
   
}


.boxdetail {
    background-color: #fff;
    
   
}
.boxcont {
    padding: 20px;
}

.boximg img {
    width: 100%;
}

.boxdetail h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.brdddiv {
    border-top: 1px solid #eee;
       margin-top: 20px;
}

.boxdetail p {
    color: #777;
}

.numdiv h3 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    line-height: 23px;
    margin-top: 0;
}

.numdiv small {
    font-size: 15px;
    color: #777;
}

.perdiv {
    display: inline-block;
    width: 58%;
}

.daydiv {
    display: inline-block;
    text-align: right;
    width: 40%;
}






.progress.gradient.progress-inverted {
    background: #009e7a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA5ZTdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWNmMDFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#009e7a),color-stop(50%,#acf01b),color-stop(100%,#fff318));
    background: -webkit-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -o-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -ms-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009e7a", endColorstr="#f6eb21", GradientType=1);
    border: 1px solid #000;
    height: 10px;
    border-radius: 2px;
    margin: 5px 0 0 0;
}

span.sr-only.ng-binding {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.progress-bar.progress-bar-primary {
    
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00ad86;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    width: 20%;
    background: #fff;
}
.progress-inverted .progress-bar {
    float: right;
}

a.view {
    background-color: #f4f4f4;
    color: #5e5e5e;
    border-bottom-left-radius: 3px;
}

.boxbtns {
    margin-top: 30px;
}

.boxbtns a {
    padding: 10px 60px;
    text-decoration: none;
}


.boxdiv:hover {
    box-shadow: 0 7px 20px rgba(0,0,0,.25);
}

.progressborder{border:1px solid #000!important}
.progresscolor{color:#000!important;background: linear-gradient(45deg,#fff318 0,#acf01b 50%,#009e7a 100%);}


.t1_boxdiv {
    display: inline-block;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    border-radius: 3px;
    transition: box-shadow .3s;
    margin: 0px 0;
    cursor: pointer;
}

.t1_boxdetail {
    background-color: #fff;
}

.t1_boxcont {
    padding: 20px;
}

.t1_boximg img {
    width: 100%;
}

.t1_boxdetail h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.t1_brdddiv {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.t1_boxdetail p {
    color: #777;
}

.t1_numdiv h3 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    line-height: 23px;
    margin-top: 0;
}

.t1_numdiv small {
    font-size: 15px;
    color: #777;
}

.t1_perdiv {
    display: inline-block;
    width: 58%;
}

.t1_daydiv {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.t1_progress.t1_gradient.t1_progress-inverted {
    background: #009e7a;
    background: linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    border: 1px solid #000;
    height: 10px;
    border-radius: 2px;
    margin: 5px 0 0 0;
}

span.t1_sr-only.t1_ng-binding {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.t1_progress-bar.t1_progress-bar-primary {
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00ad86;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
    width: 20%;
    background: #fff;
}

.t1_progress-inverted .t1_progress-bar {
    float: right;
}

.t1_a.t1_view {
    background-color: #f4f4f4;
    color: #5e5e5e;
    border-bottom-left-radius: 3px;
}

.t1_boxbtns {
    margin-top: 30px;
}

.t1_boxbtns a {
    padding: 10px 60px;
    text-decoration: none;
}

.t1_boxdiv:hover {
    box-shadow: 0 7px 20px rgba(0,0,0,.25);
}

.t1_progressborder {
    border: 1px solid #000!important;
}

.t1_progresscolor {
    color: #000!important;
    background: linear-gradient(45deg,#fff318 0,#acf01b 50%,#009e7a 100%);
}



.t2_sliderHeader {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.t2_sliderCategoryMain {
	height: 40px;
/*     border: 1px solid '.$accentcolor1.'; */
    border-radius: 40px;
	display: flex;
	padding: 10px;
    justify-content: space-between;
    align-items: center;
    color: black;
}
.t2_sliderCategory {
	padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    border-radius: 15px;
    animation-timing-function: ease-in-out;
}
.t2_selectedbackground {
/* 	background: '.$accentcolor1.'; */
    color: white;
}
.t2_sliderMainDiv {
	width: 100%;
}
.t2_sliderArrow {
	width: 35px;
    height: 391px;
    border: 0px solid red;
    display: flex;
    align-items: center;
}
.t2_sliderArea {
	width: calc(100% - 20px);
    border: 0px solid red;
    display: flex;
	justify-content:center;
	overflow-x: scroll;
    margin-left: 10px;
    margin-right: 10px;
	padding-left:40px;
    scroll-behavior: smooth;
}
.t2_sliderArea::-webkit-scrollbar {
  height: 10px;
}
.t2_sliderArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.t2_sliderArea::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 10px;
}
.t2_sliderArea::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
.t2_events {
	width: calc(100% - 20px);
	max-width: 350px;
    min-height: 158px;
    border: 0px solid black;
    margin-left: 10px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px #c0c0c0;
}
.t2_imageDiv {
    margin: auto;
    height: 170px;
    background-color: #ddd;
    border: 0px solid red;
    border-radius: 10px;
    overflow: hidden;
	display: flex;
	align-items: center;
}
.t2_sliderHeading {
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
	min-height: 28px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t2_sliderCategoryDiv {
    margin-top: 15px;
}
.t2_sliderDetailsDiv {
    margin-top: 10px;
}
.t2_sliderCategorySpan {
    background-color: #777;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
}
.t2_sliderDescDiv {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.t2_sliderCategoryknowmoreCampaignBtn {
    padding: 9px;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 5px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
/*     border: 2px solid '.$accentcolor1.'; */
	font-weight: bold;
    width: 100%;
    min-width: 120px;
    margin-top: 20px;
}
.t2_donateCampaignBtn {
/*     background-color: '.$accentcolor1.';
    color: '.$accentcolor2.'; */
}
.t2_donateCampaignBtn:hover {
/* 	background: '.$accentcolor2.';
	color: '.$accentcolor1.'; */
}
.t2_shareCampaignBtn {
/* 	background-color: '.$accentcolor2.';
	color: '.$accentcolor1.'; */
}
.t2_shareCampaignBtn:hover {
/* 	background-color: '.$accentcolor1.' !important;
	color: '.$accentcolor2.' !important; */
}
.t2_sliderarrowImg {
    width: 30px;
    height: 30px;
	font-size: 20px !important;
    border-radius: 25px;
    border: 0px solid red;
    padding: 5px;
}
.t2_sliderarrowImg:hover {
    background-color: white;
    box-shadow: 0px 3px 5px 1px #444;
}
.t2_sliderImg {
    width: 100%;
}
.t2_sliderHeaderTitle {
    margin-left: 50px;
	font-weight: bold;
	font-size: 30px;
}
.t2_campaignOverlayBackground {
    position: fixed;
    z-index: 999999;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
	left: 0px;
	top: 0px;
}
.overlayDiv{
    position:fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
	left:0px;
	top:0px;
}
.t2_overlayContainerDiv{
    position: relative;
    margin: auto;
    width: 80%;
    height: 70vh;
    margin-top:15vh;
    background-color: #fff;
	border-radius:10px;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left;
}
.txt-center{
    text-align: center;
}
.overlayHeading{
    align-items: center;
}
.campaignHeading{
    box-sizing: border-box;
    padding:15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    box-shadow: 0px 3px 5px 1px #Ddd;
}
.campaignDonateBtn{
 
    margin-right: 20px;
}
.border{
    border:1px solid red;
}
.t2_campaignOverlayMainCont {
    margin-top: 30px;
    box-sizing: border-box;
}
.t2_campaignOverlayFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15vh;
    background-color: #fff;
    box-shadow: 0px -3px 5px 1px #Ddd;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 10px; 
    padding-right: 10px;
    display: flex;
    border: 0px solid red;
    align-items: center;
}
.t2_closeCampaignOverlay {
    border-radius: 50%;
    background: #000;
    height: 30px;
    width: 30px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    right: 0px;
	top: 5px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.closeCampaignOverlayCont{
	position: relative;
    width: 81%;
    z-index: 4;
    margin: auto;
    margin-top: 12vh;
}
.d-flex-768{
	display:flex;
}


	.campaignOverlayBackground{
    position:fixed;
    z-index: 999999;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
	left:0px;
	top:0px;
}
.overlayDiv{
    position:fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
	left:0px;
	top:0px;
}
.t2_overlayContainerDiv{
    position: relative;
    margin: auto;
    width: 80%;
    height: 70vh;
    margin-top:15vh;
    background-color: #fff;
	border-radius:10px;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left;
}
.txt-center{
    text-align: center;
}
.overlayHeading{
    align-items: center;
}
.campaignHeading{
    box-sizing: border-box;
    padding:15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    box-shadow: 0px 3px 5px 1px #Ddd;
}
.campaignDonateBtn{
 
    margin-right: 20px;
}
.border{
    border:1px solid red;
}
.campaignOverlayMainCont{
    margin-top: 30px;
    box-sizing: border-box;
}
.campaignOverlayFooter{
    position: absolute;
    bottom:0px;
    width: 100%;
    height: 15vh;
    background-color: #fff;
    box-shadow: 0px -3px 5px 1px #Ddd;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 10px; 
    padding-right: 10px;
    display: flex;
    border:0px solid red;
    align-items: center;
}

.campaignOverlayMainCont div{
    padding:10px;
}
.overlayCampaignHeading{
    height:73vh;overflow-y: scroll;
}
.overlayCampaignHeading::-webkit-scrollbar{
    display: none;
}
.progressndonateCont{
/*	position:absolute;
	bottom:10px;
	width:93%;*/
}
.pd-10{
padding:10px;
}
.t2_closeCampaignOverlay{
border-radius: 50%;
       background: #000;
    height: 30px;
    width: 30px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    right: 0px;
	top: 5px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.closeCampaignOverlayCont{
	position: relative;
    width: 81%;
    z-index: 4;
    margin: auto;
    margin-top: 12vh;
}
.d-flex-768{
	display:flex;
}

	
	
.overlayDiv{
    position:fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
	left:0px;
	top:0px;
}

.t2_overlayContainerDiv{
    position: relative;
    margin: auto;
    width: 80%;
    height: 70vh;
    margin-top:15vh;
    background-color: #fff;
	border-radius:10px;
}
.campaignHeading{
    box-sizing: border-box;
    padding:15px;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    box-shadow: 0px 3px 5px 1px #Ddd;
}


@media (max-width: 768px) {
    .t2_sliderHeader {
        display: unset;
    }
    .t2_sliderCategoryMain {
        display: unset;
        border: 0px;
        text-align: center;
    }
    .t2_sliderHeaderTitle {
        text-align: center;
    }
	.t2_events {
		width: 100%;
	}
	.t2_sliderArea {
		width: 100%;
	}
	.t2_overlayContainerDiv {
		width: 94%;
	}
	.d-flex-768{
		display:block;
	}
}





  .t3_circularBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .t3_percentage {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
  }

  .t3_txt-center {
    text-align: center;
  }

  .t3_campaignGoal {
    font-size: 17px;
    margin-top: 20px;
    font-weight: bold;
  }

  .t3_shareDonateBtnCont {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  .t3_shareDonateBtn {
    padding: 8px;
    font-size: 15px;
    margin: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 130px;
    border-radius: 20px;
  }

  .t3_campaingBox {
    width: 300px;
    box-shadow: 0px 0px 5px 5px #eee;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 15px;
    margin-top: 20px;
    background: #ffffff;
  }

  .t3_donate {
    background-color: #d5d1b3;
    color: #000;
    cursor: pointer;
    border: 0px;
  }

  .t3_donate:hover {
    background-color: #b1a971;
    color: #000;
  }

  .t3_share {
    border: 0px;
  }

  .t3_share:hover {
    background-color: #c9c9d3;
    color: #000;
  }

  .t3_campaignHeader {
    font-size: 17px;
    font-weight: bold;
  }

  .t3_campaignContainer {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  @media (max-width: 768px) {
    .t3_campaignContainer {
      display: grid;
      grid-template-columns: auto;
    }
  }