@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);

* a,label, button, .form-control{/*letter-spacing: 0.9px;*/}

.form-control:focus {outline:none;border: 1px solid #ccc;outline-style:none;

  box-shadow:initial;}



/*@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);



@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);

@import url(https://fonts.googleapis.com/css?family=Lora:400italic);

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/

/* ==================

 *

 *google fonts 

 *

 *===================*/



/* ==================

 *

 *var section 

 *

 *===================*/

/*****  font size  ******/

/*****  Colors  ******/

/* ==================

 *

 *	Reset Class Css

 *

 *===================*/

body {

  line-height: 1.5em;

  font-size: 1em;  

  font-weight: 400; 

  font-family: 'Open Sans', sans-serif;

  overflow-x: hidden;
  

}

body, div{color: #444444;}

a:hover, a:active, a:focus {

  outline: none;

  /* styling for any way a link is about to be used */

}



h1 {

  font-size: 48px;

}

h2 {

  font-size:2.35em;

  font-family: 'Roboto','Open Sans', sans-serif;

}

h3 {

  font-size: 2em;

  font-weight:bold;

}

h4 {

  font-size: 1.9em;
  font-weight: bolder;
  vertical-align: middle;

}

.pt18 {

  font-size: 1.5em;

  font-weight: bold;

}

.pt30{font-size:2.45em;font-weight:bold;color:#6ecf02}

.pt14Small {

  font-size: 1.2em;

  color:#555555;

}

h7 {

  font-size: 1.17em;

  font-weight: bold;

}

.h6, h6 {font-size:1.42em}

p {

  margin: 0px;

  line-height: 1.6em;

  font-size: 1.2em;

}

.pt20{font-size:1.6em}

.pt16{font-size:1.4em}

h1,h2,h3,h4,h5,h6,p  {

  font-family: 'Open Sans', sans-serif;

  margin: 0px;

  line-height: 1.5em;

  text-align:center ;

}
.main-heading h1 ,.main-heading h2 ,.main-heading h3 ,.main-heading h4 ,.main-heading h5,.main-heading h6,
#formatedemail p ,#formatedemail h2 ,#formatedemail h3 ,#formatedemail h4 ,#formatedemail h5,#formatedemail h6 {
  text-align:left !important;
  }
h7
{
  text-align:center !important;
}

ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

a,

a:active,

a:focus,

a:active {

  text-decoration: none !important;

}

.listdv:hover{

	background-color: #ecf0f3;

    border-bottom: 1px solid #cfcfcf;

	cursor:pointer;

}

/* ==================

 *

 *  Global Class 

 *

 *===================*/

.btn {

  font-size: 1.2em;

  text-transform: uppercase;

  font-weight: 300;

  padding: 12px 25px;

  border-radius: 0.3em;

}

.btn-success {

  color: #fff;

  background-color: #6ecf02;

  border-color: #6ecf02;

}

.btncell .btn{border-radius: 0em;}

.nav > li:hover,

.nav > li:focus {

  background: transparent;

}

.title {

  text-align: center;

  padding-bottom: 70px;

}

.title h2 {

      color: #6ecf02;

    padding-bottom: 25px;

    text-transform: uppercase;

    display: inline-block;

    position: relative;

    font-weight: 700;

    font-size: 30px;

        font-family: 'Roboto','Open Sans', sans-serif;

            letter-spacing: 1.6px;

}



/*.title h2:before {

    content: '';

    width: 40px;

    height: 2px;

    background: #6ecf02;

    position: absolute;

    top: 12px;

    left: -60px;

}

.title h2:after {

    content: '';

    width: 40px;

    height: 2px;

    background: #6ecf02;

    position: absolute;

    top: 12px;

    right: -60px;

}*/

.title p {

     font-size: 1.25em;

    line-height: 1.6em;

    font-weight: 400;

    color: #999999 !important;

 

}

.max a{ outline: none}

/* ==================

 *

 *  section Class 

 *

 *===================*/

/* header style */

header {  

      padding: 10px 0 0 0;

    background: #fff;

    box-shadow: 0px 2px 8px rgba(0,0,0,.3);

    z-index: 9999;

    position: relative;

}

header .navbar {

  height: auto;

  margin-bottom: 0;

}

.is-sticky #navigation {

  background: #fff;

  z-index: 1000;

  transition: 0.3s;

  width: 100%;

  padding: 0;

}

.navbar-brand {

  padding: 9px 0;

  height: auto;

}

.navbar-brand img{height:50px}

.navbar-toggle {

  border-color: #333;

  transition: 0.3s;

}

.navbar-toggle .icon-bar {

  background: #333;

  transition: 0.3s;

}

.navbar-toggle:hover {

  border-color: #6ecf02;

}

.navbar-toggle:hover .icon-bar {

  background: #6ecf02;

}



/*.menu a:before {

  content: "";

  position: absolute;

  left: 16px;

  bottom: 12px;

  width: 0;

  height: 1px;

  background: #6ecf02;

  transition: 0.3s;

}*/

.nav>li>a:focus, .nav>li>a:hover {    

    background-color: transparent;

    color: #6ecf02;

}

.menu li:hover {

  background: transparent;

  color: #6ecf02;

  border-bottom: 3px solid #6ecf02;

  

}



.menu .active a {

  color: #6ecf02;

 font-weight: 700;

  

}



.menu .active a:before{

  width:25px;

}



.menu a:hover:before {

  width:25px;

}

/* =================

   Home page style

   ================= */



#topbanner {

  background: url('../img/banner.jpg');

  background-size: cover;

  position: relative;

}

 #topbanner:before {

  position: absolute;

  /*z-index: 99;*/

  background: rgba(0, 0, 20, 0.4);

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: '';

}

#banner .block {

  position: relative;

  padding: 283px 0 40px 0;

  z-index: 999;

  color: #fff;

 

}

#banner .block h1 {

  padding-bottom: 5px;

  font-size:3.34em;

  font-weight: bold;

  color: #fff;

}

#banner .block h2 {

  font-size: 1.5em;

  line-height: 25px;

  font-weight: bold;

  letter-spacing: 1px;

}

#banner .block .btn-learn {

  border: 1px solid #fff;

  color: #fff;

  border-radius: 25px;

  margin: 0 7px;

  padding: 10px 22px;

  font-size: 14px;

  transition: 0.3s;

}

#banner .block .btn-learn:hover {

  border-color: #6ecf02;

  color: #6ecf02;

}

#banner .block .buttons {

  margin-top: 40px;

}

#banner .block .buttons a:first-child {

  margin-left: 0;

}

#banner .block2 {

  position: relative;

  padding: 160px 0 40px 0;

  z-index: 999;

  color: #fff;

  text-align: right;

 

}

#banner .scrolldown {

  position: absolute;

  left: 50%;

  bottom: 18%;

}

#banner .scrolldown .scroll {

  border-radius: 100px;

  width: 25px;

  height: 45px;

  position: absolute;

  left: 50%;

  margin: 0 0 0 -15px;

  display: inline-block;

  border: 1px solid #fff;

  z-index: 99;

}

#banner .scrolldown .scroll:after {

  background: #fff;

  border-radius: 300px;

  width: 4px;

  height: 9px;

  position: absolute;

  top: 10px;

  left: 50%;

  margin: 0 0 0 -2px;

  display: block;

  content: " ";

  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;

  -moz-animation: wiggle 0.5s linear 0s infinite alternate;

  -o-animation: wiggle 0.5s linear 0s infinite alternate;

  animation: wiggle 0.5s linear 0s infinite alternate;

}

.home .searchblock:before {

    position: absolute;

    z-index: 1; 

    background: rgba(0, 0, 20, 0.1);

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: '';

}

#features {

  padding: 60px 0 0;

}

.organizationform h2{

      padding-bottom: 10px;

}

