/* Write Custom css code here */

/* Section 1 */
.dontaion-main-section{   border:1px solid #16365E; padding:30px; }

.donation-header-section h3 { font-weight:700; }
.donation_amount_description{ font-size: 17px; font-weight: 400; }

.dontaion-price-box-section { width:100%;     padding-top: 20px; }
.dontaion-price-box-section .dontaion-price-box {
	width: 100px;
	border-radius:5px;
	background: #16365E;;
	border: 1px solid #16365E;
	padding: 25px 3px;
	color:#fff;	
	text-align: center;	
	font-weight: 600;
	font-size: 26px;
	float:left;
	margin:2px;
	cursor: pointer;
	
}

.dontaion-price-box-section .dontaion-price-box:hover { 	 background-color:#71CFF3; color:#fff; border:1px solid #71CFF3; }
.dontaion-price-box-section .active-box{ background-color:#71CFF3; color:#fff; border:1px solid #71CFF3;}
  
 
.donation-clear{ clear:both; }
.donation-price-input-section { padding-top:10px;  }
.donation-price-input-section .confirm-monthly-donation{ padding:20px 0px; }

.donation-price-input{ max-width:250px !important; }

/* Section 2 */
.dontaion-personal-detail-section{  border:1px solid #16365E;  padding:30px; } 
.donation-hr{ background-color: #ccc; border: 0; height: 1px; margin: 0 0 1.41575em; }
.donation-form-row {
     display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom:10px;
}
.donation-form-row .custome-half-div {
    padding-right: 5px;
    padding-left: 5px;	
	width: 100%;
}
.donation-data-form{ margin-top: 10px; }
.donation-data-form label {
    display: inline-block;
    margin-bottom: 5px;
	font-weight:600;
}

.donation-form-control {
	background-color: white !important;
	box-shadow: none !important;
	border-radius: 3px;
	padding: 10px 10px;
	margin: 0;
	border: 1px solid #dfdfdf !important;	
	font-size: 1rem;
    line-height: 1.5;
    color: #495057;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    width: 94%;
    font-family: 'Montserrat';
    
}
.padding-5{ padding:0px 5px; }

.donation-checkbox .container-chk {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
	color:#333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

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

/* Create a custom checkbox */
.donation-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 7px;
  height: 22px;
  width: 22px;
    background-color: transparent;
    border: 1px solid #16365E;
}

/* On mouse-over, add a grey background color */
.donation-checkbox .container-chk:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.donation-checkbox .container-chk input:checked ~ .checkmark {
  background-color: #16365E;
}

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

/* Show the checkmark when checked */
.donation-checkbox .container-chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.donation-checkbox .container-chk .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.donation-custome-btn{
	border: 1px solid #16365E;
    color: #16365E;
    border-radius: 5px;
    float: right;
	background:none;
    padding: 15px 35px;
    font: 600 13px 'Montserrat';
    text-transform: uppercase;
   /* margin-left: 25px;*/
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    display: inline-block;
    cursor: pointer;
}
.donation-custome-btn:hover {
    color: #444444;
    border-color: #444444;
    cursor: pointer !important;
}

.submit-btn-section{ width:96%; }

@media (min-width: 320px) and (max-width: 640px) {
	.dontaion-main-section, .dontaion-personal-detail-section { padding: 20px;	}	
 	.notifiacation-section{ min-height: 50px; }
	.donation_amount_description{ font-size:17px;	} 
	.dontaion-price-box-section .dontaion-price-box {    width: 80px; }
	.donation-price-input {    max-width: 225px !important; }
	.donation-checkbox .container-chk { font-size:16px;	}  	
	.donation-header-section h4 { font-size:17px; }
	.donation-data-form label { margin-bottom:2px; }
	.donation-form-control{ padding: 8px !important; }
    .donation-custome-btn { padding: 10px 25px; }
    .submit-btn-section {    width: 100%; }
}

@media (min-width:768px){	
	.donation-form-row .custome-half-div {
		padding-right: 5px;
		padding-left: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 50%;
	}	
    
}

@media (min-width: 768px) and (max-width: 1024px) {
	.dontaion-main-section, .dontaion-personal-detail-section { padding: 30px;	}		
	.donation_amount_description{ font-size:15px;	} 
    .submit-btn-section {    width: 100%; }
    .donation-form-control { width: 91%; }
}

@media (min-width: 980px) and (max-width: 1280px) {
	
    .submit-btn-section {    width: 97%; }
    
}

.donation-required-error {color:red; font-size:16px;}