body{background-color: rgba(243, 243, 243, 0.42);}
.form-section{margin: 60px 0px; font-family: Arial;}
.frm{ margin: 0px auto; width: 50%;min-height: 300px; padding: 20px; background-color: #fff; border-top: 6px solid #00adff; border-radius: 4px 4px 0px 0px; box-shadow: 0px 0px 5px #ccc; }
.frm h4{font-size: 22px;}
.frm h5{font-size: 14px; font-weight: 600; margin: 25px 0px;}
.frm p{ font-size: 14px;line-height: 20px; }
.frm label{width: 100%; display: block; font-size: 14px;}

.frm .form-inner {position: relative; /*width: 60%;*/ z-index: 9;}
.form-grp{margin-bottom: 30px; width: 53%; position: relative;}
sup{top: 2px;font-size: 20px;}

.error input{border-bottom: 2px solid #FF5722 !important; }
.error .border{border-bottom: 2px solid #FF5722 !important; }
.error .label, .error span{color:#FF5722 !important}
.error .psuedo_select{border-color: #FF5722 !important;}
.error .psuedo_select span.selected{color: #333 !important;}

.tooltip-inner {
    width: 200px;
}

.inp {position: relative; margin: auto;width: 100%; /*max-width: 280px;*/}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #9098a9;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.inp input:hover { background: rgba(34,50,84,0.03);}
.inp input:not(:placeholder-shown) + span { color: #5a667f; transform: translateY(-26px) scale(0.75);}
.inp input:focus { background: none; outline: none;}
.inp input:focus + span {color: #07f; transform: translateY(-26px) scale(0.75);}
.inp input:focus + span + .border {transform: scaleX(1);}

/*----------for select----------*/
label.field {
  border-radius: 2px;
  color: #666;
  display: block;
  margin: 0px;
  padding: 8px 0px;
  opacity: 0;
  position: relative;
  transition-property: opacity;

}
label.field span {
  color: #9098a9;
  display: block;
  /*font-size: 16px;*/
  height: 20px;
  line-height: 20px;
  left: 9px;
  font-weight: normal;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  top: 32px;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  transition-property: color, font-size, top;

}
label.field span.required::after {
  color: inherit;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.error label.field span {
  color: #f02318;
}
label.field .psuedo_select {
  background: rgba(255, 255, 255, 0);
  position: relative;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: #9098a9;
  cursor: pointer;
  /*font-size: 20px;*/
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 24px 0px 0 0;
  min-width: 250px;
  padding-top: 24px;
  outline: 0;

}
label.field .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transition-property: background;
}
label.field .psuedo_select .selected {
  height: 24px;
  left: 1px;
  line-height: 24px;
  opacity: 0;
  position: absolute; color:#333;
  top: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
}
label.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  height: 0;
  list-style: none;
  font-size: 15px;
  font-weight: normal;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1px;
  pointer-events: none;
  transition-property: height, opacity;
  width: 100%;


}
label.field .psuedo_select ul li {
  height: 32px;
  padding: 8px 4px;
}
label.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;

}
/*label.field.focused {color: #007bed;}
label.field.focused .psuedo_select { border-color: #007bed;}*/
label.field.focused .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
label.field.focused .psuedo_select ul { opacity: 1; pointer-events: all; position: absolute;
    z-index: 99;}
/*------------select end----------*/

.frm .submit{ margin-top: 20px;
    display: inline-block; background-color: #5cb85c; color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



/*----------thanks page----------*/
.thanks{ margin: 0px auto; text-align: center; width: 40%;min-height: 150px; padding: 20px; background-color: #fff; border-top: 6px solid #00adff; border-radius: 4px 4px 0px 0px }
.thanks h4{font-size: 22px;}
.thanks p{ font-size: 14px;line-height: 20px; }

.unsuccess-payment{display:none; margin: 0px auto; text-align: center; width: 40%;min-height: 150px; padding: 20px; background-color: #fff; border-top: 6px solid #f00; border-radius: 4px 4px 0px 0px}
.unsuccess-payment h4{font-size: 22px;}
.unsuccess-payment p{ font-size: 14px;line-height: 20px; }

.payment{ margin-top: 20px;
    display: inline-block; background-color: #5cb85c; color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


footer{width: 100%; min-height: 100px; padding: 20px 0px 0px; background-color: #1e73be; clear: both; color:#fff;font-family: 'Lato', sans-serif;}
footer .footer-contant{padding:10px 5px; color:#fff; font-size: 16px;}
footer .footer-contant h3{padding: 0px 0px 7px; border-bottom: 0px solid #ccc;
    color: #fff; font-size: 22px; margin-bottom: 10px;}
footer .footer-contant ul{padding:0px; list-style: none;}
footer .footer-contant ul li a{ color: #ddd; text-decoration: none; padding: 5px 0px; display: block;}
footer .footer-contant ul li a:hover{ color: #f1f1f1;}

footer .glry{margin: 0px 0px; width: auto; float: left;}
footer .glry span{margin: 5px; width: auto; float: left; border:1px solid #fff; border-radius:2px;}
footer .glry span img{width: 66px; height: 55px; border-radius:2px;}


footer .all-right{width: 100%; margin: 0px auto; min-height: 50px; background: #446084;
 margin-top: 10px; text-align: center; font-size: 14px; padding:20px 0px;}
footer .all-right a{color: #fff; padding:8px; display: inline-block;}

.scheduleBtn {color: #fff;border: 2px solid #fff;padding: 10px 30px;border-radius: 25px;font-size: 14px;font-weight: 600;display: inline-block;margin: 50px 0 30px;text-transform: uppercase;letter-spacing: 1px;}
.scheduleBtn:hover, .scheduleBtn:focus{background: #446084;border:2px solid #446084;color: #fff;text-decoration: none;}
.footerSocialLinks{padding-left: 50px !important;float: left;width: 100%;}
.footerSocialLinks li a {float: left;margin: 5px;text-align: center;width: 35px;height: 35px;line-height: 25px;border-radius: 50%;background: #000;font-size: 18px;}
.footerSocialLinks .facebookIcon{background: #3a589d;}
.footerSocialLinks .instaIcon{background: #3b6994;}
.footerSocialLinks .twitterIcon{background: #286086;}
.footerSocialLinks .linkedinIcon{background: #3b6994;}
.footerSocialLinks .youtubeIcon{background: #c33223;}

.links{}
.links li{border-top: 1px solid #ececec1f;text-align: center;font-size: 16px}
.links li:first-child{border-top: none;}
.links li a{ line-height: 36px;color: #fff !important;}

.footer-bottom{text-align: center;font-size: 15px;padding: 50px 0;}
.footer-bottom h5{font-size: 17px;font-weight: bold}
.footer-bottom .footer-links{margin-bottom: 50px;}
.footer-bottom .footer-links a{text-transform: uppercase;color: #f1f1f1;position: relative;padding: 10px 0;margin:0 20px;text-decoration: none;letter-spacing: 1px;font-weight: 600;font-size: 14px;}
.footer-bottom .footer-links a:before {
    content: "";
    height: 2px;
    background-color: currentColor;
    opacity: .3;
    transition: all .3s;
    position: absolute;
    bottom: -2px;
    left: 20%;
    width: 50%;
}
.footer-bottom .footer-links a:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.scroll-top{position:fixed; z-index:9999999; bottom:5px; width: 100%; text-align:right; right: 10px; display:none;}

.thanksBox{ margin: 30px auto; text-align: center; width: 40%;min-height: 150px; padding: 20px; background-color: #fff; border-top: 6px solid #00adff; border-radius: 4px 4px 0px 0px }
.imageIcon {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.imageIcon img{
    width: 100%;
}
.mediaShare{width:100%;float:left;margin:20px 0;}

.mediaShare .whatsappBtn {
    background: #4CAF50;
    padding: 2px 5px;
    color: #fff;font-size:11px;
}
.mediaShare .facebookBtn {
    background:#607d8b;
    padding: 2px 5px;
    color: #fff;border-radius:3px;
}
.mediaShare .twitter-share-button {
    background: #2196F3;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 13px;
}

@media only screen and (max-width: 640px) and ( min-width: 320px)
{
	.form-section { margin: 10px 0px;}
	.frm {width: 95%;min-height: 300px;padding: 5px;}
	.form-grp {margin-bottom: 15px; width: 100%; position: relative;}

	label.field .psuedo_select ul li {height: 32px;padding: 8px 4px; font-size: 14px;}

	.thanks{ margin: 0px auto; text-align: center; width: 95%;min-height: 700px; padding: 20px; background-color: #fff; border-top: 6px solid #00adff; border-radius: 4px 4px 0px 0px }
	.thanks h4{font-size: 22px;}
	.thanks p{ font-size: 14px;line-height: 20px; }

	.unsuccess-payment{display:none; margin: 0px auto; text-align: center; width: 95%;min-height: 150px; padding: 20px; background-color: #fff; border-top: 6px solid #f00; border-radius: 4px 4px 0px 0px}
	.unsuccess-payment h4{font-size: 22px;}
	.unsuccess-payment p{ font-size: 14px;line-height: 20px; }

    .thanksBox{width:97%;}
    .mediaShare .icon{margin-bottom:20px;padding:0 3px;}
	footer .footer-contant { padding: 0px 0px; font-size: 13px; margin-bottom: 20px; display: inline-block;width: 100%;}
	footer .footer-contant h3 {padding: 0px 0px 0px; font-size: 18px;margin-bottom: 10px; margin-top: 10px;}

	footer .glry{margin: 0px 0px; width: auto; float: left;}
	footer .glry span{margin: 5px; width: 29%; float: left; border:1px solid #fff; border-radius:2px;}
	footer .glry span img{width: 100%; height: auto; border-radius:2px;}

	footer .all-right{width: 100%; min-height: 50px; margin-top: 0px; font-size: 12px; padding:5px 5px;}
	footer .all-right a{font-size: 12px;}
	footer .all-right p{font-size: 12px;}
}


.form-grp.rdLabel { width: 100%; float: left;clear: both; }
.form-grp.rdLabel label {font-weight: normal;font-size: 12px;width: 100%;margin-right: 10px;float: left;margin-bottom: 10px;}

.banner-section{position:relative;width:100%;float:left;}
.banner{}
.banner .carousel-inner{height:75vh;position:relative;}
/*.banner .carousel-inner:after {
    content: '';
    width: 100%;
    height: 59px;
    background: url(../img/banner-img-bg.svg) no-repeat;
    background-size:100%;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}*/
.banner .carousel-inner .item {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.banner .carousel-inner .active {
  opacity: 1;
}
.banner .carousel-inner .bottomImg{position: absolute;
    bottom: -1px;
    width: 100%;
    height: 64px;}
.banner .slideImg{width:100%; height:80vh !important;}
.banner .carousel-caption
{
	left: 0%;
	right: 0%;
	top:20%;bottom:auto;
	text-align:left;
}
.banner .carousel-indicators
{/*display:none;*/
}
.banner .carousel-caption h1
{
font-size:28px;font-weight:bold;text-transform:uppercase;width:100%;float:left;margin-bottom:40px;margin-top:0;animation:3s fadeInUp;
}
.banner .carousel-caption p
{
font-size: 20px;
}
.banner .carousel-caption h3{font-size:22px;padding:0 20px 7px;width:100%;float:left;margin-top:45px;}
.full-width
{
	width: 100%;
	float: left;
}
.bannerBtn{padding:17px 45px;background:#fff;color:#00a3e8;text-transform:uppercase;text-shadow:none;font-size:22px;font-weight:bold;border-radius:45px;margin-left:-20px;}
.bannerBtn:hover{text-decoration:none;}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:1s;
  animation-duration:2s;
}


.trendingFunds {
    background: #fff;
    padding-top: 50px;
}

.carousel-control{width:50px;height:50px;top:45%;line-height:55px;text-align:center;color:#04a4e8;opacity:1;text-shadow:none;}
.carousel-control:hover{color:#0071a1;}
.carousel-control.left,.carousel-control.right{background:none;}
.carousel-control.right{right:-60px;}
.carousel-control.left{left:-60px;}
.carousel-control i{font-size:28px;}
#trendCarousel .item .thumbnail{padding:0;border:none;box-shadow:0 7px 14px 0 rgba(0,0,0,.1);margin:20px;border-radius:5px;}
#trendCarousel .item .thumbnail img.img-responsive{width:100%;border-top-left-radius:5px;;border-top-right-radius:5px;}
#trendCarousel .item .thumbnail .caption{padding:0;}
#trendCarousel .item .thumbnail h3 {font-size: 16px;font-weight: bold;padding:0 10px;}
#trendCarousel .item .thumbnail .byUser {width:100%;float:left;margin:30px 0 20px; line-height:40px;color:#999;font-size:16px;padding:0 10px;}
#trendCarousel .item .thumbnail .byUser img{width:40px;float:left;margin-right:10px;}
#trendCarousel .item .thumbnail .des{color:#7c7c7c;font-size:17px;margin-bottom:25px;padding:0 10px;}
#trendCarousel .item .thumbnail .price{padding:0 10px;}
#trendCarousel .item .thumbnail .price span{color:#00a3e8;font-size:19px;font-weight:bold;margin-right:15px;}
#trendCarousel .item .thumbnail .price small{color:#888;font-size:15px;}
#trendCarousel .item .thumbnail .progress{height:5px;border-radius:0;margin-bottom:0;background:#dedede;}
#trendCarousel .item .thumbnail .progress .progress-bar{background:#00a3e8;}
#trendCarousel .item .thumbnail .supporter span{padding:15px;width:50%;float:left;text-align:center;font-size:15px;color:#888;}
#trendCarousel .item .thumbnail .supporter span.left{border-right:2px solid #ddd;}


.donationPage{width:100%;float: left;padding: 50px;}
.donationPage .nav{height: auto;font-size: 15px;border-bottom: none;}
.donationPage .nav li a{color: #444;background: none;border: none;font-size: 14px;font-weight: 600;}
.donationPage .nav li.active a{background: #fff;border: 1px solid #ddd;border-bottom:none;color: #1e73be}
.donationPage .nav-tabs>li>a:hover{color: #1e73be;}
.donationPage .nav-tabs>li.active>a:hover{color: #1e73be;}
.donationPage .tab-content{width:100%;float: left;background: #fff;box-shadow: 2px 2px 5px #eee;padding:30px 15px;border: 1px solid #ddd;}
.donationPage .tab-content form label{font-weight: normal;width: 100%;}
.donationPage .tab-content form .form-control{border: 2px solid #ddd;height: 38px;padding: 10px;border-radius: 0;width: 100%;}
.donationPage .tab-content form .form-control:focus{box-shadow: none;outline: 2px;border: 2px solid #5bc0de;}
.donationPage .tab-content form .btn-primary{border: 2px solid #1e73be;color:#fff;background:#1e73be;height: 38px;padding: 10px;border-radius: 0;width: 100%;line-height: 14px;}
.donationPage .tab-content .description{position: relative;left: -15px;background: #1e73be;color: #fff;padding: 15px;width: 85%;}
.donationPage .tab-content form .custom-amt {float: left;margin-right: 20px;line-height: 40px;}

.donationPage .tab-content .carousel-inner{height: 300px;}
.donationPage .tab-content .carousel-inner img{width:100%;}
.donationPage .tab-content .carousel-caption{left: 0;bottom:0;background: #1e73bed4;padding: 5px;}
.donationPage .tab-content .carousel-caption a{color: #fff600;font-weight: bold; margin-left: 7px;}

.donatePop .modal-body .btn-primary{border: 2px solid #1e73be;background:#1e73be;height: 38px;padding: 10px;border-radius: 0;width: 150px;line-height: 14px;}
.donatePop .modal-body{max-height: 70vh;overflow-y: auto;color: #777;}
.donatePop .modal-body h5{font-weight: bold;font-size: 14px;color: #333;width: 100%;}
.paymentWays{padding: 30px 15px;border-bottom: 2px solid #1e73be;}
.paymentWays ul{list-style-type: none;margin-top: 20px;float: left;width: 100%;padding-left: 10px;}
.paymentWays ul li{float: left;padding-left: 30px;text-align: center;}
.paymentWays ul li:first-child{padding-left: 0px;}
.paymentWays ul li .paymentImg{height: 75px;line-height: 75px;}
.paymentWays ul li .paymentImg img{width: 75px;}

.paymentWays ul li a{color: #000;font-weight: bold;font-size: 14px;margin-top: 10px;display: block;}
.guidelines{padding: 30px 15px;}
.guidelines ul{padding-left:0;list-style-type: none;}
.guidelines ul li{line-height: 30px;}

.modal-body::-webkit-scrollbar {width: 7px;}
.modal-body::-webkit-scrollbar-track {background: #f1f1f1;}
.modal-body::-webkit-scrollbar-thumb {background: #888;}
.modal-body::-webkit-scrollbar-thumb:hover {background: #555;}

.top-head{width: 100%;float: left;background: rgb(30, 115, 190);color: #fff;line-height: 34px;font-family: "Lato",sans-serif;}
.top-head .tagline{font-weight: bold;font-size: 12px;}
.top-head ul{float: right;list-style-type: none;margin-bottom: 0;}
.top-head ul li{float: left;padding: 0 15px;border-left: 1px solid #ddd;}
.top-head ul li:first-child{border-left:none;}
.top-head ul li a{color: #fff;}
.top-head ul li.socialLinks a{padding: 8px 5px;font-size: 15px;}
.tooltip-inner{padding: 8px !important;}
.nav{margin-top: 0;}
.logo{padding: 0;}
.logo img{height: 85px;width: 78px;padding: 3px 0;}
.nav ul li{padding: 23px 0;}
.nav ul li a{font-family: "Lato",sans-serif;color: #00548c;font-size: 14px;font-weight: 600;text-transform: uppercase;position: relative;padding: 10px 7px;}
.nav ul li a:hover:before, .nav ul li.active a:before {content: " ";position: absolute;bottom: 0px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 100%;background-color: #446084;transition: all .3s;opacity: 1;height: 3px;}
.main{height: auto;}

.subscription-form{}
.subscription-form input{background: rgba(255,255,255,.2) !important;border:none;color: #fff;padding: 10px 20px;width: 100%;margin-bottom: 20px;border-radius: 30px;}
.subscription-form input:focus{outline: 0;border: none;}
.subscription-form button{background: #446084;border: none;color: #fff;text-transform: uppercase;font-weight: bold;padding: 10px 20px;border-radius: 30px;letter-spacing: 1px;font-size: 14px;}
.subscription-form input::-webkit-input-placeholder {color: #fff;}
.subscription-form input:-ms-input-placeholder {color: #fff;}
.subscription-form input::placeholder {color: #fff;}
.border-right{border-right: 1px solid #ddd;}

.radio-wrapper{width: 60%;float: left;}
.radio-wrapper input[type="radio"] {display: none;}
.radio-wrapper input.radio {width: auto;}
.radio-wrapper label {display: inline-block;padding: 10px;border: solid 2px #e2f0f8;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-radius: 30px;font-size: 14px;font-weight: normal;letter-spacing: -0.04em;padding-left: 12px;padding-right: 12px;margin-bottom: 15px;cursor: pointer;text-align: center;width: 45% !important;float: left;}
.radio-wrapper input[type="radio"]:checked+label {background-color: #1e73be;color: #fff;border: solid 2px white;}

.p-0{padding: 0;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mt-2{margin-top: 20px;}

@media only screen and (max-width: 480px) {
    .banner .carousel-inner{height: auto;}
    .donationPage{position: relative;padding: 15px 0;}
    .donationPage .nav{margin: 0;position: relative;min-height: auto;background: none;display: flex;width: 500px;table-layout: fixed;font-size: 13px;}
    .mp-0{padding: 0;}
    .donationPage .tab-content form .btn-primary{margin-top: 15px;}
    .donationPage .tab-content .carousel-caption{right: 0;}
    .donationPage .nav-tabs>li{display: table-cell;word-break: break-word;text-align: center;}
    .donationPage .nav li a{padding: 5px;font-size: 12px;}
    .tagline{text-align: center;}
    .top-head ul{display: none}
    .logo img{width: 70px;height: 75px;}
    .nav{margin: 0px 0px 0px -110%;}
    .nav.navbar-nav.mobile-menu.mob-nav{z-index: 1000;}
    .m-center{text-align: center;}
    #sideNav{float: left;margin-top: 25px;}
    .banner .carousel-caption h1{font-size: 18px;margin-bottom: 20px;}
    .banner .carousel-caption h3{margin-top: 15px;}
    .bannerBtn{padding: 7px 45px;font-size: 15px;}
    .footer-bottom .footer-links a{display: table;margin:20px auto; }
    .footer-bottom{padding: 0 0 50px;}
    .mob-scroll{width: 100%;overflow-x: auto;overflow-y: hidden;}
    .donationPage .tab-content .description{width: 100%;}
}
@media(max-width: 480px){
  .banner .slideImg {
  	height: 40vh !important;
  }
}