/*.bootstrap-select.btn-group .dropdown-toggle .filter-option {    

    color: #989898;

}*/

.organizationform .form-group {

    margin-bottom: 20px;

}

.organizationform h5 {

    font-size: 1.2em;    

    color: #333;

}

.organizationform .btn {

    font-size: 1.4em !important;  

     padding-top: 15px;

     padding-bottom: 15px;

    color: #999999;/*!important; */

    letter-spacing: .5px;

    transition: all .3s;

}





.addnad-sad{

      color: #7F9DB0;

    background-color: #fff;

    border-color: #7F9DB0;

}

.organizationform .orgbtn:hover{border: none !important;background: #6ECF02 !important;color: #fff !important;}

.organizationform p{color: #444;}

/*.organizationform .card{



  width: 770px;

}*/

.organizationform .card .form-control {
    height: 50px;
    font-size: 20px;
    border: #7f9db0 1px solid !important;
    color: #7f9db0 !important;
}


.organizationform .bootstrap-select > button {

    display: block;  

}

.organizationform .btn-default:hover,.organizationform .btn-default:focus {      

    border: 1px solid #CCCCCC;

    background: transparent;

}

#loginsignup

{

  padding: 0px 0 15px 0;

  background: #f8f8fa url('../img/loginbg.jpg') top no-repeat;

  background-size: cover;

  /*padding: 215px 0;*/

  position: relative;

}

#mosquecount

{

  padding: 60px 0 60px 0;

  background: url('../img/mosquecount.jpg');

  background-size: cover;

  /*padding: 215px 0;*/

  position: relative;

}

.local-msd h2{color: #fff;

    font-weight: 700;

    font-family: 'Roboto Condensed', sans-serif;

      font-size: 30px;

    letter-spacing: .3px;

  }

#features .feature-block {

  padding-bottom: 35px;

}

#features .feature-block .icon-box {

  margin-bottom: 24px;

}

#features .feature-block .icon-box i {

  display: inline-block;

  line-height: 1;

  font-size: 60px;

  transition: 0.3s;

  color: #6ecf02;

}

#features .feature-block h4 {

  font-size: 20px;

  color: #333;

  position: relative;

  text-transform: none;

  margin-bottom: 10px;

  font-weight: 400;

}

#features .feature-block p {

  font-size: 15px;

  color: #888;

  line-height: 24px;

  font-weight: 300;

  margin-top: 20px;

  

}

#features .showcase-img {

  margin-top: 40px;

}



#portfolio {

  padding: 70px 0 80px 0;

  background: #eceff1;

}

#mixed-items h4{

  font-weight: 600;

    font-size: 20px;

    padding: 0px 0;

}

#mixed-items .inner-mixed h4{

  font-size: 1.47em;

}



#portfolio .block .recent-work-mixMenu {

  padding-bottom: 40px;

  text-align: center;

}

#portfolio .block .recent-work-mixMenu ul li {

  display: inline-block;

  padding: 0;

}

#portfolio .block .recent-work-mixMenu ul li button {

  background: none;

  border: 0;

  font-size: 15px;

  color: #474747;

  margin: 0 20px;

  transition: 0.2s;

  text-transform: uppercase;

}

#portfolio .block .recent-work-mixMenu ul li button:hover {

  color: #6ecf02;

}

#portfolio .block .recent-work-mixMenu ul li button:focus {

  outline: 0;

}

#portfolio .block .recent-work-mixMenu ul li .active {

  color: #6ecf02;

}

#portfolio .block .recent-work-pic ul li {

     margin-bottom: 30px;

    position: relative;

    padding-right: 15px;

    padding-left: 0;

}

#portfolio .block .recent-work-pic ul li:hover .overlay {

  opacity: 1;

}

#portfolio .block .recent-work-pic ul li:hover .overlay i {

  top: 40%;

  opacity: 1;

}

#portfolio .block .recent-work-pic ul li:hover .overlay h3 {

  bottom: 50%;

  opacity: 1;

}

#portfolio .block .recent-work-pic ul li .overlay {

  position: absolute;

  top: 23px;

  left: 38px;

  bottom: 23px;

  right: 38px;

  background: rgba(128, 214, 163, 0.85);

  transition: 0.3s;

  text-align: center;

  opacity: 0;

}

#portfolio .block .recent-work-pic ul li .overlay h3,

#portfolio .block .recent-work-pic ul li .overlay i {

  color: #fff;

  

}

#portfolio .block .recent-work-pic ul li .overlay h3 {

  bottom: 30%;

  left: 50%;

  opacity: 0;

  text-transform: uppercase;

  font-weight: 400;

  width: 100%;

  transition: 0.3s;

  position: absolute;

  transition-delay: 0.1s;

  transform: translateX(-50%);

}

#portfolio .block .recent-work-pic ul li .overlay i {

  top: 30%;

  opacity: 0;

  left: 50%;

  font-size: 50px;

  transition: 0.3s;

  transition-delay: 0s;

  position: absolute;

  transform: translate(-50%, 50%);

}

#portfolio .block .recent-work-pic ul li .overlay .overlay-content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.navbar-nav>li { 

    text-align: center;

    padding: 13px 10px;

    

}

.navbar-nav>li:last-child{

  padding-right: 0 

}

.navbar-nav>li{

  border-bottom: 3px solid #fff;

}

.submenu .navbar-nav>li{

  border-bottom: 3px solid #6ECF02;

}

.navbar-nav>li.active{

  border-bottom: 3px solid #6ecf02;

}

#defundfeatures {

  padding: 70px 0 15px 0;

}

#awesomefeatures {

  padding: 60px 0 15px 0;

}

#faq {

  padding: 70px 0 80px 0;

  background-color: #eceff1;

}

#faqform {

  padding: 70px 0 0px 0;

}

.faqform .form-group .form-control{

     height: 45px;

         font-size: 1.35em;

         color: #00132B;

}

 .faqform .form-group select.form-control{color: #bfbfbf;}

.faqform

{

  display: inline-block;

  max-width: 770px;

  width:100%;

}

.faqform .sndmsg{ text-align: right}

.faqform .googlecaptcha{ text-align: left}

#defundfeatures img{ margin: 15px 15px 15px 0}

#html5-watermark {

  display: none !important;

}

#defundfeatures a h4

{

     color: #555555;

    font-weight: bold;

    font-size: 18px;

    text-transform: uppercase;

    font-family: 'Roboto','Open Sans', sans-serif;

}

#defundfeatures a p,#awesomefeatures p

{

 color:#999999;

/*font-size: 1.5em;*/

}

#adsbanner

{

  background: url('../img/ads1.jpg');

  background-size: cover;

  padding:75px 0 65px 0;

  position: relative;

  color:#fff;

  margin:0 auto;

}

#socialmedia

{

  background: url('../img/socialbg.jpg');

  background-size: cover;

  padding:78px 0;

  position: relative;

  color:#444444;

  margin:0 auto;

  /*border-bottom:1px solid #627c8b;*/

}

#socialmedia .title

{

  padding-bottom: 0px;

}

.gmenu a {
    color: #444444;
    border-right: 1.5px solid #444;
    padding: 1px 10px;
    font-size: 1.08em;
    line-height: 20ox !important;
    font-weight: bold;
    margin-top: 14px;
}

.gmenu a:last-child{border-right:none;}

#organizationloc

{

  margin:0 auto;

  background: #809cb1;

  padding:40px 0;

  position: relative;

  color:#fff;

}

#organizationloc a{color:#fff}

#organizationloc .title

{

  text-align: left;

  padding-bottom: 0px;

}

#organizationloc .title a{ margin-right:0; margin-left: 10px;}

#footerbot1

{

  margin:0 auto;

  /*background: url('../img/divider.png');*/

  background: #444444 url('../img/dividerfoot.png') repeat-x center bottom;

  padding:27px 0;

  position: relative;

  color:#fff;

}

