@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

body{
    font-family: "Figtree", sans-serif !important;
}

h1,h2,h3,h4,h5,h6,.page-heading span{
    font-family: "Sriracha", cursive;
}

@font-face {
    font-family: 'raaj_script_mediummedium';
    src: url('../fonts/raaj__s5-webfont.eot');
    src: url('../fonts/raaj__s5-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raaj__s5-webfont.woff2') format('woff2'),
         url('../fonts/raaj__s5-webfont.woff') format('woff'),
         url('../fonts/raaj__s5-webfont.ttf') format('truetype'),
         url('../fonts/raaj__s5-webfont.svg#raaj_script_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
.com-pad-tb-lg{
    padding:120px 0px;
}
.stripe-custom-input iframe{
    height:40px !important;
}
.stripe-custom-input iframe InputElement{
    height:40px !important;
}
.spinner-border.sm{
    width: 1.6rem !important;
    height: 1.6rem !important;
}
input.error {
    border: 1px solid #e65353 !important;
}
label.error {
    margin-top:3px;
    color: #e65353 !important;
}
.shipping-method-label{
    position: relative;
}
.shipping-method-label input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 2px solid #000000;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.acc-header {
    font-weight: bold;
    margin-top: 20px;
    font-size:16px;
}
.acc-header svg{    
    display: none;
}
.quantity-selector .minus.disabled{
    background: #dddddd !important;
    cursor: not-allowed !important;
}
.cart-content .outofstock{
    background: #fff3f3;
}
.cart-content .outofstock .stock-message{
    display:block;
    text-transform: uppercase;
    color: #e65353;
    font-weight: bold;
}
/* ---------------------------------- */
.quick-view-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;   
    bottom:-10px;
    opacity: 0;
    display: table;
    background: #000;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.quick-view-modal:hover{
    box-shadow: 10px 5px 15px #00000044 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.st-product-single-item:hover .quick-view-modal{    
    bottom: 0;
    opacity: 1;   
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.products .st-product-single-item .img-sec {
    padding-bottom: 0;
}
.product-quick-view-modal img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.product-quick-view-modal .product-details-section .product-details__details {
    width: 100%;
}
.quick-view-modal-slider .slick-prev {
    left: 0;
    z-index: 9;
}
.quick-view-modal-slider .slick-next {
    right: 0;
    z-index: 9;
}
.quick-view-modal-slider .slick-prev:before, .quick-view-modal-slider .slick-next:before {    
    color: black; 
}
.quick-view-modal-slider  .slick-track {
    width: 100%;
}
.quick-view-modal-slider .slick-track {
    width: 100%;
}
.quick-view-modal-slider .bnr-slder-sngl.slick-slide.slick-current.slick-active {
    width: 100%;
}
/* modal start */
 /**
  * Modal
  */
 .modal-custom {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   margin: 0 auto;
   background-color: #fff;
   width: 800px;
   /* max-width: 75rem;
   min-height: 20rem; */
   padding: 20px;
   border-radius: 5px;
   opacity: 0;
   /* overflow-y: auto; */
   visibility: hidden;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transform: scale(1.2);
   transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
 }
 .modal-custom .close-modal {
   position: absolute;
   cursor: pointer;
   top: 5px;
   right: 15px;
   z-index: 1;
   opacity: 0;
   font-size: 24px;
   color: #000;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
   transition-delay: 0.3s;
 }
 /* .modal-custom .close-modal svg {
   width: 1.75em;
   height: 1.75em;
 } */
 .modal-custom .modal-content {
   opacity: 0;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
   transition-delay: 0.3s;
   border: none;
 }
 .modal-custom.active {
   visibility: visible;
   opacity: 1;
   transform: scale(1);
 }
 .modal-custom.active .modal-content {
   opacity: 1;
 }
 .modal-custom.active .close-modal {
   transform: translateY(10px);
   opacity: 1;
 }
 
 
 @media only screen and (min-width: 40em) {
    .modal-overlay {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .modal-overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }
 /**
  * Mobile styling
  */
@media only screen and (max-width: 991px) { 
    .main-cause-head .about-section{        
        top:-60px !important;        
    }
    .modal-custom {       
        width: 600px;
        overflow: auto;
        height: 100%;   
    }
    .modal-overlay.product-quick-view-modal{      
        padding: 50px;
    }
    .modal-custom .modal-content {      
        height: 100%;
    }
    .product-quick-view-modal img {
        height: 300px;       
        object-fit: contain;
    }
}
 @media only screen and (max-width:600px) { 
    .main-cause-head .about-section{        
        top:-34px !important;        
    }
   .modal-custom {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -webkit-overflow-scrolling: touch;
     border-radius: 0;
     transform: scale(1.1);     
   }
 
   .close-modal {
     right: 20px !important;
   }
 }
 @media only screen and (max-width:567px) { 
    .modal-custom {       
        padding: 15px;      
    }
    .product-details-section .product-page-variation-viewer .item>.rectangles-list>label:not(:last-child) {
        margin-right: 10px;
    }
    
    .product-details-section .product-page-variation-viewer .item>.rectangles-list>label {
        margin-bottom: 10px;
    }
 }
/* modal end */
/* sd */
.top-header {   
    width: 100%;
    text-align: center;    
    padding: 10px 0px;    
    background-color: #0074e0;    
}
@media (min-width: 1px) and (max-width: 1024px){
    
}

.top-header p {  
    font-weight: bold;
    color: #fcb60c;    
    letter-spacing: 1px;
}
.top-header p span {
    font-family: 'raaj_script_mediummedium'; 
    color: #fff;
}
header{
    padding:30px 0px;
}
.header-custom .header-menu-inner{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.header-custom .nav-item {
    list-style-type: none;
}
.header-custom .nav-item .nav-link{
    color: #000;
}

.header-nav .dropdown-main .label-outer{
    color:#fff !important;
}

.yellow-button,.myButton {    
    background: #0074e0 !important;
    border: 2px solid #0074e0 !important;
    border-radius: 20px !important;
    letter-spacing: 0.7px;
    color: #fff !important;
    padding: 12px 26px !important;    
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-weight:bold;
    text-transform: uppercase;
    line-height:22px !important;
}
.yellow-button:hover,.myButton:hover,.myButton.btn-success:hover {
    background: #fff !important;
    border: 2px solid #0074e0;
    color: #000 !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.yellow-button.big {
    padding: 16px 36px;    
    font-size:1.3rem;
}

.solid-btn {    
    background: #0074e0;
    border: 2px solid #0074e0;    
    letter-spacing: 0.7px;
    color: #fff !important;
    padding: 12px 26px;    
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-weight:bold;
    text-transform: uppercase;
}
.solid-btn:hover {
    background: #fff !important;
    border: 2px solid #0074e0;
    color: #000 !important;    
}

.big-btn{
    font-size:24px;        
}

.page-sub-heading {
    color: #007bff;
    font-size: 28px;
    z-index: 1;
    position: relative;
    margin-bottom: 5px !important;
    text-align: center;
    line-height: .8;
    font-weight: 400 !important;
}

.page-sub-heading span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../home/dove.png") no-repeat center/cover;
    margin-right: 10px;
}

.page-heading.blue{
    color: #0070f3;
}

.page-heading span.blue{
    color: #0070f3;
}

.page-heading.big{
    font-size: 60px;   
}

.page-heading{
    color: #000;
    font-size: 50px;   
    z-index: 1;
    position: relative;
    margin-bottom:50px !important;
    text-align:center;
    font-weight:700;
    line-height: 1.2;
}

.page-heading.mb-0{
    margin-bottom:0px !important;
}

.page-heading span{
    font-style: italic;
    font-weight:800;
}

/* .page-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #007bff;
  border-radius: 2px;
}
.page-heading:before {
    display:none;
    content: "NSO";
    font-size: 105px;
    color: #f9f9f9;
    position: absolute;
    top: -75px;
    z-index: -1;
    font-weight: 900;
    left: 0px;
} */
.our-mission-description-key-feature-heading p{
    color: #171E51;
}
.key-feature-listing li {
    list-style-type: none;
}
.key-feature-listing li i {
    color: #171E51 !important;
}
.popular-cases{
    background: url("../home/clouds.png") no-repeat center/cover;
}
.popular-cases-description p{
    color: #626c84;
}
.popular-cases .page-heading:before {    
    color: #fff; 
}
.education-talent-cont{
    padding: 30px 0px 0px 0px;    
}
.education-talent-single img {
    height: 200px;
    object-fit: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.education-talent-single{
    background: #fff;
    min-height: 290px;
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.01);   
    /* border: 1px solid #eee; */
    border-radius: 30px;
    /* overflow: hidden; */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position:relative;
    /* border-bottom:10px solid #0074e0; */
    margin-bottom:70px;
    padding: 30px;
}
.education-talent-single:hover{
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.1);
    transform: translateY(-3px);   
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.education-talent-single:hover img{
    transform: scale(1.2);
    -webkit-transition: all 20s ease-out;
    -moz-transition: all 20s ease-out;
    -o-transition: all 20s ease-out;
    transition: all 20s ease-out;
}
.education-talent-img {
    overflow: hidden;
}
.education-talent-cont-title{
    font-size: 26px;       
    color: #000;
    margin-bottom:10px;    
}

.education-talent-cont-desc{
    font-size: 18px;       
    color: #000;
    margin-bottom:10px;    
    min-height:82px;
}

.education-talent-single .btn{
    /* position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -75px; */
}

.education-talent-cont-title:hover{     
    color: #000;   
}
.atamras-community{
    background: #171E51;   
    padding: 80px;
}
.atamras-community p{
    color: #fff;
    font-size: 40px;    
}
.get-involved-section, .social-media-middle, .contact-middle {
    background: #171E51;
    border-top: 3px solid #fff;
    padding: 50px;
    text-align: center;
    min-height: 300px;
}
.get-involved-section p, .social-media-middle p, .contact-middle p  {
    color: #fff;
    font-size: 35px;    
    margin-bottom: 30px;
}
.contact-middle{
   background: #fff;
}
.contact-middle p {
    color: #171E51;    
}
.social-media-middle ul li {
    list-style: none;
}
.social-media-middle ul li a {
    background: #fcb629;
    color: #fff;
    border-radius:100%;
    width: 50px;
    height: 50px;  
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.social-media-middle ul li a:hover{
    transform: scale(1.1) translateY(-7px); 
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.5);    
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.way-of-life p{
    color: #171E51;
    font-size: 43px;    
}
.what-we-do-heading p, .release-heading p{
    color: #171E51;
    font-size: 40px;    
}
.what-we-do-cintent-single {
    border: 1px solid #6E6E734D;
    box-shadow: 0px 10px 44px #00000012;
    border-radius: 1.25rem;    
    background-color: #fff;
    transition: ease 0.5s;
}
.what-we-do-cintent-single:hover{
    transform:translateY(-7px); 
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.1);    
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.what-we-do-content-single-text {
    position: relative;    
    min-height: 251px;
}
.what-we-do-content-single-text:before {
    content: " ";
    width: 85%;
    height: 1px;
    background-color: #171E51;
    opacity: 0.12;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.what-we-do-content-single-text p{
    color: #6E6E73;
 }
 .what-we-do-cintent-single-image img {    
    width: 225px;
    height: 130px;
    object-fit: contain;
}
.release {    
    background-repeat: no-repeat;
    background-position: center;
}
.release iframe {
    width: 100%;
    height: 350px;
}
.become-vendor-form{
    background: #171E51;
    color: #fff;
    padding: 40px 50px 50px 50px;
}
.become-vendor-form input, .become-vendor-form  textarea{ 
    min-height: 55px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 2px solid #4d9eea;
    margin-bottom: 10px;
    width: 100%;
}
.become-vendor-form input::placeholder, .become-vendor-form  textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .become-vendor-form input:-ms-input-placeholder, .become-vendor-form  textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .become-vendor-form input::-ms-input-placeholder, .become-vendor-form  textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
.become-vendor-heading p{
    font-size: 40px;    
    color: #fff;
}
.become-vendor {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
footer{
    /*background: #171E51;*/
    background: #fff;
    padding: 30px 10px;
    /* border-top: 2px solid #fcb629; */
    margin: 20px 20px 0px 20px;
    border-radius: 50px 50px 0px 0px;
}
.footer-logo img {
    width: 200px;        
}
.footer-menu ul li, .footer-social-address ul li{
    list-style-type: none;
}
.footer-social-address ul li a i{
    font-size:36px!important;
}
.footer-social-address ul li a {
    color: #fcb629;   
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-social-address ul li a:hover{  
    /*color:#fff !important;       */
    color:#c7890b !important;;       
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fotter-address p, .footer-copyright p, .footer-menu ul li a{
    /*color: #fff;*/
    color: #000;
}
.footer-menu ul li a:hover{
    color: #fcb629;  
}
.btn-success:hover {
    color: #fff;
    background: #c7890b !important;
    border: 2px solid #c7890b;
}
.container-custom{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.sign-in-link {
    border: 1px solid #fff;
    padding: 10px 10px 6px 10px;
    border-radius: 5px;
}
.sign-in-link i{
    color: #fff;    
}
/* casus page start */
.causes-banner{
    background: #171E51;
}
.causes-banner-text {
    min-height: 300px;
    position: relative;
    flex-direction: column;
    
}
.causes-banner-heading {
    font-size: 50px;
}
.causes-banner-details {
    font-size: 25px;
    color: #fff; 
}
/* casus page end */
/* sponsor page start */
.sponsor-details-text-description p {
    color: #626c84;  
}
.sponsor-continue-btn:hover{
    background: #005aae!important;
    border-color: #005aae!important;
}
.total-chaarge {
    color: #626c84;
}
.one-time-donation .content-wrapper {   
    padding: 30px;  
}
.sponsor-continue-btn {    
    margin-top: 20px !important;
}
.stripe-secure .feather-shield{
   color: #fcb629;
}
.one-time-donation .donate-div-main .head {
    padding: 0 0 20px 0;    
}
/* sponsor page end */
.innerLeftSide {
    width: 260px !important;
    display: block;
    background: #fff !important;
    padding: 0;
    position: webkit-sticky;
    position: sticky;
    top: 30px;
    align-self: flex-start;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.innerRightSide {
    width: calc(100% - 260px);
    border-left: 1px solid #e3e8ee;
    padding-left: 40px;
}
.innerRightSide h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.innerRightSide h4 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.innerRightSide p {
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-size: 15px;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    .container-custom{
        max-width: 992px;        
    }
    .atamras-community p {        
        font-size: 30px;
    }
    .get-involved-section p, .social-media-middle p, .contact-middle p {       
        font-size: 25px;
        margin-bottom: 20px;
    }
    .way-of-life p {        
        font-size: 30px;
    }
    .top-header {
        
    }
    .causes-banner-text {
        min-height: 250px;      
    }
    .causes-banner-heading {
        font-size: 40px;
    }
    .causes-banner-details {
        font-size: 20px;        
    }
}
@media screen and (max-width: 992px) {
    .container-custom{
        max-width: 720px;        
    }
    .page-heading:before {       
        font-size: 70px;       
        top: -30px;       
    }
    .get-involved-section, .social-media-middle, .contact-middle {       
        padding: 25px;      
    }
    .atamras-community {      
        padding: 60px;
    }
    .education-talent-cont {
        padding: 30px 0px 0px 0px;    
    }
    .release iframe {
        width: 100%;
        height: 195px;
    }
    .what-we-do-cintent-single {      
        margin-bottom: 25px;
    }
    .top-header {       
        
    }
    .become-vendor-form {       
        padding: 30px;
    }
    .become-vendor-heading p {
        font-size: 30px;        
    }
    .causes-banner-text {
        min-height: 200px;
    }
    .causes-banner-heading {
        font-size: 30px;
    } 
}
@media screen and (max-width: 767px) {
    .container-custom{
        max-width: 540px;
    } 
    .top-header {        
        
    }
    .page-heading, .what-we-do-heading p, .release-heading p {       
        font-size: 30px;       
    }
    .page-heading:before {
        font-size: 60px;        
    }
    .education-talent-single {    
        margin-bottom: 60px;
    }
    .education-talent-cont-title, .get-involved-section, .social-media-middle, .contact-middle, .what-we-do-content-single-text {       
        min-height: auto;
    }
    .atamras-community {
        padding: 35px;
    }
    .what-we-do-cintent-single-image img {
        width: 100%;
        height: 100px;        
        padding: 10px 0;
    }
    .causes-banner-heading {
        font-size: 25px;
    }
    .causes-banner-details {
        font-size: 16px;        
    }
}
.logo{
    max-width:240px;
}
@media screen and (max-width: 567px) {
    footer{        
        border-radius: 20px 20px 0px 0px;
    }
    .education-talent-single{
        min-height: auto !important;
        margin-bottom:30px !important; 
        box-shadow: 0px 0px 11px -4px #aaa;
        -moz-box-shadow: 0px 0px 11px -4px #aaa;
        -webkit-box-shadow: 0px 0px 11px -4px #aaa;
        -o-box-shadow: 0px 0px 11px -4px #aaa;
    }
    .education-talent-cont-desc{
        min-height: auto !important;
    }    

    .logo{
        max-width:140px;
    }
    .top-header {
        
    }
    .container-custom {
        max-width: 100%;
    }
    
    .atamras-community {
        padding: 30px 0;
    }
    .get-involved-section, .social-media-middle, .contact-middle {
        padding: 25px 0;
    }
    .way-of-life p,   .get-involved-section, .social-media-middle, .contact-middle, .atamras-community p {
        font-size: 25px;
        line-height: 1.5;
    }
    .become-vendor-form {
        padding: 25px 15px;
    }
    .release-single {
        margin-bottom: 10px;
    }
    .become-vendor .yellow-button {       
        width: 100%;
    }
    .footer-menu ul {
        flex-wrap: wrap;
    }
    .footer-menu ul li a {
       display: table;
    }
    .page-heading, .what-we-do-heading p, .release-heading p {
        font-size: 25px;
    }
    .become-vendor-form input, .become-vendor-form textarea {       
        font-size: 14px;
    }
    .page-heading:before {
        font-size: 55px;
    }
    .one-time-donation .content-wrapper {       
        padding: 0;       
        border-radius: 0px;
        border: none;
    }
    .one-time-donation .donate-div-main .head {
        padding: 0;
        margin-bottom: 20px;
    }
    .one-time-donation .st-donation-box .nav-tabs .nav-link {        
        font-size: 14px;        
    }
    .one-time-donation .option-label>.pay-text {        
        font-size: 16px;        
    }
    .one-time-donation .main-big-input .donation-amount, 
    .one-time-donation .main-big-input .inp-prefix, 
    .one-time-donation .main-big-input .inp-postfix {
        font-size: 35px;        
    }
    .one-time-donation .main-big-input .donation-amount {
        height: 70px !important;       
    }
    .one-time-donation .main-big-input .donation-amount {
        padding-left: 40px !important;
        padding-right: 60px !important;
    }
    .one-time-donation .donate-div-main .form .form-group.lt, 
    .one-time-donation .donate-div-main .form .form-group.rt {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .one-time-donation .main-big-input label {       
        font-size: 14px;        
        margin-bottom: 5px;
    }
    .sponsor-continue-btn{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .one-time-donation select.form-control {     
        padding: 10px !important;
        font-size: 14px !important;;       
    }
    .one-time-donation .donate-div-main .form-content {
        padding: 20px 0;
    }
    
    
}
.dataSectionVolunteer {
    background: #171E51;
    color: #fff;
    padding: 40px 50px 50px 50px;
}
.contactForm input:not([type="checkbox"]):not([type="radio"]),
.contactForm select, .contactForm textarea, .contactForm .uploadFile {
    /* min-height: 55px;
    background:#fff !important;
    border-radius: 0;
    background: transparent;
    color: #b8b8b8;
    border: 2px solid #4d9eea; */
    margin-bottom: 10px;
    /* width: 100%; */
}
.nsoBtn {
    border-radius: 100px;
    margin: 0px 10px;
    padding: 14px 34px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
    display: inline-block;
}
.nsoBtn.outline {
    background: #fcb629;
    border: 2px solid #fcb629;
    color: #fff;
}
.dataSectionVolunteer h4 {
    font-size: 40px;
    font-weight: 700;
}
@media screen and (max-width: 567px) {
  .top-header {
    
  }
  .dataSectionVolunteer h4 {
        font-size: 25px !important;
        
    }
  .innerMainHead {
      
      font-weight: 700 !important;
      font-size: 40px !important;
    }
    
    .vInnerSlider{
        min-height:200px !important;
    }
    .vInnerSliderText{
        top:5% !important;
    }
    
    .nsoAboutBT .st-fs-20{
        font-size:16px !important;
    }
    .way-of-life p, .get-involved-section, .social-media-middle, .contact-middle, .atamras-community p,.nsoMVV p, .nsoMVV ul li{
        font-size:16px !important;
    }
}
#checkout-donation-payment-form{
    padding-bottom:30px;
}
@media screen and (max-width: 991px) {
  .cancel-icon div {
    color: #fff;
  }
  .header-nav .nav-container-custom{
      background:#052E53;
  }
}
.homepage-slider-section .swiper-slide img{
    width:100%;
}

.donation-forms-btn .btn{
    /* width: 80%;
    margin: 0px 10%; */
}

footer{
    background: url("../footer-1.png") no-repeat center/cover;
    background-color:#003D75; 
    color:#fff;
    padding:60px 0px;
}

.footer-subscribe h2{
    font-size:30px;
    color:#fff;
}

.footer-subscribe h5{
    font-size:18px;
    color:#e7e7e7;
}

.footer-newsletter-form{
    margin-top:10px;
}

.footer-newsletter-form input[type=text]{
    background: #fff;
    border: none;
    min-height: 50px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.footer-newsletter-form .btn{
    /* margin-left: -10px; */
}

.footer-widget{
    background:rgba(0,0,0,0.5);
    padding:30px;
    border-radius:20px;
}

.footer-widget .yellow-button.lower{
    text-transform: lowercase;
}

.footer-widget h3{
    font-size:30px;
    margin-bottom:20px;
}

.footer-widget p{
    font-size:16px;    
}

.footer-bottom{
    background:#000;
    padding:20px 0px;
}

.footer-bottom p{
    color:#fff;
}
.footer-bottom p a{
    color:#fff;
}

.footer-social-address ul li a i {
    font-size: 20px !important;
}

.footer-social-address ul li a{
    color:#fff;
    background-color: #0074e0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    margin-right: 10px;
}

.below-slider-text{
    background:#0074e0;
    padding:20px 0px;
}

.slogan-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    gap: 1rem;
}

.slogan-text span {
    position: relative;
    padding: 0 0.75rem; /* reduced to balance with margin on separator */
    white-space: nowrap;
}
.slogan-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.75rem;
  font-weight: 500;
  color: white;
  gap: 0.5rem;
}

.slogan-text .separator {
  padding: 0 0.75rem;
  color: white;
}

/* Responsive stacking */
@media (max-width: 767.98px) {
  .slogan-text {
    flex-direction: column;
    gap: 0.5rem;
  }

  .slogan-text .separator {
    display: none;
  }
}

.below-slider-text {
  background-color: #007bff;
  padding: 20px 0;
}

@media (max-width: 1398.98px) {
    .slogan-text {        
        font-size: 1.25rem;
    }    
}

@media (max-width: 992.98px) {
    .slogan-text > .separator:nth-of-type(4) {
        display: none !important;
    }
}

/* On small screens, stack text and remove separators */
@media (max-width: 767.98px) {
    .slogan-text {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 1.25rem;
    }

    .slogan-text span::after {
        display: none !important;
    }
}

.quotation-inner {
    padding: 60px;
    border: 2px solid #444;    
    text-align: center;
    border-radius: 100px;
    position:relative;
    z-index:111;
    background:#fff;
    overflow:hidden;
}

.quote-text {
    font-size: 40px;
    line-height: 50px;
    color: #000;
}

.quote-author {
    margin-top:10px;
    font-size: 50px;        
    line-height: 60px;
    font-weight:bold;
    color:#0074e0;
}

.q-circle {
    position: absolute;    
    width: 200px;
    height: 200px;
    background: #0070f3;
    border-radius: 50%;
    z-index: 1;
}

.q-circle.lt{
    top: -40px;
    left: -40px;
}
.q-circle.rb{
    right: -40px;
    bottom: -40px;
}

.q-inner-shadow {
    position: absolute;
    background: url(../home/ellipse.png) center;
    border-radius: 50%;
    z-index: 2;
    width: 510px;
    height: 510px;
    
}

.q-inner-shadow.lt{
    left: -213px;
    top: -213px;
}

.q-inner-shadow.rb{
    right: -213px;
    bottom: -213px;
}

.impact-area{
    border:2px solid #444;
    border-radius:280px;
    padding:60px;
    position:relative;
    z-index:111;
    background:#fff;
    overflow:hidden;
}

.impact-area .metric-value-new{
    font-family: "Sriracha", cursive;
    color:#0070f3;
    font-weight:bold;
    font-style:italic;
    font-size:60px;
}

.impact-area .metric-label-new{
    color:#000;    
    font-size:30px;
}

.imp-circle {
    position: absolute;    
    width: 200px;
    height: 200px;
    background: #0070f3;
    border-radius: 50%;
    z-index: 1;
}

.imp-circle.lt{
    bottom: -40px;
    left: -40px;
}
.imp-circle.rb{
    top: -40px;
    right: -40px;
}

.imp-inner-shadow {
    position: absolute;
    background: url(../home/ellipse.png) center;
    border-radius: 50%;
    z-index: 2;
    width: 510px;
    height: 510px;
    
}

.imp-inner-shadow.lt{
    left: -155px;
    bottom: -155px;
}

.imp-inner-shadow.rb{
    right: -155px;
    top: -155px;
}

.collage-inner{
    background: #f9f9f9;
    padding: 50px;
    border-radius: 50px 450px 50px 450px;
}

.collage-inner .collage-image{
    padding:110px;
}

@media (max-width: 1199.98px) {
    .collage-inner{        
        border-radius: 50px 450px 50px 50px;
    }
}

@media (max-width: 797.98px) {
    .collage-inner{        
        border-radius: 50px 50px 50px 50px;
        padding: 12px;
    }
    .collage-inner .collage-image {
        padding: 30px;
    }
    .collage-inner ul {        
        width: 100% !important;
    }
}


/* On small screens, stack text and remove separators */
@media (max-width: 767.98px) {
    .quote-text {
        font-size: 40px;        
        line-height: 50px;
    }

    .quote-author {        
        font-size: 50px;        
        line-height: 60px;        
    }
}

.video-section{
    background:#F8FCFF;
}

.video-section .video-inner img{
    width:100%;
}


.impact-metrics {
  background: url("../nso/impact-metrics.png") no-repeat center/cover;  
}

.impact-metrics .page-heading {
  color: #fff;
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1; /* Keeps it square */
  margin: 0 auto;
}

.progress-ring {
  width: 100%;
  height: 100%;
}

.ring-bg,
.ring-progress {
  fill: none;
  stroke-width: 12;
}

.ring-bg {
  stroke: #ddd;
}

.ring-progress {
  stroke: #007bff;
  stroke-dasharray: 502.65;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s ease;
}

.metric-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: nowrap;
}

.metric-label {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 30px;
  color: white;
  text-align: center;
}

/* Responsive fixes */
@media (max-width: 768px) {
  .metric-label {
    font-size: 30px;
  }

  .metric-value {
    font-size: 1.3rem;
  }
}

@media (max-width: 575.98px) {
    .quotation-inner{
        padding:30px !important;
    }
    .q-circle {    
        width: 110px;
        height: 110px;    
    }
    .q-circle.lt {
        top: -20px;
        left: 8px;
    }
    .q-circle.rb {
        right: 8px;
        bottom: -20px;
    }

    .q-inner-shadow.lt{
        left: -260px;
        top: -285px;
    }

    .q-inner-shadow.rb{
        right: -260px;
        bottom: -285px;
    }

    .imp-circle {        
        width: 110px;
        height: 110px;        
    }

    .imp-circle.lt{
        bottom: -22px;
        left: 12px;
    }
    .imp-circle.rb{
        top: -22px;
        right: 12px;
    }

    .imp-inner-shadow.lt {
        left: -255px;
        bottom: -265px;
    }
    .imp-inner-shadow.rb {
        right: -255px;
        top: -265px;
    }

    .footer-widget h3, .footer-subscribe h2{
        font-size:22px !important;
        margin-bottom: 10px !important;
    }
    .impact-area{
        border-radius: 110px !important;
        padding: 40px !important;
    }
    .impact-area .metric-value-new{
        font-size:40px !important;
    }
    .impact-area .metric-label-new{
        font-size:24px !important;
    }

    .impact-area .col-12.mb-5{
        margin-bottom:10px !important;
    }

    .page-heading.big {
        font-size: 40px;
    }
    .quote-text {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .quote-author {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    header{
        border-radius:10px !important;
    }

    .metric-label {
        font-size: 30px;
    }

    .metric-value {
        font-size: 1.2rem;
    }

    .circle-wrapper {
        max-width: 140px;
    }
}

@media (max-width: 575.98px) {
  .circle-wrapper {
    max-width: 160px;
  }

  .metric-value {
    font-size: 1.2rem;
  }

  .metric-label {
    font-size: 30px;
  }
}

.collage-inner ul{
    margin-bottom:60px;
    width:80%;
}

.collage-inner ul li{
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 14px 0px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;    
}

.collage-inner ul li a{
    text-decoration: none;    
    color:#000000;
}


.collage-inner ul li img{
    padding-right:10px;
}

.collage-inner ul li .fa {
    background: #0070f3;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

@media (max-width: 575.98px) {
    .collage-inner ul li{
        font-size:20px;        
    }
    .com-pad-tb-lg{
        padding:80px 0px;
    }
}


.collage-section .page-heading::after {    
    left: 27px;    
}


.about-header{
    /* background: url("../about/our-purpose.png") no-repeat center/cover;   */
    padding:80px 0px;           
}

.about-header .page-heading{
    font-size:50px !important;    
    margin:0px;
    text-align:left;
}

.about-header .page-heading span{
    color:#007bff;
}

.about-header h1{
    text-transform:uppercase;    
    margin-bottom:30px;
    font-weight:bold;    
    line-height: 0.8;
}

.about-header h1 span{
    font-size:50px;    
    padding:20px;
    border-radius:15px;
    display:inline-block;    
    border:1px solid #007bff;    
}
.about-header h2{
    font-family: "Figtree", sans-serif !important;
    font-size:40px;    
    margin-bottom:5px;    
}

.about-header h2 span{
    color:#007bff;
}
.about-header .main-heading{
    text-transform:uppercase;
    color:#007bff;
    margin-bottom:5px;
    font-size:80px;   
    line-height: .9; 
}
.about-header p{    
    margin-top:20px;
    font-size:30px;     
    /* font-weight:bold; */
    /* max-width:600px;    */
    /* margin:40px auto 0px auto; */
}

@media (max-width: 991.98px) {  
    .page-header{
        margin-left:20px !important;
        margin-right:20px !important;
        font-size:50px !important;
    }  
    .about-header{
        padding:80px 0px;
    }

    .about-main-image{
        max-width:60%;
        margin:0 auto;
        display:block;
        margin-top:30px;
    }

    .mission-1-image{
        max-width:60%;
        margin:0 auto;
        display:block;
        margin-bottom: 10px;
        margin-top: 60px;
    }

    .mission-2-image{
        max-width:60%;
        margin:0 auto;
        display:block;
        margin-top:10px;
        margin-bottom: 60px;
    }
}

@media (max-width: 575.98px) {  

    .about-section2{
        text-align:center;
    }

    .about-section.values{
        padding-top:100px;
    }

    header{
        padding:10px !important;
    }
    .header-nav .yellow-button{
        white-space: nowrap;
        padding: 10px 10px !important;
        font-size: 12px !important;
        margin-left: 8px;
    }
    .page-sub-heading {    
        line-height: 1.2;       
    }
    .page-banner{
        margin: 30px 20px 0px 20px !important;        
    }
    .page-header{
        margin: 30px 20px 0px 20px !important;        
        font-size:30px !important;
        border-radius: 20px !important;
        padding: 30px 0px !important;
    }  
    .donate-div-main .head{
        padding: 0px !important; 
        font-size: 30px !important;
    }
    .about-header .page-heading{
        font-size:40px !important;
        margin-bottom: 20px !important;
    }
    .about-section h2{
        font-size:32px !important;        
    }
    .about-header{        
        padding:40px 0px;           
    }
    .about-header h1 span{
        font-size:40px;        
    }
    .about-header h2{
        font-size:24px;            
    }
    .about-section p{
        font-size:20px;            
    }
    .about-section h2{
        margin-bottom:10px !important;
    }
    .about-header .main-heading{        
        font-size:50px;   
    }
    .about-header p{    
        font-size:20px;             
    }
    .about-section.values .inner{
        padding:40px !important;
    }
    .about-value-box .value-title {        
        font-size: 25px !important;         
        min-height: unset !important;        
    }
    .about-value-box .value-desc {    
        font-size: 24px !important;
        min-height: unset !important;
    }
    .about-section.about-us-process h2 {    
        top: 35px !important;
    }
    .about-section.about-us-process h2 span {    
        padding: 10px 30px !important;
        border-radius: 20px !important;
    }
}

.big-line{   
    width: 100%;
    text-align: center;    
    padding: 10px 0px;    
    background-color: #0074e0;
}

.about-section h2{
    font-size:50px;
    color:#0074e0;
    text-transform: capitalize;
    margin-bottom:30px;
    font-weight:bold;
}

.about-section p {
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 1.3;
}

.about-value-box {
    background:#fff;
    border: 4px solid #eee;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.about-value-box .icon-box{
    display:flex;
    justify-content:center;
}

.about-value-box .icon-box .icon{
    width: 140px;
    height: 140px;
    display: flex;
    background: #052238;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-value-box .icon-box .icon img{
    width:90px;
}

.about-value-box .value-title{
    color:#000;
    font-size:24px;
    text-transform:uppercase;
    font-weight:bold;
    margin:16px 0px;    
    color:#0074e0;
}

.about-value-box .value-desc{
    color: #000;
    font-size: 27px;
    min-height: 120px;
    line-height: 1.4;
}

.about-value-box:hover {
    border: 4px solid #0074e0;
    box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.1);   
}

.about-value-box:hover  .icon-box .icon{
    background: #0074e0;    
}

.about-us-process .process-box{
    margin-bottom:30px;
    display:flex;
    justify-content:center;
}

.number-overlay {
  position: relative;
  width: 355px;
  height: 280px;  
}

.number-overlay.one {  
  background: url('../about/1.png') no-repeat center;  
}
.number-overlay.two {  
  background: url('../about/2.png') no-repeat center;  
}
.number-overlay.three {  
  background: url('../about/3.png') no-repeat center;  
}
.number-overlay.four {  
  background: url('../about/4.png') no-repeat center;  
}
.number-overlay.five {  
  background: url('../about/5.png') no-repeat center;  
}

.text-on-top {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-45%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: #000;
    
    z-index: 1;
    text-align:center;
}


.custom-file-upload {
    width: 150px;
    height: 150px;
    border: 2px dashed #4d9eea;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

.custom-file-upload span {
    font-size: 40px;
    color: #4d9eea;
    line-height: 150px;
    display: block;
}

.custom-file-upload img,
.custom-file-upload iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
}

#supporting_document {
    display: none;
}



header {
    padding: 20px;
    background: #052E53;
    margin: 20px;
    border-radius: 50px;
}

.homepage-slider-section{
    margin: 20px;
    border-radius: 50px;
}

.slider-text{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding:20px 0px;
    min-height:300px;
    display: flex;
    align-items: center;
    background: rgba(0, 24, 48, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0px 0px 40px 40px;
}

.slider-text .text{
    font-size:40px;
    color: #fff;
    line-height: 1.2;
}

.slider-text .text p{
    font-size:20px;
    margin-top:10px;
}
.slider-text .button{
    text-align:right;
}


@media (max-width: 991px) {
    .home-page-main .swiper-slide{
        min-height:400px;
    }
    .slider-text .text {
        font-size: 30px;
        text-align:center;        
    }
    .slider-text .button{
        text-align:center;
        margin-top:30px;
    }
}

@media (max-width: 575.98px) {  
    .yellow-button{        
        border-radius: 6px !important;        
        padding: 12px 12px !important;        
        font-weight: normal;        
        line-height: 17px !important;
        text-transform: capitalize;
        font-size: 14px;
    }
    .yellow-button.small{        
        border-radius: 6px !important;        
        padding: 12px 10px !important;        
        font-weight: normal;        
        line-height: 17px !important;
        text-transform: capitalize;
        font-size: 13px;
    }
    .slider-text{    
        background: rgb(0, 24, 48);
        border-radius:0px !important;
    }
    .home-page-main .swiper-slide{
        min-height:470px;
    }
    .slider-text .text {
        font-size: 20px;        
        padding: 0px 30px;
    }
    .slider-text .text p {
        font-size: 16px;        
    }
}

.icon-box{
    display:flex;
    justify-content:center;
}

.icon-box.left-icon{    
    justify-content:start;
}

.icon-box .icon{
    width: 140px;
    height: 140px;
    display: flex;
    background: #0074e0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-box .icon img{
    width:90px;
    height:auto !important;
}

.icon-box.icon-small .icon img{
    width:40px;    
}

.icon-box.icon-small .icon{
    width: 90px;
    height: 90px;
}

.icon-box:hover .icon{
    background: #000000;    
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /* max-width: 1700px; */
  }
}

.st-fs-32{
    font-size:32px;
}

.donation-form-col{
    text-align:center;
    border-radius: 30px;
    box-shadow: 0px 0px 11px -4px #aaa;
    -moz-box-shadow: 0px 0px 11px -4px #aaa;
    -webkit-box-shadow: 0px 0px 11px -4px #aaa;
    -o-box-shadow: 0px 0px 11px -4px #aaa;
    padding:30px;

}

.donation-form-col .text{
    padding:0px 0px;
    min-height: 120px;;
}

.page-header{
    padding:50px 0px;
    text-align:center;
    background:#0074e0;
    font-size:70px;
    text-transform: uppercase;
    max-width:950px;
    margin:50px auto 50px auto;
    border-radius: 40px;
    color:#fff;
    font-weight:bold;
}

.page-header.about{
    background:url("../about/about-us.png") no-repeat center/cover;
}

.about-section2{
    background: url("../home/clouds.png") no-repeat top/cover;
    padding-bottom:220px;
}

.about-section.values{
    margin-top:-200px;
}

.about-section.values .inner{
    padding:80px;
    background: linear-gradient(to bottom, #2e6a84, #003366, #2e6a84);
    border-radius: 50px;
}

.about-section.values h2{
    color:#fff;
}

.about-section.about-us-process{
    position:relative;
}

.about-section.about-us-process h2{
    position: relative;
    width: 100%;
    z-index: 1;
    top: 67px;
}

.about-section.about-us-process h2 span{
    background-color: #0070f3;
    padding: 30px 60px;
    color: #fff;
    border-radius: 70px;
}


.zigzag-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  background: radial-gradient(circle at center, #c9f0ff 0%, #57c7ff 60%, #e9f8ff 100%);
  padding: 30px 100px 60px 100px;
  border-radius: 100px;
}

.step-wrapper {
  position: relative;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top {
  justify-content: flex-start;
}

.bottom {
  justify-content: flex-end;
  margin-top: 250px;
}

.step {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #0070f3;
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step.dark {
  background-color: #042c4b;
}

.step.light {
  background-color: #0070f3;
}

.icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.icon.square {
  width: 24px;
  height: 30px;
  background-color: #add8ff;
  display: inline-block;
}

.label {
  font-size: 17px;
  line-height: 1.3;
  padding: 0 8px;
}

/* Tilted dashed lines */
.line {
  position: absolute;
  width: 200px;
  height: 3px;
  border-top: 3px dashed #999;
  top: 79%;
  right: -190px;
  transform-origin: left center;
  z-index: 0;
}

.line.down {
  transform: rotate(40deg);
}

.line.up {
  transform: rotate(-40deg);
  top: 30%;
}

@media (max-width: 991.98px) {  
    .zigzag-container{
        display: flex;
        padding: 110px 40px !important;
        border-radius: 40px;
        flex-direction: column;
    }
    .bottom{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .line{
        right: -115px;
    }
    .line.down {
        transform: rotate(90deg);
    }
    .line.up {
        transform: rotate(-90deg);
        top: 162%;
    }
}

.page-banner .inner {
    padding: 0px 0 !important;
}

.page-banner{
    padding: 50px 0px;
    text-align: center;
    background: #0074e0 !important;
    font-size: 70px;
    text-transform: uppercase;
    max-width: 950px;
    margin: 50px auto 50px auto;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 991px) {
    .page-banner{
        margin-left:20px;
        margin-right:20px;
    }
    .innerMainHead{
        font-size:50px;
        line-height: 40px;
    }
    .innerSmHead{
        margin: 20px 0 0px !important;
    }
}

.innerSmHead{
    margin-bottom:0px;
}


.main-cause-head .about-section{
    /* padding-left:200px; */
    top:-100px;
    position:relative;
}

.cause-detail h3{
    color: #0074e0 !important;
    font-size: 50px;
    margin-bottom:20px;
    font-weight:bold;
    text-transform: capitalize;
}

.cause-detail .about-section .text{
    font-size:30px;
}

.cause-detail .about-section .with-bg{
    background: #0074e0 !important;
    color:#fff;    
    padding:20px;
}

.cause-detail .about-section .with-bg h3{    
    color:#fff !important;    
}

.cause-detail .about-section .quote{
    background: #ffffff !important;
    border:5px solid #0074e0;
    border-radius:50px;    
    padding:50px;
    font-size:40px;
}

.cause-detail .about-section.quote p strong{    
    color:#0074e0;    
}

.cause-detail .about-section .help ul{    
    display:flex;
    justify-content: center;
}

.cause-detail .about-section .help ul li{    
    display:flex;
    width:300px;
    height:300px;
    padding:20px;   
    justify-content: center; 
    align-items: center;
    text-align: center;
    font-size:22px;
    font-weight:bold;
    margin:0px 20px;
}

@media (max-width: 575.98px) {  
    .cause-detail .about-section .quote{
        font-size: 24px;
    }
    .cause-detail .about-section .text{
        font-size:20px;
        margin-bottom:20px;
    }
    .cause-detail h3{
        font-size:30px;
    }

    .payment-options{
        justify-content: left !important;
    }

    .payment-options li{
        width:32% !important;
        margin-right:3px;
    }
}

@media (max-width: 1399.98px) {
  .cause-detail .about-section .help ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cause-detail .about-section .help ul li {
    /* width: 50%;
    max-width: 50%; */
    margin:30px 0px;
    padding: 70px;
  }
}



.cause-detail .about-section .help ul li:nth-child(1){    
    background: url("../circle-1.png") no-repeat center/contain;    
}
.cause-detail .about-section .help ul li:nth-child(2){    
    background: url("../circle-2.png") no-repeat center/contain;    
}
.cause-detail .about-section .help ul li:nth-child(3){    
    background: url("../circle-3.png") no-repeat center/contain;    
}


.cause-detail .about-section .involved ul{    
    display:flex;
    justify-content: center;
}

.cause-detail .about-section .involved ul li {
    display: flex;
    width: 310px;
    height: 310px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    background: #0074e0;
    color: #fff;
    margin: 10px;
}

@media (max-width: 1399.98px) {
  .cause-detail .about-section .involved ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cause-detail .about-section .involved ul li {
    
    margin:30px 0px;
    padding: 70px;
  }
}

.cause-detail .about-section .data{    
    font-size:40px;
    
}

.cause-detail .about-section .data strong{    
    display:block;
    font-size:50px;
    color:#0074e0;
    font-family: "Sriracha", cursive;
    font-weight:bold;
}

.cause-detail .about-section .data .icon img{    
    max-width:200px;
}

h1.head {
    color:#0074e0;
    font-size: 55px !important;  
}

.option-label > .pay-text {    
    color: #000;    
    background: #fff;
    border: 1px solid #e8e6e6;
    border-radius: 10px;
}

.option-label > .pay-text{    
    background: #fff !important;    
    padding: 30px 10px !important;
    border-radius: 8px !important;    
    font-size: 32px !important;
}

.option-label > .pay-text:hover{    
    border:1px solid #0074e0 !important;
}

@media (max-width: 575.98px) {  
    .cause-detail .about-section .involved ul li{
        padding: 20px !important;
        width: 250px;
        height: 250px;
        line-height: 1.2;
        font-weight:normal;
        margin: 20px 0px;
    }
    .cause-detail .about-section .data strong{
        font-size: 40px !important;
    }
    .cause-detail .about-section .data{
        font-size: 24px !important;
    }
    .cause-detail .about-section .data .icon img {
        max-width: 150px;
        margin-top:20px;
        margin-bottom:20px;
    }
    .option-label > .pay-text{            
        padding: 10px 10px !important;        
        font-size: 22px !important;
    }
}

input[type=text],input[type=email],input[type=password],input[type=date],input[type=time],input[type=number],select,textarea{
    box-shadow:none !important;    
    padding: 20px !important;
    height: 60px !important;
    border-radius:8px !important;
}

textarea{
    height:100px !important;
}

.main-big-input .form-control{
    border-radius:8px !important;
}

.cloud-bg{
    background: url("../donation/title.png") no-repeat center/contain;   
    width:100%;    
    height: 200px;        
    text-align:center;
    padding-top: 50px;
    font-size: 40px;
}

#donation-page{
    background: url("../donation/clouds.png") no-repeat center/cover;   
}

.content-wrapper {  
    border: 2px solid #a09e9e !important;
}

.nsoContactForm{
    margin-top:0px !important;
}

.page-cloud-bg{
    background: url("../donation/clouds.png") no-repeat center/cover;   
}

.content-wrapper{
    padding:30px !important;
}

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



.innerSmHead {  
    margin: 0px 0 0px !important;  
    display:none;
}

.innerMainHead{
    font-size:50px !important;
}

.popular-cases{
    padding-top:0px !important;
}

.home-page .popular-cases{
    padding-top:80px !important;
}

.popular-cases .page-heading{
    margin-bottom:2px !important;
    font-size:30px;
} 

.home-page .popular-cases .page-heading {
    margin-bottom: 50px !important;  
    font-size:50px;
}

.popular-cases .popular-cases-description{
    margin-bottom:40px !important;
    text-align:center;
} 

@media (max-width: 575.98px) {  
    .cloud-bg {
        padding-top: 70px;
        font-size: 24px;
    }
    .donation-form-col{
        margin-bottom:30px;
    }

    .donation-form-col .text{        
        min-height: auto;
    }

    .popular-cases{
        padding-top:40px !important;
    }
}


.main-big-input label {
    text-transform: none!important;
    font-size: 14px!important;
    font-weight: 700!important;
    color: #333!important;
   
}
