@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.cdnfonts.com/css/cooper-hewitt');


@font-face {
    font-family: 'basis_grotesque_proregular';
    src: url('webfonts/fontsfree-net-basisgrotesquepro-regular-webfont.woff2') format('woff2'),
         url('webfonts/fontsfree-net-basisgrotesquepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'basis_grotesque_promedium';
    src: url('webfonts/fontsfree-net-basisgrotesquepro-medium-webfont.woff2') format('woff2'),
         url('webfonts/fontsfree-net-basisgrotesquepro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Cooper Hewitt', sans-serif;
    font-weight: 703;
    font-size: 20px;
    min-height: 100vh;
    height: auto;
    width: 100%;
}
main
{
    position: relative;
}
a {
    text-decoration: none; 
    color: #CCC;
}
.w-5 {
    width: 30px;
}
.w-33 {
    width: 33px;
}
.text_mont {
    font-family: 'montserrat', sans-serif;
}
.el_neutro {
    font-size: 25px; 
}
.btn_neutro {
    background: transparent !important;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #45532A;
    font-weight: 400 !important;
    font-size: 25px;
}
.title_section {
    font-family: 'montserrat', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
}
small {
    font-size: 70%; line-height: 70%
}
strong {
    font-weight: 709 !important
}

.sidebar
{
    background-image: url(../images/sidebar-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: fixed;
}
.sidebar .wrapper
{
    padding: 45px 40px;
    height: 100%;
    position: relative;
}
.text-primary {
    color:#45532A !important;
}
.text-secondary {
    color:#899b72 !important;
}
.logo
{
    display: flex;
    align-items: center;
}
.logo img {
    max-width: 350px;
    max-height: 350px;
}
.logo .logo-icon
{
    font-size: 30px;
    color: rgb(41, 164, 202);
}
.logo .logo-text
{

    font-size: 33px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;  
    margin-left: 10px;
}
.sidebar-inner
{
    color: white;
    display: grid;
    height: calc(100% - 70px);
    align-content: center;
    margin: 0 auto;
}
.sidebar-inner span
{
    font-size: 15px;
    color: rgb(41, 164, 202);
    text-transform: uppercase;
    line-height: 3.667;
}
.sidebar-inner h2
{
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
}
.sidebar-inner p
{
    font-size: 18px;
    color: rgb(215, 215, 215);
    line-height: 1.556; 
}
.donation-meter
{
    margin-top: 50px;
    width: 100%;
    height: auto;
}
.donation-meter h5, .donation-meter span
{
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.857;
}
.donation-meter-inner
{
    width: 100%;
    height: 19px;
    z-index: 3;
	margin-top: 5px;
    border-radius: 9px;
    background-color: rgb(60, 63, 63);
    display: flex;
}
.meter-fixed
{
    width: 50%;
    height: 100%;
    background-color: #45532A !important;

    border-radius: inherit;
}
.meter-circle
{
	background: #fff;
	height: 45px;
	width: 45px;
    border: 0;
    border-top: solid 4px rgb(41, 164, 202);
	border-radius: 50%;
    background-image: url(../images/thumb-img.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 120%;
    margin-left: -25px;
}
.donation-meter input[type=range]
{
	-webkit-appearance: none;
    width: 100%;
    height: 19px;
    z-index: 3;
	margin-top: 5px;
	cursor: pointer;
    border-radius: 9px;
    background-color: rgb(60, 63, 63);
      
}

.donation-meter input[type=range]:active
{
	border: none;
	box-shadow: none;
}
.donation-meter input[type=range]:focus
{
	border: none;
	box-shadow: none;
}
.donation-meter input[type=range]::-webkit-slider-thumb
{
	-webkit-appearance: none;
	background: #fff;
	height: 45px;
	width: 45px;
	cursor: grab;
    border: 0;
    border-top: solid 4px rgb(41, 164, 202);
	border-radius: 50%;
    background-image: url(../images/thumb-img.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 35px;


}
.donation-meter input[type=range]::-moz-range-thumb
{
	-webkit-appearance: none;
	background: #fff;
	height: 45px;
	width: 45px;
	cursor: grab;
    border: 0;
    border-top: solid 4px rgb(41, 164, 202);
	border-radius: 50%;
    background-image: url(../images/thumb-img.png);
    background-size: cover;
    background-position: center;

}
.donation-meter input[type=range]::-ms-thumb
{
	-webkit-appearance: none;
	background: #fff;
	height: 45px;
	width: 45px;
	cursor: grab;
    border: 0;
    border-top: solid 4px rgb(41, 164, 202);
	border-radius: 50%;
    background-image: url(../images/thumb-img.png);
    background-size: cover;
    background-position: center;

}
.donation-meter input[type=range]::-webkit-slider-runnable-track
{
    border-radius: 9px;
}
.donation-meter input[type=range]::-moz-range-track
{
    border-radius: 9px;
}
.donation-meter input[type=range]::-ms-track
{
    border-radius: 9px;
}
.raised
{
    display: flex;
    justify-content: space-between;
}
.raised p, .raised span
{
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0;
    margin-top: 15px;
      
}
.raised span
{
    color: rgb(41, 164, 202);
}
.copyright
{
    display: flex;
    height: auto;
    width: 100%;
    justify-content: space-between;
    margin: 0 20px;
    margin-top: 20px;
}
.copyright .copyright-text
{
    font-size: 13.5px;
    color: rgb(166, 166, 166);
}
.copyright .copyright-icons i
{
    margin: 0 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.background
{
    background-image: url(../images/background/bg.jpg);
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;


}
section.steps 
{ overflow:inherit}
.steps
{
    min-height: 100vh;
    width: 100%;
    /* background-color: rgb(83, 129, 129); */
}
#steps
{
   /* margin-bottom: 30px;*/
}
.wrapper {
    padding: 10% 0 70px 70px;
    /*height: 100vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.steps .wrapper
{
    display: grid;
    align-content: center;
    min-height: 100vh;
    margin-right: auto;
    padding-left: 100px;
    width: 80%;
}
.step-inner
{
    height: 100%;
}
.step-inner span
{
    font-size: 14px;
    color: rgb(166, 166, 166);
    line-height: 2;  
}
.step-inner h2
{
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.444;

}
.step-inner p
{
    color: rgb(16, 26, 37);
}
.donation-form
{
    margin-top: 55px;
}
.radio-field
{
    display: flex;
    height: 133px;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
      
}
.radio-field input[type=radio]
{
    -webkit-appearance: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: solid 5px rgb(233, 233, 233);
    border-radius: 6px;
    padding: 35px;
    transition: 0.5s all ease;
}
.radio-field input[type=radio]::before
{
    display: block;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 60px;
    transition: 0.1s all linear;
    height: 60px;
}
.radio-field .op-1::before
{
    background-image: url(../images/donate-cause-icon-1.png);
}
.radio-field .op-2::before
{
    background-image: url(../images/donate-cause-icon-2.png) !important;
}
.radio-field .op-3::before
{
    background-image: url(../images/donate-cause-icon-3.png) !important;
}
.radio-field .op-4::before
{
    background-image: url(../images/donate-cause-icon-4.png) !important;
}
.radio-field label
{
    font-size: 26px;
    color: rgb(37, 50, 98);
    font-weight: bold;
    margin-left: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: 45px;
}

.radio-field input[type=radio]:checked
{
    border-color: rgb(41, 164, 202);
}
.radio-field input[type=radio]:checked::before
{
    filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(376%) hue-rotate(150deg) brightness(83%) contrast(89%);filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(376%) hue-rotate(150deg) brightness(83%) contrast(89%);
}
.next-prev-btn
{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.next-prev-btn small {
    font-size: 14px;
}
.next-prev-btn button
{
   
    width: 200px;
    height: 69px;
    border-radius: 50px;
    border: 0;
    font-size: 40px; font-weight:400;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;   
        
}
.next-prev-btn button
{
    background-color: transparent !important;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0);
    color: rgb(19, 21, 21);
    margin-right: 20px;
    font-size: 40px; font-weight:300;
}
.next-prev-btn .prev
{
    background-color: transparent !important;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0);
    color: rgb(19, 21, 21);
    margin-right: 20px;
    font-size: 40px; font-weight:300
}
.select-field
{
    margin-bottom: 40px;
}
.select-field label
{
    width: 50%;
    font-size: 14px;
    color: rgb(166, 166, 166);
    display: block;
    margin-bottom: 15px;
}
/*.select-field input[type=checkbox]
{
    -webkit-appearance: none;
    border: solid 2px rgb(37, 50, 98);
    width: 50%;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s all ease;
    position: relative;
}


.select-field input[type=checkbox]:checked
{
    border-color: rgb(41, 164, 202);
    background-color:rgba(41, 164, 202,.5); 
}
.select-field span
{
    display: block;
    width: 100%;
    height: 100%;
    
    line-height: 80px;
    position: absolute;
    text-align: center;
    font-size: 22.5px;
    color: rgb(37, 50, 98);
    transition: 0.5s all ease;
    font-weight: bold;
      
}
.select-field input[type=radio]:checked::before
{
    color: rgb(41, 164, 202);
}
.select-field input[type=radio]
{
    -webkit-appearance: none;
    border: solid 2px rgb(37, 50, 98);
    width: 103px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s all ease;
    position: relative;
}
.select-field input[type=radio]::before
{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    font-size: 22.5px;
    color: rgb(37, 50, 98);
    transition: 0.5s all ease;
    font-weight: bold;
      
}

.select-field .op-1::before
{
    content: "$1";
}
.select-field .op-2::before
{
    content: "$15";
}
.select-field .op-3::before
{
    content: "$20";
}
.select-field .op-4::before
{
    content: "$50";
}
.select-field input[type=radio]:checked
{
    border-color: rgb(41, 164, 202);
}
.select-field input[type=radio]:checked::before
{
    color: rgb(41, 164, 202);
}
.select-field .text-w-icon-field
{
    border-radius: 50px;
    border: solid 2px rgb(37,50,98);
    width: 250px;
    height: 80px;
    overflow: hidden;
    display: flex;
    transition: 0.3s all ease;

}
.select-field .text-w-icon-field label
{
    outline: solid 2px rgb(37, 50, 98);
    width: 87px;
    height: inherit;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    font-size: 22.5px;
    color: rgb(37, 50, 98);
    font-weight: bold;
    transform: 0.3s all ease;
      
}
  
.select-field .text-w-icon-field input[type=text]
{
    height: 100%;
    background: transparent;
    border: 0;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 22.5px;
    width: calc(100% - 87px);
    color: rgb(37, 50, 98);
    font-weight: bold;
    transform: 0.3s all ease;
      
}*/
#active.focused
{
    border-color: rgb(41, 164, 202) !important;
}
#active.focused label
{
    outline-color: rgb(41, 164, 202) !important; 
    color: rgb(41, 164, 202) !important; 
}
#active.focused input[type=text]
{
    color:  rgb(41, 164, 202) !important;
}
.select-field .text-w-icon-field input[type=text]:focus
{
    outline: none;
}
.text-field
{
    width: 100%;
    /*height: 110px;*/
    margin-bottom: 25px;
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.text-field .label-input input[type=checkbox]:checked,.text-field .label-input input[type=radio]:checked {
    border: solid 2px rgb(41, 164, 202);
}

.text-field .label-input input[type=checkbox], .text-field .label-input input[type=radio] {
    -webkit-appearance: none;
    border: solid 2px rgb(231, 231, 231);
    background-color: rgb(255, 255, 255);
    height: 30px !important;
    cursor: pointer;
    position: relative;
    width: 30px !important;
        padding-left: 0px !important;
    border-radius: 0px;
}
.text-field .label-input input[type=checkbox]:checked::before, .text-field .label-input input[type=radio]:checked::before {
    position: absolute;
    content: "\f00c";
    background-color: #45532A !important;

    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
/*.text-field .label-input input[type=checkbox]::after, .text-field .label-input input[type=radio]::after {
    position: absolute;
    background-color: #45532A !important;

    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}*/
.text-field input, .text-field select
{
    border: solid 2px rgb(243, 243, 243);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 70px;
    border-radius: 50px;
    padding-left: 25px;
    transition: 0.3s all ease;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(33, 33, 33);
      
}
.text-field textarea
{
    border: solid 2px rgb(243, 243, 243);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 200px;
    border-radius: 50px;
    padding: 35px;
    transition: 0.3s all ease;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(33, 33, 33);
      
}
.text-field select
{
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
}
.text-field select+span::before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    color: rgb(27, 25, 25);
    font-size: 17px;
    top: 55%;
    right: 30px;
    position: absolute;
    z-index: 0;
}
.text-field input:focus, .text-field select:focus
{
    outline: none;
}
.text-field label
{
    font-size: 18px;
    color: rgb(47, 49, 70);
    margin-bottom: 10px;
    margin-left: 0px;
    height: 30px;
    line-height: 30px;
    transition: 0.3s all ease;
    z-index: 999;
}
.text-field label i
{
    display: none;
}
.focus.focused label, .focus label.active
{
    background-color: #EFECE8 !important;
    color: #333;
    font-weight: 705;
    border-radius: 0px;
    width: fit-content;
    padding: 0 15px;
    position: relative;
    top: 0px;
}
.focus.focused label i
{
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.focus.focused input, .focus.focused select
{
    border: solid 2px rgb(41, 164, 202);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.24);
      
}
.donate-button
{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.donate-button button
{
    background-color: #45532A !important;
    width: 273px;
    height: 69px;
    border: 0;
    border-radius: 50px;
    font-size: 11px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;

}
.donate-button .custom
{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.24);
    width: 330px;
    color: rgb(19, 21, 21);
}
.donate-button .custom span
{
    margin-left: 15px;
    color:  rgb(41, 164, 202);
}
.donate-button .custom span i
{
    margin-right: 8px;
}

/*thankyou-page*/

.thankyou-page
{
  background-color: #dcd7cd;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.thankyou-page-inner
{
	background: rgb(255,255,255);
  border-radius: 90px;
  width: 100%;
  position: relative;
  top: 30%;
  /*transform: translateY(50%);*/
	text-align: center;
}
.tick
{
	position: relative;
}
.done-tick
{
	width: 120px;
	height: 120px;
	border: solid 1px transparent;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left-color: rgb(34,208,136);
  animation: rotate-circle 0.5s linear forwards;
  animation-delay: 0.5s;
	border-radius: 50%;
	background-color: transparent;
}


.tick i
{
	font-weight: 900;
	font-size: 50px;
	color: rgb(34,208,136);
  position: absolute;
  animation: tick-icon 0.8s linear forwards;
  animation-delay: 0.5s;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation-delay: 0.5s;
}

.thankyou-page-inner h2
{
  font-size: 45px;
  color: rgb(5, 17, 51);
  margin-top: 20px;
  font-weight: bold;
}
.thankyou-page-inner p
{

  font-size: 16px;
  color: rgb(170, 170, 170);
  margin-top: 20px;
}

.thankyou-page-inner .wrapper
{
	padding: 80px 200px;
}
.next-prev-btn .back
{   
    border: 0;
    border-radius: 50px;
    background-color: #45532A !important;

    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    width: 448px;
    height: 67px;
      
  }

#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative !important;
}
.btn-primary {
    background: #899b72;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px;
}
.btn-primary:hover {
    background: #38618a;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.textarea {
    border: 1px solid #999; border-radius: 20px 0 0px 20px; background: #CCC; overflow-y: scroll; height: 180px; font-size: 12px !important; padding: 20px; margin-bottom: 20px;
}
.textarea p{ font-size:12px;}
.bg-dark {background-color:#333 ;}
.bg-dark-gray {background-color:#757575;}
.bg-extra-medium-gray {background-color:#939393;}
.bg-medium-gray {background-color:#dbdbdb;}
.bg-extra-light-gray {background-color:#e0e0e0}
.bg-medium-light-gray {background-color:#ededed}
.bg-light-gray {background-color:#f7f7f7}
.bg-very-light-gray {background-color:#fafafa}
.bg-deep-pink {background-color:#007EB7;}

.opacity-very-light {position: absolute; height: 100%; width: 100%; opacity: 0.2; top:0; left: 0; z-index:0 }
.opacity-light {position: absolute; height: 100%; width: 100%; opacity: 0.3; top:0; left: 0; z-index:0}
.opacity-extra-medium {position: absolute; height: 100%; width: 100%; opacity: 0.6; top:0; left: 0; z-index:0}
.opacity-medium {position: absolute; height: 100%; width: 100%; opacity: 0.75; top:0; left: 0; z-index:0}
.opacity-full {position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0; z-index:0}
.opacity-full-dark {position: absolute; height: 100%; width: 100%; opacity: 0.9; top:0; left: 0; z-index:0}

.img-corner-right-bottom {
    border-radius: 0 0 20% 0;
}
.form-radio {
    width: 100%;
}
.form-radio div { width:90%}
hr {
   background-color: #45532A !important;
    opacity: 1;

}
hr:not([size]) {
    height: 1px;
}
.form-control {
    border: 0px;
    border-bottom: 1px solid #333;
    border-radius: 0px;
}
input[type=checkbox].form-control{
    -webkit-appearance: none;
    border: solid 1px rgb(47, 49, 70);
    border-radius: 0px;
    width: 15px !important;
    height: 25px !important;
    margin-right: 15px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease;
    position: relative;
    cursor: pointer;
}
#privacy div span {
    display: inline-block;
    padding-left: 56px; 
    text-indent: -56px; 
}
#sub {
    background-color: #899b72 !important;
    font-size: 20px;
    color: #FFF;
    border-radius: 5px !important;
    padding: 10px;
    width: auto;
    height: 49px;
    border-radius: 50px;
    border: 0;
    /* font-size: 40px; */
    font-weight: 400;
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
    text-transform: uppercase;
}
 .w-lg-50 {
        max-width: 50%;
    }