#footerbot1 a{color:#fff}

#footerbot1 .title

{

  padding-bottom: 0px;

}

#footerbot

{

  margin:0 auto;

  background: #444444;

  padding:15px 0;

  position: relative;

  color:#fff;

}

#footerbot a{color:#fff}

#footerbot .title

{

  padding-bottom: 0px;

}

.gmenu2 a{color:#444444;border-right:1px solid #fff;padding-right:10px;font-size:11px}



#team {

  padding: 60px 0 0 0;

}



#pricing-table {

  padding: 100px 0 127px;

  background: #6ecf02;

}


.recent-work-pic .btn {
	display: inline-block;
    padding-top: 10px !important;
    height: auto;
}

.recent-work-pic .btn:hover {
   color:#fff !important;
}

#footer-top iframe {

  width: 100%;

  height: 385px;

  transform: translateZ(0px);

  background-color: #ffffff;

  border: 0;

}

/** Google Map**/

/* line 125, ../../scss/_contact.scss */

.map #googleMap {

  min-height: 345px;

  -webkit-filter: gray;

  filter: gray;

  filter: grayscale(100%);

  -webkit-filter: grayscale(1);

  -webkit-filter: grayscale(100%);

}

/* ================ Home end ========================= */

/* =====================

   contact page style

   ===================== */

#global-header {

  background: url(../img/contact-slider-img.jpg);

  background-size: cover;

  background-position: center;

  padding: 150px 0 90px;

  text-align: center;

  position: relative;

}

#global-header:before {

  position: absolute;

  z-index: 99;

  background: rgba(60, 59, 72, 0.69);

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: '';

  z-index: 1;

}

#global-header .block {

  position: relative;

  z-index: 10;

  color: #fff;

}

#global-header .block h1 {

  font-size: 50px;

  margin-top: 20px;

}

#global-header .block p {

  font-size: 15px;

  padding-top: 10px;

  font-family: 'Lora', serif;

}



/* ================ Contact end ========================= */

/* =====================

   Service page style

   ===================== */

#client-logo {

  padding: 0 0 100px;

  text-align: center;

}

#client-logo a {

  padding: 14px 24px;

  display: block;

}

#client-logo a img {

  transition: 0.3s;

  margin: 0 auto;

}

#client-logo a:hover img {

  transform: scale(1.2);

}

footer {

  background: #202322;

  padding: 42px 0 65px 0;

  text-align: center;

}

footer p {

  font-size: 14px;

  color: #fff;

  line-height: 1;

  padding-top: 26px;

}





/*Custom css*/

.banner-search{

  font-size: 20px;

    font-weight: 300;

    color: #fff;

}

.customesrc{



      border-radius: 8px;

}

.banner-sbtn{

padding-top: 13px !important;

padding-left: 1.4em !important;

}

.loginSign{text-align:right;margin-right:0;;margin-bottom:0.625em;padding-top:15px;}

