body {
	font-family: "Open Sans", serif;
}
a{
	text-decoration: none;
}
a:hover{
	color: inherit;
}
.form-control:focus{
	box-shadow: none;
	border-color: #649A2A !important;
}
.text-green{
	color: #649A2A !important;
}
.text-blue{
	color: #0051FF !important;
}
/* ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
} */
.font-15{
	font-size: 15px !important;
}
/* h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
} */
header{
	padding: 15px 0;
	border-bottom: 5px solid #649A2A;
}

/* header.o_header_standard, */
/* header.o_top_fixed_element, */
header.o_header_is_scrolled,
header.o_header_affixed {
    display: none !important;
}

.hidden {
	display: none;
}
.topbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hamburger{
	display: none;
	background-color: transparent;
	border: none;
}
.logo {
	flex: 0 0 33%;
}
.topbar-content{
	flex: 0 0 67%;
	display: flex;
}
.logo a{
	display: flex;
	align-items: center;
	gap: 8px;
}
.logo img{
	width: 66px;
}
.logo h4{
	font-size: 20px;
	font-weight: bold;
	color: #D9D9D9;
}
.topbar-middle{
	text-align: center;
	flex: 1;
}
.topbar-middle b, .topbar-middle p{
	font-size: 15px;
	color: #D9D9D9;
	display: block;
}
.topbar-right{
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1;
	justify-content: flex-end;
}
.topbar-right p, .topbar-right b{
	font-size: 14px;
	color: #D9D9D9;
}
.share-value{
	text-align: right;
}
.banner{
	background-image: url("/follow_this_transition/static/src/img/earth-background.png");
	background-size: cover;
	/* border-top: 5px solid #649A2A; */
}
.small-banner{
	height: 160px;
}
.small-banner .banner-content{
	min-height: 160px !important;
}
.small-banner .banner-content h1{
	font-weight: 800;
}
.small-banner .banner-content, .large-banner .banner-content{
	padding: 50px 0;
}
.banner-content{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	flex-direction: column;
	margin: 0 auto;
	padding: 100px 0;
}
.banner-content h1{
	font-size: 45px;
	color: #767676;
	text-align: center;
	font-weight: 400;
	flex: 0 0 50%;
}
.max-w-100{
	max-width: 100% !important;
}
.banner-with-range{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-with-range h1{
	font-size: 36px;
	color: #767676;
	text-align: left;
}
.banner-content{
	max-width: 811px;
}
.banner-content a{
	padding: 12px 113px;
	background-color: #fff;
	border: 1px solid #649A2A;
	border-radius: 16px;
	color: #649A2A;
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.banner-content a:hover{
	background-color: #649A2A;
	color: #fff;
}
/* add css for the two custome button */
.btn_confirm{
	padding: 12px 113px;
	background-color: #fff;
	border: 1px solid #649A2A;
	border-radius: 16px;
	color: #649A2A;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.btn_confirm:hover{
	background-color: #649A2A;
	color: #fff;
	}

footer{
	padding: 28px 0;
	background-color: black;
}
footer ul{
	display: flex;
	align-items: center;
	gap: 42px;
}
footer ul li a{
	padding: 10px 22px;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	font-weight: bold;
	font-size: 12px;
	transition: 0.3s;
}
footer ul li a:hover{
	background-color: #649A2A;
}
.footer-logo{
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-logo p{
	font-size: 16px;
	color: #fff;
}
.footer-logo img{
	width: 101px;
}
.footer-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.donation-slider{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 50%;
}
.donation-slider i, .donation-slider p{
	color: #649A2A;
	font-style: italic;
	font-size: 16px;
}
.donation-slider i{
	font-weight: bold;
}
.donation-slider p{
	color: #767676 !important;
}
.slider-container {
	max-width: 502px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
#slider-value {
	font-size: 60px;
	color: #649A2A;
	font-weight: 800;
	margin-bottom: 44px;
	display: block;
	margin-top: 10px;
}
input[type="range"] {
	width: 100%;
	margin-top: 10px;
	-webkit-appearance: none;
	appearance: none;
	height: 8px;
	background-color: #D9D9D9;
	border-radius: 10px;
	position: relative;
	z-index: 100;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 4px solid #649A2A;
	z-index: 1000;
}
.slider-input-wrap{
	position: relative;
}
.info-icon{
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #0051FF;
	transition: border 0.3s;
	border-radius: 50%;
}
.info-icon:hover{
	border-width: 1px;
}
/* Adding Before and After Pseudo-Elements */
.input-slider-after,
.input-slider-before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff; /* White circles */
  border: 3px solid #D9D9D9;
  border-radius: 50%;
  z-index: -1; /* Place behind the thumb */
  transition: transform 0.3s, background-color 0.3s;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  z-index: 10;
}

.input-slider-after {
	left: 96%;
	z-index: 1000;
}
.input-slider-before {
	right: 96%;
	z-index: 1000;
	left: 0px;
}
input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 4px solid #649A2A;
	z-index: 9999;
	position: relative;
}


.modal-body{
	/* padding: 0; */
	background-color: transparent;
}
/* .modal-content{
	background-color: transparent;
	border: none;
} */
/* .modal-dialog{
	max-width: 100%;
} */
.popup-blocks{
	display: flex;
	align-content: center;
	gap: 20px;
	justify-content: center;
}
.popup-block-left{
	display: flex;
	flex-direction: column;
	gap: 18px;
	border-radius: 40px;
	padding: 26px 23px;
	background-color: #fff;
	text-align: center;
	flex: 0 0 35%;
}
.popup-block-left h5{
	font-size: 24px;
	color: #649A2A;
	font-weight: bold;
}
.popup-block-left i{
	font-size: 18px;
	color: #767676;
}
.popup-block-left a{
	max-width: 375px;
	width: 100%;
	height: 37px;
	background-color: #649A2A;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
/* add css for the this is correxct button */
.btn_correct{
	max-width: 375px;
	width: 100%;
	height: 37px;
	background-color: #649A2A;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.popup-block-right{
	flex: 0 0 60%;
}
.popup-block-right{
	padding: 19px 70px 10px 70px;
	background-color: #fff;
	border-radius: 40px;
}
.popup-block-right i{
	font-size: 18px;
	color: #767676;
	text-align: center;
	display: block;
}
.popup-table-header, .popup-table-body-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}
.popup-table-header span{
	padding: 0px 11px;
	background-color: #D9D9D9;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.popup-table-header span:nth-child(1), .popup-table-body-row span:nth-child(1){
	flex: 0 0 37%;
}
.popup-table-header span:nth-child(2), .popup-table-body-row span:nth-child(2){
	flex: 0 0 7%;
}
.popup-table-header span:nth-child(3), .popup-table-body-row span:nth-child(3){
	flex: 0 0 27%;
}
.popup-table-header span:nth-child(4), .popup-table-body-row span:nth-child(4){
	flex: 0 0 17%;
}
.popup-table-body-row{
	margin: 0;
}
.popup-table-body-row span{
	font-size: 24px;
	color: #767676;
}
.popup-table-body-row span{
	font-size: 24px;
	color: #767676;
	margin-top: 9px;
}
.popup-table-body-row span:nth-child(1){
	font-weight: bold;
}
.popup-table-body-row span:nth-child(2){
	text-align: center;
	color: rgba(118, 118, 118, 0.5);
}
.popup-table-body-row span:nth-child(3){
	text-align: right;
	color: rgba(118, 118, 118, 0.5);
}
.popup-table-body-row span:nth-child(4){
	text-align: right;
	font-weight: 600;
}
.popup-block-right hr{
	height: 4px;
	border-radius: 4px;
	background-color: #D9D9D9;
	margin: 10px 0;
}
.note i{
	font-size: 10px;
	color: #767676;
	text-align: left;
}
.total-value{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.total-value h6{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #767676;
}
.total-value h2{
	font-size: 28px;
	font-weight: 800;
	color: #767676;
}
.popup-footer{
	padding: 12px 0;
}
.popup-footer i{
	color: #649A2A;
	font-size: 14px;
}
.popup-footer a{
	color: #0051FF;
}

  /* Responsive Styling */
  @media (max-width:1024px) {
	.modal-dialog {
	  max-width: 90%; /* Smaller modal for mobile */
	  margin: 10px;
	}
  
	.popup-blocks {
	  flex-direction: column; /* Stack blocks vertically */
	  gap: 15px;
	}
  
	.popup-block-left,
	.popup-block-right {
	  flex: 1 1 auto; /* Stretch blocks to full width */
	  text-align: center; /* Center content for better readability */
	  padding: 20px 15px;
	}
  
	.popup-table-header span,
	.popup-table-body-row span {
	  text-align: left; /* Adjust text alignment */
	}
  
	.total-value {
	  flex-direction: column;
	  align-items: flex-end;
	  gap: 10px;
	}
	.modal-dialog {
		max-width: 95%;
	  }
	
	  .popup-block-left h5 {
		font-size: 20px;
	  }
	
	  .popup-block-left i,
	  .popup-block-right i {
		font-size: 14px;
	  }
	
	  .popup-block-left a {
		font-size: 16px;
		padding: 10px 15px;
	  }
	
	  .popup-footer i {
		font-size: 12px;
	  }
	  .popup-table-body-row span{
		font-size: 18px !important;
	  }
	  .popup-table-header span{
		text-align: center;
		padding: 0 9px;
		font-size: 13px;
	  }
  }
  
  

.thank-you-donation{	
	padding: 22px 0;
	text-align: center;
}
.thank-you-donation p{
	font-size: 20px;
	color: #767676;
}
.thank-you-donation h3{
	font-size: 45px;
	font-weight: 800;
	color: #649A2A;
}
.thank-you-donation form{
	margin: 20px auto;
	max-width: 500px;
	width: 100%;
}
.thank-you-donation .form-field{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	text-align: left;
}
.thank-you-donation .form-field .form-control{
	display: flex;
	gap: 10px;
	align-items: center;
	flex: 0 0 59%;
	height: 28px;
	border-radius: 4px;
}
.thank-you-donation .form-field label{
	font-size: 14px;
	color: #767676;
	flex: 0 0 38%;
}
.btn_cash{
	max-width: 312px;
	width: 100%;
	height: 44px;
	background-color:rgba(255, 255, 255, 0.8);
	/* color:#649a2a ; */
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 50px auto 0 auto;
	justify-content: center;
	border: 2px solid #649A2A;
	transition: 0.3s all;
}
.thank-you-donation form .submit-btn{
	max-width: 312px;
	width: 100%;
	height: 44px;
	background-color: #649A2A;
	color: #fff;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 50px auto 0 auto;
	justify-content: center;
	border: 2px solid #649A2A;
	transition: 0.3s all;
}
.thank-you-donation form .submit-btn:hover{
	border-color: #fff;
}
.thank-you-donation i{
	font-size: 12px;
	color: #0051FF;
	margin: 12px auto 0 auto;
	line-height: auto;
	display: block;
	text-decoration: underline;
	margin: 0;
}
.blue-italic{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 40px;
}
.bank-details{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 30px;
}
.bank-details span{
	font-size: 14px;
	color: #767676;
	text-align: left;
	align-self: flex-start;
	flex: 1;
}

/* change the input and span css */
/* .bank-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}

.bank-details span {
	font-size: 14px;
	color: #767676;
	text-align: left;
	align-self: flex-start;
	flex: 1;
	margin-right: 5px;
}

.bank-details input {
	font-size: 18px !important;
	font-weight: bold !important;
	color: #767676 !important;
	flex: 1;
	background-color: #fff !important;
	padding: 0px !important;
    overflow: auto; 
	text-align: left; 
	margin-right: 5px;
	width: 100%;
	min-width: 410px;
}	
.bank-details input:focus {
    outline: none; 
    border: 1px solid #ddd;
    cursor: text; 
} */

.bank-details span:nth-child(2){
	font-size: 13px !important;
	font-weight: bold !important;
	color: #767676 !important;
	flex: 1;
	background-color: #fff !important;
	padding: 0 !important;
}
.bank-details-buttons{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin: 30px;
}
.bank-details-buttons a{
	height: 44px;
	padding: 12px 18px;
	border: 1px solid #649A2A;
	background-color: #fff;
	color: #649A2A;
	font-size: 18px;
}
.bank-details-buttons a:hover{
	text-decoration: none;
	background-color: #649A2A;
	color: #fff;
 }
 /* use for the this is correct button */
.btn_correct{
	height: 44px;
	padding: 12px 18px;
	border: 1px solid #649A2A;
	background-color: #fff;
	color: #649A2A;
	font-size: 18px;
}

.btn_correct:hover{
	background-color: #649A2A;
	color: #fff;
}

.bank-details-buttons a:nth-child(2){
	background-color: #649A2A;
	color: #fff;
}
.large-banner .banner-content p, .large-banner .banner-content small{
	font-size: 18px;
	line-height: 28px;
	color: #767676;
	text-align: center;
}
.large-banner .banner-content p b, .large-banner .banner-content small i b{
	color: #649a2a;
}
.large-banner .banner-content span{
	font-size: 18px;
	color: #767676;
	margin: 0;
	display: block;
}
.oops{
	padding: 22px 0;
	text-align: center;
}
.oops img{
	margin: 50px 0;
}
.oops h6, .oops p{
	font-size: 20px;
	color: #767676;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.back-btn{
	padding: 10px 30px;
	border: 1px solid #649A2A;
	color: #649A2A;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 16px;
	display: block;
	max-width: 500px;
	margin: 10px auto;
}
.back-btn:hover{
	background-color: #649A2A;
	color: #fff;
}
.back-btn:hover{
	background-color: #649A2A;
	color: #fff;
}
.oops p a{
	color: #0051FF;
	text-decoration: underline;
}

/* Custom CSS */

.feedback_tagline {
	text-decoration: none !important;
}

.feedback_tagline:hover {
	text-decoration: underline !important;
}