.loginSign a {color: #6ecf02; margin-left:15px;font-size:1.2em }



.loginSign .active {

  background-color: #6ecf02 !important;

  padding:7px 10px !important;

  color:#fff;  

  border-radius:4px; 



}



.searchblock

{

  background: url('../img/searchbg.png');

  background-size: cover;

  /*padding: 215px 0;*/

  position: relative;

  padding: 52px 0 55px 0;  

  text-align: center;

  color: #fff;

 

}

.searchblock p{color: #fff;font-size: 1.4em; padding: 18px 0 35px 0;}

.searchblock h6 {color:#fff;padding-top:35px;padding-bottom:15px; font-size:0.45em;}

.srctxt{line-height:1.2em;color: #fff;

    font-size: 30px;

   font-weight:700;}

.like-table-row {

  display: table-row;

  text-align: center;

  width:100%;

}

.stepPage .btnssrc .mkdonation{ color: #6ecf02}

.stepPage .btnssrc .mkdonation:hover{ color: #fff}

.like-table-row .srclft, .like-table-row .srrgt {

  display: table-cell;

  vertical-align: top;

}

.srrgt img{

  position: absolute;

  margin-left: -71px;

  margin-top: 68px;

  height: 35%;

}

.recent-work-pic{text-align:center}

.recent-work-pic a{color:#555555}

.custombtn{ background-color:transparent ;outline:none;border:none;position:absolute;padding-top: 0.3em;

  padding-left: 0.4em;z-index:300;}

.carousel-indicators .active{background-color: #6ecf02;}

.carousel-indicators li{border: 1px solid #d1d1d1;}

.carousel-indicators{bottom: -69px;}

.donationbox{

	background-color:white;

	padding:60px;

  color:#555555;

	text-align:center;

	border-radius:5px;

}

.block2 .donationbox 
{
    background-color: #eceff1;
    padding: 1.3em 2.3em 1.8em 2.3em;
    color: #555555;
    text-align: center;
    border-radius: 0px;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    overflow: hidden;

}

.block2 #amounttxt
{
    width: 100% !important;
}

.block2 #submit
{
    width: 100% !important;
}


.donationbox h4
{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Open Sans';
  letter-spacing: 1px;
}

.donationbox .col-md-4,.donationbox .col-md-8{ padding-left:5px;padding-right:5px;}

.donationbox .col-md-6{padding-left:0px;padding-right:0px;}

.dhead { 

  background: url('../img/donationhd.jpg');

  background-size: cover;

  position: relative;

  padding:16px;

  color:#555555;

  text-align:center;

  border-top-left-radius:0.2em;

  border-top-right-radius:0.2em;

}


  

.dollarchk {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 1.5;
    border: 1px solid #7f9db0;
    border-radius: 4px;
    font-size: 30px;
    background-color: #fff;
    color: #7f9db0;
    font-weight: 600;
    cursor: pointer;
}
.donation-category
{
    border: 1px solid #7f9db0;
    border-radius: 4px;
    font-size:20px;
    font-weight: 200;
    background-color: #fdfdfd !important;
    cursor: pointer;
    color: #555;
    width: 270px;
    height: 90px;
    text-align: center;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;

}

.donation-category:hover
{
    background:#c6d3db !important;
    cursor: pointer;
    color:#525657 !important;  
}

.donation-category div
{
    font-size: 20px;
    padding: 0px 50px;
    height: auto;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}


.btn.active, .btn:active{-webkit-box-shadow: none;

  box-shadow: none}

/*.dollarchk.dollar-black{



      color: #00132B;

}*/

.check , .dollarchk:hover

{  

  background:#bfced7;

  color:#525657;  

}


.cate-lbl
{
   display: block;
    max-width: 270px;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0 auto; 
}
.donationbox label{width:100%; margin-bottom:10px; }

.donationbox .btn-group label{max-width:100%; margin-bottom:10px; }

.donationbox .form-control {padding: 2px 12px;height:100%;border: 1px solid #7f9db0;width: 470px;}

.donationbox .input-group-addon {height: 50px; padding: 6px 30px;background-color: #bfced7;border: 1px solid #7f9db0;border-right:none;color:#fff;font-size:30px; font-weight:600;}

.donationbox .input-group-btn { font-size:17px; width: 100px ;border: 1px solid #7f9db0; border-top-right-radius: 4px; border-bottom-right-radius: 4px;border-left: none; }

.donationbox .input-group-btn .btn { width: 100% ; margin:0px; background-color: #bfced7; }
 #submit{

    background-color: #6ecf02;
    color: #fff;
    padding: 10px 14px;
    margin-bottom:0px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2.5px;
    text-align:center;
    cursor: pointer;

 }

.donationbox .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary{

  background-color:#bfced7!important ; color:#555 !important;border-color: #7f9db0 !important;  

}

.donationbox .btn-primary {background-color:#fff !important;color:#7f9db0!important;border-color: #7f9db0!important;  }

.btn-group .btn{padding: 8px 10px;margin-top:7px;font-size:12px;font-weight:500}

.btn-group { padding: 0px 5px !important; }


.btncell{display: table-cell; width: 50%; padding: 0px;}

.footbot1{ text-align: left }

.footbot2{ text-align: center }

.footbot3{ text-align: right;font-size:10px }

#amounttxt {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 20px;
    height: 50px;
    color: #555;
}

.glyphicon.glyphicon-search
{
  font-weight: 100 !important;
  font-size: 20px !important;
  top:3px !important;
}  

.org-img {
    height: 35px;
    width: 50px;
    background-color: #bfced7;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10px;
}

/* The container */
.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 4px;
 
 
  font-size: 12px;
  font-weight: 400;
  font-family: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 31px;
    background-color: #fff;
    border: 1px solid #6ecf02;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark, .cb-container:hover input ~ .login-checkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark , .cb-container input:checked ~ .login-checkbox{
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after , .login-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after{
  display: block;
}
.cb-container input:checked ~ .login-checkbox:after 
{
    display: block;
    left: 4px;
    top: 0px;
    height: 10px;
    width: 6px;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after , .cb-container .login-checkbox:after {
  left: 10px;
    top: 4px;
    width: 10px;
    height: 18px;
    border: solid #6ecf02;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(40deg);
}

.home .form-control.customesrc:focus{ 

    border: 2px solid #fff !important;

    height: 45px;

    font-size: 14px !important;

}

.home .form-control.customesrc{

height: 45px;

font-size: 14px !important;

}



/*Organization css*/



.innerHead{

  padding: 121px 0 31px 0;

  color:#fff;

  font-size: 14px;

  font-weight: 400;

  line-height: 2em;

}

.innerHead h2{

    font-size: 2.45em;

    font-weight: 700;

    font-family: 'Roboto','Open Sans', sans-serif;

}



.organizationform h5{font-size: 1.1em;

  font-weight: 300;

  line-height: 1.5em;}

.card {
	margin-bottom: 60px;
    padding: 50px 36px !important;
    box-shadow: -1px 1px 11px 0px rgba(194,183,194,1) !important;
	max-width: 770px !important;
	margin:0 auto;
	border-radius:5px;

}

.wizard > .content {

   overflow: visible;

     

}

.fdonate-last .btnssrc .gotod{color: #fff !important;}

/*.wizard.vertical > .steps > ul > li.last{

      height: 251px;

}*/

.wizard > .steps .current a .stext{font-weight: normal;}

.titlec{

    color: #a9e081;

    font-size: 1.5em;

}

.wizard > .steps .current a .stext {    

    color: #fff;

    line-height: 1.5em;

}

/*.wizard.vertical > .content {   

    height: 560px;

}*/

.card:hover {

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

.card .btn {border-radius: 5px;}

.card .btn-group .btn{ margin-top:0px;padding:0.643em 10px;min-height: 34px; }

.card .input-group{ margin-bottom: 0px}

.card .btn-default{color:#aaa;}

.card .form-control{ vertical-align: top}

.card .checkbox{ text-align:left }

.card .checkbox label, .radio label{padding-left: 15px;}

.stepsnav{padding:0}



.checkbox label:after, 

.radio label:after {

    content: '';

    display: table;

    clear: both;

}



.checkbox .cr,

.radio .cr {

    position: relative;

    display: inline-block;

    border: 1px solid #a9a9a9;

    border-radius: .25em;

    width: 1.3em;

    height: 1.3em;

    float: left;

    margin-right: .5em;

}



.radio .cr {

    border-radius: 50%;

}



.checkbox .cr .cr-icon,

.radio .cr .cr-icon {

    position: absolute;

    font-size: .8em;

    line-height: 0;

    top: 50%;

    left: 20%;

}



.radio .cr .cr-icon {

    margin-left: 0.04em;

}



.checkbox label input[type="checkbox"],

.radio label input[type="radio"] {

    display: none;

}



.checkbox label input[type="checkbox"] + .cr > .cr-icon,

.radio label input[type="radio"] + .cr > .cr-icon {

   /* transform: scale(3) rotateZ(-20deg);*/

    opacity: 0;

    /*transition: all .3s ease-in;*/

}



.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,

.radio label input[type="radio"]:checked + .cr > .cr-icon {

   /* transform: scale(1) rotateZ(0deg);*/

    opacity: 1;

}



.checkbox label input[type="checkbox"]:disabled + .cr,

.radio label input[type="radio"]:disabled + .cr {

    opacity: .5;

}

.card .checkbox .cr, .radio .cr{border: 1px solid #6ecf02;color:#6ecf02}

.botinstruction{ text-align: left;padding:0 15px 0 15px;}

.card .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width: 100%;}

.botinstruction a{color:#6ecf02;font-weight:bold}

.card .title a{margin-right: 0px;}

.card .btn-default{ text-align: right;}

#mainfooter {

  padding: 0px 0 0 0;

}

#navigation .nav > li > a {padding: 0px; outline: none; font-size: 14px} 

.menu a {

  color: #333;

  position: relative;

  font-size: 14px;

  margin: 0 0;

  font-size:1.2em

}

.navbar-collapse{ 

   padding-right: 0;

   padding-left: 0;

  }

.btn-group-justified{

    font-size: 14px;

    letter-spacing: normal;

}

button, input, select, textarea{font-family: 'Open Sans', sans-serif;}

#features .btn, #portfolio .btn{

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 400;

  color: #555555;

 /* border-radius: 0.3em;*/

  

}

.btn-default:hover {

  color: #fff;

  background-color: #6ecf02;

  border-color: #6ecf02;

}

#portfolio .btn-success

{

  color: #fff;

  background-color: #6ecf02;

  border-color: #6ecf02;

}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {

  color: #fff;

  background-color: #6ecf02;

  border-color: #6ecf02;

}

.btn-default.active:hover{

  color: #333;

  background-color: #fff;

  border-color: #ccc;

}



.locations

{

  text-align:justify;



}

.servicetxt{font-size: 1.25em;color:#999999;    line-height: 1.6em;}

.locations{line-height:2.5em;color:#fff }

.locations span{font-size:1.5em;font-weight:bold}

.locations a {

  font-size: 1.17em;

  word-spacing: 1em;

}

.orgbtn{color:#999999;padding:6px 25px;font-size:12px;background-color:#eceff1;border:none;border-radius:0.2em}

.orgbtn:hover{color: #fff;

  background-color: #6ecf02;

  border-color: #6ecf02;}

  #myCarousel{padding: 6em 0 0 0;margin-bottom: 6em}

.dvslider{display: flex;}

.slidertxt{  

  padding: 3.5em 2em 3.5em 2.7em;

  position: relative;

  text-align: left;

  color:#fff;

  font-size: 1.84em;

  line-height: 1.5em;

  border-top-left-radius:0.2em;

  border-bottom-left-radius:0.2em;

  background:#7f9db0 url('../img/diamond.png') no-repeat 1.6em -21px;

  /*max-height: 240px;

  min-height: 240px;*/

}

.sliderimg

{

  background: #6ecf02;

  position: relative; 

  color:#fff;

  border-top-right-radius:0.2em;

  border-bottom-right-radius:0.2em;

  /*max-height: 240px;

  min-height: 240px;*/

  padding:0;margin:0;

}

.sliderimg .subtxt{position:absolute;bottom:3em;left:3em; text-align:left; color:#fff }

.sliderimg div{color:#fff}

.gap1{ height: 8em}

.gap2{ height: 20px}

.gap3{ height: 3em}

.gap4{ height: 2em}

.srcresult{text-align: left;padding-left:0;}

.tabbtn{text-align: right;padding-right:0;}

#featuresSrc {

  padding: 60px 0 0;

}

/*tab styles*/

.tabbtn ul

{

 float:right;

}

.tabbtn .nav-pills > li:first-child a{

  border-right: 0;

  color: #555555;

  -webkit-border-top-left-radius: 4px;

  -moz-border-radius-topleft: 4px;

  border-top-left-radius: 4px;

  -webkit-border-bottom-left-radius: 4px;

  -moz-border-radius-bottomleft: 4px;

  border-bottom-left-radius: 4px;

}

.tabbtn .nav-pills > li:last-child a{

  color: #555555;

  -webkit-border-top-right-radius: 4px;

  -moz-border-radius-topright: 4px;

  border-top-right-radius: 4px;

  -webkit-border-bottom-right-radius: 4px;

  -moz-border-radius-bottomright: 4px;

  border-bottom-right-radius: 4px;

}



.tabbtn .nav-pills > li a{

  border: 1px solid #cfcfcf;

  color: #555555;

}

.tabbtn .nav-pills > li + li{margin-left: -1px;}

.tabbtn .nav-pills > li > a{ border-radius: 0px; }

.tabbtn .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {

  color: #6ecf02;

  background-color: #fff;

  outline: none;

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

}

.srchead{font-size: 2em; color:#ccc; font-weight: bold; margin: 3em 0 1em 0;}

.srcsubhead {font-size: 2em; color:#ccc; margin: 1em; line-height: 1em}

.btnssrc .btn{ margin-bottom:1em}

.stepPage{line-height: 3em; margin: 3em}

.thnk{  

    font-size: 2.5em;

    font-weight: bold;

    font-family: Roboto;

    padding-bottom: 12px;

  }

.thankSimple{font-size: 1.3em;}

.thankSimple span{ color: #6ecf02;font-weight: 700;}

.btnssrc{

      margin-top: 35px;

}

.headsecond{

   text-align: center; padding-bottom: 40px; color: #6ecf02;display: inline-block; 

  line-height: 4em;

}

p{font-size: 1.25em;line-height: 1.6em}

.headsecond span{

  font-size: 30px;

    text-transform: uppercase;

    font-weight: 700;

    color: #6ecf02;

        letter-spacing: 1.6px;

}

.shorttext{font-size: 1.2em;color:#555; text-align: center;line-height:17px}

.shorttext p{font-size: 1.25em;color:#555; text-align: center;line-height:20px}

/*dropdown list css*/

/* Style The Dropdown Button */

.custom-select select {

  display: inline-block;

   background-color: #eceff1;

  color: #6ecf02;

  padding: 0px 10px 0 12px;

  border: 2px solid #fff;

  border-radius:0.2em;

  cursor: pointer;

  font-size: 30px;

  text-transform: uppercase;

  font-weight: bold;

  margin-left:10px;

  height: 43px;

  

  -webkit-appearance:none; /* remove the strong OSX influence from Webkit */

  

  -webkit-border-radius: 0.2em;

  -moz-border-radius: 0.2em;

  border-radius: 0.2em;

}

select:focus, select:focus{

  outline: none;

}

.form-group{margin-bottom: 20px}

.form-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-left: 0 !important;
    padding: 0 !important;
}

 

.topgap .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: red;

  font-weight: 400

}

.topgap .form-group input::-moz-placeholder { /* Firefox 19+ */

  color: #bbb;

  font-weight: 400

}

.topgap .form-group input:-ms-input-placeholder { /* IE 10+ */

  color: #bbb;

  font-weight: 400

}

.topgap .form-group input:-moz-placeholder { /* Firefox 18- */

  color: #bbb;

  font-weight: 400

}



.form-group .btn-group .btn {margin-top:0px;text-transform:capitalize; font-size: 14px;}

.form-group .btn-group .btn.banner-button{border-left: 0px;}

.onetimesection2 .form-group .btn-group .btn{margin-top: -4px;padding:0.6em 10px;color:#999}

.tablecellright{display:table-cell;color:#9e9e9e;font-weight:bold;font-size:1.2em;text-align:left;padding-left:10px}

.tablecellright2{display:table-cell;color:#9a9a9a;font-weight:bold;font-size:1.2em;text-align:left;padding-left:10px;line-height:1.5em}

/*Custom Style*/

h1{line-height: 42px;padding-bottom: 0 !important}





.mtop{margin-top: 12px;}

/* for Webkit's CSS-only solution */



@media screen and (-webkit-min-device-pixel-ratio:0) { 

  .custom-select select {

      padding-right:30px;    

  }

}



/* Since we removed the default focus styles, we have to add our own */





/* Select arrow styling */

label.custom-select {

  position: relative;

  display: inline-block;

}

.bootstrap-select {    padding: 0;

    border: none;}

.faqform .bootstrap-select > button{display: none}

.custom-select:after {

  content: url('../img/orgimg-small/expand_arrow_downw.png');

  position: absolute;

  font-family: "FontAwesome";

  top: 0;

  right: 0;

  bottom: 0;

  font-size:20px;

  height: 43px;

  padding: 0 7px;

  background: #eceff1;

  color: white;

  border-right: 2px solid #fff;

  border-top: 2px solid #fff;

  border-bottom: 2px solid #fff;

  pointer-events:none;

  line-height: 2em;

  -webkit-border-radius: 0 0.2em 0.2em 0;

  -moz-border-radius: 0 0.2em 0.2em 0;

  border-radius: 0 0.2em 0.2em 0;

}

select {

    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none;

    text-indent: 0.1;

    text-overflow: '';

}

 .faqform .form-group .form-control:after {

  content: "\f107";

  position: absolute;

  font-family: "FontAwesome";

  top: 3px;

  right: 0;

  bottom: 0;

  font-size:20px;

  height: 30px;

  padding: 0 7px;

  background: transparent;

  color: #aaa;  

  pointer-events:none;

  line-height: 2em;

  -webkit-border-radius: 0 0.2em 0.2em 0;

  -moz-border-radius: 0 0.2em 0.2em 0;

  border-radius: 0 0.2em 0.2em 0;

}



.no-pointer-events .custom-select:after {

  content: none;

}

#portfolio .btn-circle {

      border: 2px solid #fff;

    width: 50px;

    height: 50px;

    text-align: center;

    padding: 6px 0;

    font-size: 2.3em;

    line-height: 26px;

    border-radius: 100%;

    font-weight: bold;

    color: #fff;

    letter-spacing: 1.5px;

}



.btn-circle::after{

  background-color: #fff;

  content: "";

  display: inline-block;

  height: 2px;

  position: absolute;

  vertical-align: middle;

  margin-left: 8px;

  width: 100%;

  margin-top: 13px;

}

.btn-success

{

  background-color: #6ecf02;

}

#mixed-items li:last-child .btn-circle::after

{

  background-color:#eceff1;

}

#faqform .btn-group .btn { margin-top: 0;}

/*dropdownlist css*/

/*Accordion*/

.bgGreen h2{color: #fff !important;}

#integration-list {

  font-family: 'Roboto','Open Sans', sans-serif;

  width: 100%;

  margin: 3.5em auto;

  display: table;

  background-color: #fff;

  border:1px solid #cfcfcf;

  border-radius:0.5em;

  border-bottom:1px solid #eceff1;  

}

#integration-list ul {

  padding: 0;

  margin:0 0;

  color: #555;

}

#integration-list ul > li {

  list-style: none;

  border-bottom: 1px solid #cfcfcf;

  display: block;

  overflow: hidden;

}

#integration-list ul:last-child {

  border-bottom: 1px solid #cfcfcf;

  border-radius:0.5em;

}

#integration-list ul > li:hover {

 

}

.expand {

  display: block;

  text-decoration: none;

  color:#444444;

  cursor: pointer;

  padding: 15px;

}

.expand .right-arrow{color:#999999}

.expand:hover{ 

  background: #6ecf02;

  color:#fff;

}

.expand:hover .right-arrow{color:#fff}

#integration-list h2 {

  padding: 0;

  margin: 0;

  font-size: 1.4em;

  font-weight: bold;

  text-align: left;

  

}

.bgGreen{background: #6ecf02;  color:#fff;}

.bgGreen .right-arrow{ color:#fff;}

#left,#right{

  display: table;

}

.detail a {

  text-decoration: none;

  color: #C0392B;

  border: 1px solid #C0392B;

  padding: 6px 10px 5px;

  font-size: 14px;

}

.detail {

  margin: 0;

  display: none;

  line-height: 22px;

  /*height: 150px;*/

  background-color: #fff;

  text-align: left;

  padding: 15px;

  font-size: 1.2em;

  color:#999999;

}

.detail span{

  margin: 0;

}

.right-arrow {

 

  margin-left: 20px;

  width: 10px;

  height: 100%;

  float: right;

  font-size: 16px;



}

#textarea_feedback{

  position: absolute;

  width: 7em;

  font-size: 1.2em;

  padding: 0.5em 0.6em 0.5em 0.6em;

  background-color: #e9ecee;

  border-top-left-radius: 0.5em;

  border-bottom-right-radius: 0.4em;

  right: 15px;

  bottom: 0;

  border: 2px solid #cfcfcf;

  color:#888888;

  text-align:right;

}

/*.submenu{text-align:center; background-color: #6ecf02;color:#fff}

.submenu .nav > li > a{color:#fff}

.submenu .navbar-collapse.collapse{display:inline-block !important}

.submenu .menu a:hover {

  background: transparent;

  font-weight:bold;

  border-bottom: 4px solid #fff;

  

}

.submenu .menu .active a {

  color: #fff;

  font-weight:bold;

  border-bottom: 4px solid #fff;

}

@media (min-width:768px){

  .submenu .navbar-collapse.collapse{display:inline-block !important}

  .submenu .navbar-nav{margin: -4px;}

}*/

/*aflix menu*/

.affix {

top:0;

width: 100%;

z-index: 9999 !important;

margin: -1px;

}

.navbar {

margin-bottom: 0px;

}



.affix ~ .container-fluid {

position: relative;

top: 50px;

}

/*.submenu{text-align:center; background-color: #6ecf02;color:#fff}*/

.submenu .navbar-nav>li { 

  text-align: center;

  padding: 0px 8px;

  margin-bottom: -1px;

}

.submenu .navbar-nav>li.active{

  border-bottom: 0;

 

}

.submenu .navbar-collapse.collapse{max-height: 53px;}

.submenu .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{text-align:center; background-color: #6ecf02;color:#fff}

.submenu .navbar-inverse{background-color: #6ecf02; border-color: #6ecf02;}

.submenu .navbar-inverse .navbar-nav > li > a{color: #fff;}

.submenu .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover

{

  border-bottom: 3px solid #fff;

  color: #fff;

  background-color: #6ecf02;

}

.submenu .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color: #bbb;}

.submenu .navbar-toggle .icon-bar{background-color:#fff;}

.submenu .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:hover{background-color: #6ecf02;}

.submenu .navbar-inverse .navbar-toggle:hover .icon-bar{background-color: #fff;}

.submenu .navbar-inverse .navbar-toggle{border-color: #fff;}

#adsbanner h6{margin: 0.5em 0 1.3em 0;color: #fff;}

  @media (min-width:768px){

    .submenu .navbar{border-radius: 0;}

    .submenu .navbar-nav{display: inline-block;float:none;}

    .submenu .navbar-header,#myNavbar{line-height: 0;}

  }

  

  .submenu .menu .active a {   

    font-weight:bold;

   

  }

  .submenu .menu a {

 font-size: 14px;

  }

/*aflix menu*/

/*Accordion*/

/*Login*/

.form-body{

  background:#fff;

 

}

#sectionA,#sectionB{ 

  text-align: left;

  box-shadow: 0 0px 25px 0px rgba(0,0,0,0.4);

  border-radius: 0.4em;}

.login-form{

  background:rgba(255,255,255,0.8);

padding:30px;

border-top:3px solid#3e4043;

}

.innter-form{

padding-top:20px;

}

.innter-form span{font-size:1.2em}

.final-login li{

width:50%;

}



.nav-tabs {

  border-bottom: none !important;

}



.nav-tabs>li{

color:#222 !important;

}



.over-triangle{display:none;position: absolute; text-align:center;margin-left:38%;margin-top:16px;  }

.nav-tabs>li>a {

  margin-right: 0px;

  line-height: 1.428571429;

  border: none ;

  border-radius:0 ;

  font-size:1.3em;

  background-color: #b6e780;

  color:#fff;

 

}

 .nav-tabs > li > a:focus, .nav-tabs > li > a:hover

{

  background-color: #b6e780;

  color:#fff;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {

  color: #fff;

  background-color: #6ecf02;

  border: none !important;

  border-top-color: transparent;

  border-radius:none !important;

}



.nav-tabs>li.active .over-triangle{display:block; }

.linebtw {

  overflow: hidden;

  text-align: center;

  font-size:1.2em;

 

}

.linebtw:before,

.linebtw:after {

  background-color: #cfcfcf;

  content: "";

  display: inline-block;

  height: 1px;

  position: relative;

  vertical-align: middle;

  width: 50%;

}

.linebtw:before {

  right: 0.5em;

  margin-left: -50%;

}

.linebtw:after {

  left: 0.5em;

  margin-right: -50%;

}

.social-login{

text-align:center;

font-size:12px;

}

.social-login p{

margin:15px 0;

color:#3b2488;

}

.social-login ul{

margin:0;

padding:0;

list-style-type:none;

}

.social-login ul li{

width:100%;



  clear:fix;

}

.social-login ul li a{



display:block;

margin-bottom:14px;

}



.form-body button{width:100%; background-color:#6ecf02;color: #fff;font-weight: bold;letter-spacing: 1.5px;}

.form-body a{margin-right: 0px;}

.caretC {

  position: absolute;

  top: 23%;

  right: 12px;

  margin-top: -2px;

  vertical-align: middle;

}

.form-control{ box-shadow:none;font-size:1.2em;border-color: #cfcfcf}

#awesomefeatures .lessfeetxt p{font-size: 2.1em;width: 75%;float: left}

#awesomefeatures .lessfeetxt p strong{color:#555;font-weight:bold}

.bottomtxt strong{color:#555;font-weight:bold}

.bottomtxt b{color:#6ecf02;font-weight:bold}

#awesomefeatures .lessfee{margin:-30px 0 7px 15px; width: 23.6%;float: right}

.stepPage .alert-warning {

  color: #444444;

  background-color: #fceed8;

  border-color: #faa01b;

}

.organizationforms .form-control {height:auto;padding: 7px 12px;border:1px solid #7f9db0;font-size:2em}

.organizationforms .dollarchk{ border: 1px solid #7f9db0;}



.organizationforms .wizard > .content > .body input{border:1px solid #7f9db0;}

.organizationforms .input-group-addon,.organizationforms .btn-secondary{border:1px solid #7f9db0;background-color:#bfced7}

#features .organizationforms .btn-secondary{color:#fff;}

/*Login*/

.form-control:placeholder-shown {color:#c4c4c4}

.form-control:focus{

  outline: none !important;

  border:1px solid #6ECF02;

  

}

.organizationform #sectionB .form-group,.organizationform #sectionA .form-group{margin-bottom:20px}

.pricetitle{font-size: 2.5em;line-height:1.5em;width: 70%;overflow: hidden;padding-top: 15px;}

 .open > .dropdown-toggle.btn-default {background-color: #fff;}

 .bootstrap-select .btn-default:hover {

    

    background-color: #fff;

    border-color: #cfcfcf;

}

@media screen and (max-width: 732px) and (min-width: 320px) {

	.dashlfthead a div:nth-child(2){float:left}

	 .pricetitle{width: 100%;}

	 #submit{	   

	  padding: 12px 8px;	  

	}

	#adsbanner{padding: 20px 15px}

	.locations {

		padding: 0 15px;

	}

	#defundfeatures{padding:30px 15px 10px 15px;}

	#awesomefeatures{padding:30px 15px 10px 15px;}

	.gmenu{padding-left:15px;padding-left:15px;}

	#faq{padding:20px 20px;}

	#faqform{padding:20px 25px;}

	#sendemail .col-md-12{padding:0 15px;}

	.hidedv{display:none}

	.overflowscroll{overflow-y:scroll;overflow-x:hidden;padding:15px;}

	.stepPage {margin:0;}

	.stepPage .col-md-4,.col-md-12{padding:0}

	.stepPage .dollarchk {font-size: 1.5em;}

	.stepPage .donationbox .input-group-addon{font-size: 1.5em;padding: 0px 7px;}

	.stepPage #amounttxt:placeholder-shown {

		font-size: 1.7em;

		padding: 0em 1em;

		word-wrap: break-word;

	}

	.stepPage #amounttxt {

	  font-size: 1.5em;

	  font-weight: 600;

	  padding: 0em 1em;

	  height: 34px;

	}

	.navbar-collapse.in{overflow-x:hidden}

	.navbar-nav > li.active{border-bottom: none;}

	.submenu .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover

	{border-bottom: none}

	.submenu .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border:none}

	  #awesomefeatures .lessfeetxt{float: none}

	  #awesomefeatures .lessfeetxt p{font-size: 1.25em;width:100%;float:none;}

	  #awesomefeatures .lessfee{margin:0 auto; width: 100%;float: none}

	  #banner .block{

		padding: 100px 0 20px 0;

	  }

	  

	  .navbar-brand img{height:50px}

	  .faqform .sndmsg{ text-align: center}

	  .faqform .googlecaptcha{ text-align: center}

	  #banner .block2 {

		position: relative;

		padding: 50px 0 40px 0;

		text-align: center;

	 }

	 .navbar-brand {

	  padding: 2px 15px 10px 15px;

	  height: auto;

	}

	 .srrgt img{

	  position: absolute;

	  margin-left: -53px;

	  margin-top: 146px;

	  height: 18%;

	}

	.innerHead {padding: 130px 0 15px 0;}

	.topgap{margin-top:15px }

	.dvslider{display: inline-block;}

	.tabbtn ul{ float:none;  line-height: 1.4;

	  padding-left: 0;

	  margin-right: 20px;

	  display:inline-block;

	}

	.srcresult{text-align: center;margin-bottom:10px}

	.tabbtn{text-align: center;margin-bottom:10px}

	#mixed-items li .btn-circle::after

	{

	  background-color:#eceff1;

	  content: "";

	  display: none;

	  height: 0px;

	  width: 0px;

	}

	.loginSign {

	  margin-top: 1em;

	  padding-right: 14px;

	}

	.col-md-12 {

		padding: 0 15px;

	}

}

.customesrc{display: inline-block;background-color:#7f9db0;width:65%;border: 2px solid #fff; z-index:100;padding-left:35px; color:#fff}

.customesrc:placeholder-shown {

  color:#fff;

      font-weight: 300;

    font-size: 14px;

    letter-spacing: .3px;

   /* padding: 20px 35px;*/

    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);

}

.customesrc::-webkit-input-placeholder {  color: #c6d2da;}

.customesrc:-moz-placeholder {  color: #c6d2da;}

.customesrc::-moz-placeholder { color: #c6d2da;}

.customesrc:-ms-input-placeholder {color: #c6d2da;}

.customesrc::-webkit-input-placeholder {color: #c6d2da;}

.customesrc:-moz-placeholder {color: #c6d2da;}

.customesrc::-moz-placeholder {color: #c6d2da;}

.customesrc:-ms-input-placeholder {color: #c6d2da;}

#features .btn-success, #portfolio .btn-success,.btn-success{color:#fff}

.alert {font-size:14px;border-width: 1px;border-color: #fa9602;}

#profileImage {

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: #6ecf02;

    font-size: 18px;

    color: #fff;

    text-align: center;

    margin: -7px 9px;

    float: left;

    padding-top: 5px;position:absolute;left: -53px;

}

#profileImage2 {

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: #6ecf02;

    font-size: 18px;

    color: #fff;

    text-align: center;

    margin: 0px 10px 0 0;

    float: left;

    padding: 9px 0px 0 2px;

}

@media screen and (max-width: 960px) and (min-width: 320px) {

  #mixed-items li .btn-circle::after

  {

    background-color:#eceff1;

    content: "";

    display: none;

    height: 0px;

    width: 0px;

  }

  #banner .block{

    padding: 210px 0 20px 0;

  }

  #banner .block2 {

    position: relative;

    padding: 100px 0 40px 0;

    text-align: center;

 }

 .footbot1{ text-align: center;margin-bottom:10px }

 .footbot2{ text-align: center;margin-bottom:10px }

 .footbot3{ text-align: center;font-size:10px;margin-bottom:10px }

 .stepPage .btnssrc .mkdonation{ padding:10px 10px;}

 .col-md-12.monthlyonetime{padding:0}

 #features .btncell .btn{font-size:12px}

 .card .btn-group .btn{padding: 0.643em 5px;}

}

.nheader{

	font-size:1.4em;

	color:#555555;

	font-weight:bold;

}

.ntext{

	color:#444444;

	font-size:1.2em;

	line-height:20px;

}

.imageerror{

	padding: 50px 10px;

	position:absolute;background-color:#fff;width:88%;height:100%;border-radius:0.5em;border:1px solid red;

	font-size: 1.5em;

	text-align:center;color:red

}

.btn-group.open .dropdown-toggle{-webkit-box-shadow: none;

    box-shadow: none}

.bootstrap-select.dropup.btn-group .dropdown-toggle .filter-option {
    color: #7f9db0;
}

.bootstrap-select.btn-group .dropdown-toggle[title="Organization Type"] .filter-option {
    color: #989898;
    font-size: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle[title="Select Country"] .filter-option {

   color: #989898;

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  text-transform:capitalize;

}

::-moz-placeholder { /* Firefox 19+ */

 text-transform:capitalize;

}

:-ms-input-placeholder { /* IE 10+ */

  text-transform:capitalize;

}

:-moz-placeholder { /* Firefox 18- */

  text-transform:capitalize;

}

.loginSign .dropdown-menu{margin: 12px 0 0;}

.dashlfthead a div{text-align:left;}

/*.dashlfthead a div{float:left}*/

table tr:hover{ background-color:#f5f5f5;cursor:pointer}

::-webkit-input-placeholder {

   text-transform: initial;

}



:-moz-placeholder { 

   text-transform: initial;

}



::-moz-placeholder {  

   text-transform: initial;

}



:-ms-input-placeholder { 

   text-transform: initial;

}

.modal-dialog .btn {  font-weight: bolder; min-width: 70px;padding: 6px 15px;}

.modal-dialog .btn-default {

    color: #333;

    background-color: #ced4dc;

    border-color: #ccc;

    font-weight: bolder;

	

}

/*/////Custom modal*/

.modal-dialog #shorttxt{text-align:left;color:#777777;font-weight:bold;}

.modal-dialog .pt18 {

    font-size: 12px;

    font-weight: bold;

    text-align: left;

    position: absolute;

    top: -32px;

}

.modal-header {

    padding: 9px 15px;

    border-bottom: 1px solid #e5e5e5;

    background-color: #f4f6f7;

    min-height: 43px;

	border-top-left-radius: 6px;

    border-top-right-radius: 6px;

}

.modal-dialog .shorttext {

    font-size: 1.3em;

    color: #999;

    text-align: left;

    line-height: 20px;

}

.modal-body {

    position: relative;

    padding: 5px 22px;

}

.modal-header .close {

    margin-top: 0px;

	font-size:2.5em;

    margin-right: 6px;
	font-weight: normal !important;

}

/*/////Custom modal*/

@media screen and (max-width: 360px) and (min-width: 320px) {

	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before

	{

		top:13px;

	}

}

.form-group .btn-group .btn.dropdown-toggle{text-transform: initial;}

@media screen and (max-width: 737px) and (min-width: 320px) {

	.navbar-brand {margin: 0 0 10px 10px;}

	.loginSign{margin-right: 12px;}

	.loginSign .dropdown-menu {

		margin: 12px 0 0 -158px;

	}

	.mixed-services .servicetxt{padding:10px}

}

.nav-tabs.final-login .login-tab
{
    border-top-left-radius:0.3em !important;font-weight:bold!important;font-size:2em !important;padding: 17.3px 15px !important;background-color: #b6e780;
}

.nav-tabs.final-login .signup-tab
{
    border-top-right-radius:0.3em !important;font-weight:bold !important;font-size:2em !important;padding: 17.3px 15px !important;background-color: #b6e780;
}
.nav-tabs.final-login .active.login-tab, .nav-tabs.final-login .active.signup-tab
{
    background-color: #6ecf02 !important;
}

/*.tab-content
{
  height: 590px !important;
}*/


.innter-form h4
{
  font-size: 24px !important;
}

#sectionA .innter-form
{
  padding:30px !important;
 
}
#sectionB #sigup
{
  min-height: 650px;
}
#sectionB
{
  padding: 30px !important;
}

#sectionA .signup-section
{
   padding : 40px 30px !important;
}

#sectionA .login-line label {
    width: auto;
    position: relative;
    bottom: 7px;
    left: 28%;
    font-size: 14px;
    background-color: #f4f6f7;
    padding: 0px 12px;
}

#sectionA .forgot-password-label
{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
#sectionA .forgot-password-label a,#sectionA .forgot-password-label a:active
{
  color: #6ecf02 !important;
}

.resendcode
{
  color:  #6ecf02 !important;
}

#sectionB .verify-number-input-container {
      width: auto !important;
    margin: 54px 25px 10px 25px !important;
}

#sectionB p
{
  font-size: 14px;
}

#sectionB #thankyou h4
{
  color:  #6ecf02 !important;
}

#sectionB .error-msg , #sectionA .error-msg
{
      position: absolute;
    right: 0px;
}

#login-password::placeholder,#login-password::-webkit-input-placeholder,#login-password::-moz-placeholder 
{
  /*position:absolute;
  bottom:-5px;
  right:0px;*/
 /* padding-top:5px;
  line-height: 40x;
  color: yellow;*/
  
}

.customModal .modal-content .inputs
{
    width: 100%;
    height: 56px;
    border-radius: 4px;
    padding: 20px 16px;
    border: #bfbfbf solid 1px;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: inherit;
    color: #555;
}

.customModal .modal-content .inputs:focus , .customModal .modal-content .inputs:hover
{
  border: #6ecf02 solid 1px !important;
  outline: none;
}

.customModal .modal-content .inputs::placeholder
{
  color:#bbb !important;
  font-weight:200;
  font-size:16px;
}

.reset-password-requirments-container 
{
  border: #bfbfbf solid 1px;
  width: 224px;
  position: absolute;
  right: -240px;
  top: 10px;
  font-size: 14px;
  padding: 12px 5px 22px 5px;
  border-radius: 3px;
  text-align: left;
  letter-spacing: .5px;
  background-color: white;
  display: block;
  font-weight: lighter;
}

.customModal .modal-header {

    padding: 30px;

    font-size:18px;

    color:#555;

    border-bottom: none;

    background-color: #f4f6f7;

    min-height: 43px;

  font-family: Open Sans;

  font-weight: bold;

  letter-spacing: 1.6px;

  text-transform: uppercase;

  border-top-left-radius: 15px !important;

  border-top-right-radius: 15px !important;

}

.customModal .modal-content
{
  min-width: 490px;

  border-radius: 15px;
  
}

.customModal .modal-header .close
{
  margin-top: -2px;

  color: #7c8999;

  font-weight: lighter;

  position: absolute;

  top: 17px;

  right: 0;

  margin-right: 30px !important;
}

.customModal .modal-body
{
    color:#6ecf02;font-weight:bold;text-align:center;line-height:2em;padding:30px;
}

.customModal .modal-body .modal-label
{
  font-size: 15px;

  letter-spacing: .5px;

  font-weight: lighter !important;

  font-family: open sans;

  color: #777;

  margin-top: 15px;

  text-align: left;

}

.customModal .modal-body .error-msg
{
  position:absolute;
  left: 30px;
  display: none;
  text-align:left;
  color: red;
  
}

.customModal .modal-body .red-label
{
  color:red;
}

.customModal .modal-body .footer
{
  text-align: right;

  margin-top: 50px;
}

.customModal .modal-body .footer .cancel-btn
{
  width: 120px;

  height: 40px;

  font-size: 14px;

  font-family: open sans;

  letter-spacing: 1px;

  color: #555;

  margin-right: 10px;

  border-radius: 5px;

}

.customModal .modal-body .footer .success-btn
{
  background-color:#70cf00;

  color: #fff;

  width: 120px;

  height: 40px;

  font-size: 14px;

  font-family: open sans;

  letter-spacing: 1px;

  border-radius: 5px;
}

.googlecaptcha{    
    margin: 0 auto;
    width: 301px;
}



.singup_line{
	height: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px !important;
	margin-top: 44px !important;
}

.guestLogin-Submit {
    background: none;
    border: none;
    color: #6ecf03;
    width: auto;
    position: relative;
    bottom: 11px;
    background-color: #f4f6f7;
    padding: 4px 11px !important;
    font-size: 15px;
    padding: 5px;
}

.guestLogin-Submit:hover{
	text-decoration:underline;
} 

.submit_org_btn .btn{padding-top: 15px !important;}

.form_card{
	position:relative;
	max-width: 432px;padding:0;border-radius:0.4em;box-shadow:none; margin:0 auto;
}

/*.ad_select .btn, #portfolio .btn {
    text-transform: capitalize;
    height: 50px;
    font-size: 20px;
    border: #7f9db0 1px solid !important;
	padding-top: 10px !important;
}
*/
.ad_select .caretC {
    position: absolute;
    top: 21px;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.gmenu a{
	display:inline-block;
}

.readmore {
    display: inline-block;
    background-color: #fff;
    border: #ccc 1px solid;
    padding: 12px 25px;
    border-radius: 0.3em;
    line-height: 1.42857143;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #555555;
}

.readmore:hover{
	color: #fff;
	background-color: #6ecf02;
    border: #6ecf02 1px solid;
} 

.singup_now{
	display: inline-block;
    color: #fff !important;
	background-color: #6ecf02;
    border: #6ecf02 1px solid;
    padding: 12px 25px;
    border-radius: 0.3em;
    line-height: 1.42857143;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.guest_as {
    position: relative;
    border-bottom: #ccc 1px solid;
    display: inline-block;
    width: 365px;
}
.guest_as .guestLogin {
    background: no-repeat;
    text-decoration: none;
    background: #f4f6f7;
    padding: 5px;
    position: relative;
    top: 12px;
}

.guest_as .guestLogin:hover {
    color:#6ecf02;
}

.ad_select .btn{
	height: 50px;
    font-size: 20px !important;
    border: #7f9db0 1px solid !important;
    color: #8d969b !important;
    line-height: 22px;
}

.left_align {
    margin: 0px !important;
}

.ad_select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: visible !important;
    width: 100%;
    text-align: left;
}