@font-face {
    font-family: 'SFM';
    src: url('assets/fonts/sf/SFUIText-Medium.TTF');
}
/*body{
    font-family: 'SFM'!important;
}*/
/* TOP BUTTON CSS*/
.top-btn {
    position: fixed;
    bottom: 18px;
    right: 30px;
    padding: 7px;
    color: #fff;
    background: linear-gradient(347deg, #cf482c, #e3773f);
    z-index: 9999999;
    transition: all 0.3s;
    border: none;
    display: none;
}
.top-btn:hover {
    color: #0a0626;
}
.top-btn:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}
.added {
  background: antiquewhite !important;
}
.added:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}
.top-btn i {
    font-size: 22px;
    text-align: center;
}
.head-txt.white {
    color: #fffefe;
}

.offer-section {
    background: #e6b647;
}
button:focus {
    outline: 1px dotted;
    outline: 5px!important;
}
/* ///Banner */
.banner{
    z-index: 10;
    position: relative;
}
.desktop-banner {
    background: url(../img/khichdi-prasadam-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0;
    position: relative;
    min-height:512px;
    height:100%;
}
.mobile-banner {
    background: url(../img/mobile-banner-khicdi-prasadam-seva.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0;
    position: relative;
    min-height:512px;
    height:100%;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.btn-h-donate{
    background: linear-gradient(347deg, #cf482c, #e3773f);
    color: white;
    border: gainsboro;
    border-radius: 25px;
    padding: 8px 28px 8px 28px;
    font-size: 13px;
    font-weight: 500;
}
.btn-h-donate:hover{
    color: white;
}
.header-img{
    width: 13%;
}
.serve-img{
    width: 39%;
}
.amreq-img{
    width: 26%;
}
.group-img{
    width: 32%;
}
.card-section{
    z-index: 9;
    position: relative;
    margin-top: -35px;
}
.yellow-card{
    height: 208px;
    padding: 59px 22px 19px 22px;
    text-align: center;
}
.c-1{
    background:#d9af39;
    border-bottom-left-radius: 40px;
}
.c-2{
    background:#bf992e;
}
.c-3{
    background:#ab861f;
    border-bottom-right-radius: 40px;
}
.card-number{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 64px;
}
.card-number label{
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.card-number sup{
    font-weight: 400;
}
.card-paragraph{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.donation-section{
    background: #262626;
    z-index: 8;
    position: relative;
    margin-top: -35px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.reservation-head h2{
    color: #fff;
    font-size: 48px;
}
.custom-form label {
    display: block;
    color: #fffefe;
    font-size: 16px;
}
.custom-form label.checkbox-btn{
    display: unset;
    text-transform: unset;
    color: #494442;
    font-size: 14px;
}
.custom-form {
    width:100%
}
.reservation-input {
    color: #403d3d;
    font-size: 14px;
    padding-left: 16px;
    width: 100%;
    height: 45px;
    border: none;
    padding-top: 13px;
    padding-left: 24px;
}
.reservation-input:focus,
    .reservation-textarea:focus {
        border: 1px solid #1059be;
        box-shadow: none;
}
.custom-select {
    border-radius: 30px !important;
}
select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 55px) calc(1em + 10px), calc(100% - 50px) calc(1em + 10px), calc(95% - 0.5em) 0.9em;
    background-size: 9px 7px, 5px 8px, 2em 2em;
    background-repeat: no-repeat;
}
select.round2 {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 27px) calc(1em + 8px), calc(100% - 22px) calc(1em + 8px), calc(95% - 0.5em) 0.9em;
    background-size: 9px 7px, 5px 8px, 2em 2em;
    background-repeat: no-repeat;
}
.btn.amt-btn-clr {
    background: linear-gradient(45deg, #e5c55b, #be782d);
    border-radius: 50px;
    border: none;
    font-size: 18px;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
}
.btn.amt-btn-clr.added{
    background: linear-gradient(328deg, #bc9824, #ffe89c);
}
.amt-btn-clr2{
    background: linear-gradient(45deg, #e5c55b, #be782d);
    border-radius: 50px;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
}
.amt-btn-clr2:hover{
    color: white;
}
.amount-text:hover
{
    color: white;
}
.amt-btn {
    width: 24.5%;
}

.sub-amt-cls{
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
}
.payment-message{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.select-label {
    font-size: 11px !important;
    margin-bottom: -27px;
    z-index: 99999;
    position: sticky;
    font-weight: 600;
    padding-left: 25px !important;
    color: #343434 !important;
    margin-top: 5px !important;
}
.select-label-desk {
    font-size: 11px !important;
    /* margin-bottom: -49px; */
    z-index: 99999;
    position: absolute;
    font-weight: 600;
    padding-left: 25px !important;
    color: #343434 !important;
    top: 10px !important;
}
.group{ 
    position:relative; 
    margin-top: 7px;
  }
  .select, input[type=text] {
      padding: 22px 10px 7px 22px;
      display:block;
      width:100%;
      border:none;
      border-bottom: 1px solid #fff;
      background: #fff;
      color: #343434;
      font-size: 14px !important;
      border-radius: 30px;
      height: 45px;
  }
  .select, input[type=text]:focus { 
    outline:none;
 }
 .personal-details{
    color: #3f3e3e!important;
    font-weight: 600;
    font-size: 17px;
 }
 .custom-control-label {
    font-size: 13px;
}
 .personal-desk label.google-material {
    color: #010101;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.personal label.google-material {
    color: #010101;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 27px;
    top: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
  /* active state */
 .personal-desk .select,.personal-desk input[type=text]:focus ~ label.google-material,.personal-desk .select,.personal-desk input[type=text]:valid ~ label.google-material {
    top: 7px;
    font-size: 11px;
    color: #020202;
    font-weight: 600;
    left: 20px;
}
.personal .select,.personal input[type=text]:focus ~ label.google-material,.personal .select,.personal input[type=text]:valid ~ label.google-material {
    top: 7px;
    font-size: 11px;
    color: #020202;
    font-weight: 600;
    left: 27px;
} 
  /* BOTTOM BARS ================================= */
  .bar 	{ position:relative; display:block; width:100%; }
  .bar:before, .bar:after 	{
    content:'';
    /*height:2px; */
    width:0;
    bottom:0px; 
    position:absolute;
    background:#fff; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
  }
  .bar:after {
    right:50%; 
  }
  
  /* active state */
  input[type=text]:focus ~ .bar:before, input[type=text]:focus ~ .bar:after {
    width:50%;
  }
  
  /* HIGHLIGHTER ================================== */
  .highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  .select, input[type=text]:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }

.tax-note{
    color: #fff;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 600;
}
.donate-now span{
    font-size: 18px!important;
}
.pg-note a {
    color: #efe772;
}
.pay-option{
    color: #fff;
}

.donate-now{
    color: #ffffff!important;
    background: #e84f20;
    border: none;
    border-radius: 45px;
    padding: 6px 23px 6px 23px;
    font-weight: 600;
}
#errorMsg{
    color: red;
}
.copyright-txt{
    font-weight: 600;
    font-size: 14px;
}
.krishnasection{
    background: #E8E8E8;
    z-index: 7;
    position: relative;
    margin-top: -35px;
    padding: 34px 0 0 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.aboutprogramm
{
    background: #fff;
    z-index: 6;
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.krishna-h4{
    font-weight: 700;
    font-size: 29px;
    position: absolute;
    top: -50px;
}
.krishna-para,.krishna-lbl{
    font-weight: 500;
}
.contribute{
    background: #c7aa32;
    z-index: 5;
    position: relative;
    margin-top: -35px;
    padding: 40px 0 0 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.contribute-img{
    background-image: url(../img/contribute.png);

}
.contribute-h4{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 30px 0px 18px 0;
}
.con-div{
    padding-top: 186px;
    padding-bottom: 74px;
    padding-left: 17px;
    padding-right: 17px;
}
.contribute-lbl,.contribute-para{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: "Georgia", serif;
}
.contribute-para{
    padding: 40px 0 0 0;
}
.lbl-para{
    text-align: left;
    color: #fff;
    padding: 0 0 0px 50px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Georgia", serif;
}
.lbl-para:before ,.about-para:before{
    content: "• ";
}
blockquote {
    position: relative;
    padding-left: 50px;
    font-family: "Georgia", serif;
    font-size: 3.2rem;
    font-weight: 500;
    color: #333;
    quotes: "“" "”" "‘" "’";
  }
blockquote p{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
  blockquote::before, blockquote::after {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 0.1em;
  }
  blockquote::before {
    position: absolute;
    left: 4%;
    content: open-quote;
    margin-right: 0.15em;
    vertical-align: -0.15em;
  }
  blockquote::after {
    content: close-quote;
    position: absolute;
    right: 20%;
    bottom: -12%;
  }
  .footer{
    padding-top: 17px;
  }
  .reservation-head{
    padding: 19px 0px 32px 0;
  }
  .reservation-head2{
    padding: 13px 0px 51px 0;
  }
  .reservation-head.reservation-head2 h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
  .cons-food {
    background: rgb(222 222 222);
    border-radius: 33px;
    height: 53px;
}
.cons-food img {
    position: absolute;
    top: -24px;
    left: 30px;
    width: 35%;
}
.cons-food .f5-img{
    position: absolute;
    top: -14px;
    left: 37px;
    width: 30%;
    height: 117%;
}
.contty {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin: 0px 27px;
    margin-top: 10%;
    display: inline-block;
}
.f-name1 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    position: absolute;
    right: 30%;
    top: 30%;
}
.f-name2 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    position: absolute;
    right: 28%;
    top: 30%;
}
.f-name3 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    position: absolute;
    right: 6%;
    top: 30%;
}
.f-name4 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    position: absolute;
    right: 30%;
    top: 30%;
}
.f-name5 {
    font-size: 15px;
    font-weight: 600;
    color: black;
    position: absolute;
    right: 13%;
    top: 30%;
}
.about-para{
    font-size: 20px;
    font-weight: 600;
}

.post-slide{
    background: #fff;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    position: relative;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.owl-nav{
    position: absolute;
    top: 45%;
    display: block!important;
    width: 100%;
}
.owl-dots button:focus {
    outline: none!important;
}
.owl-nav .owl-prev
{
    float: left;
    font-size: 23px!important;
    color: #6d6b6b!important;
    background-color: #ffd731!important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.owl-nav .owl-next
{
    float: right;
    font-size: 23px!important;
    color: #6d6b6b!important;
    background-color: #fce278!important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.owl-theme .owl-dots {
    padding-top: 18px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.fa-chevron-right:before{
    content: '\203a'!important;
    font-size: 39px;
}
.fa-chevron-left:before {
    content: '\2039'!important;
    font-size: 39px;
}
.fa-chevron-right,.fa-chevron-left
{
    margin-top: -4px;
}

/* /////////Media///////////////// */
.desk-yel-card{
    border-radius: 22px;
}
.number-card{
    background: #E6B647;
    padding: 26px 0px 5px 0px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    height: 175px;
}
.number-card img{
    /* width: 83px;
    height: 79px; */
}
.imghight{
    height: 75px;
}
.number-card p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 13px 0;
    margin: 0;
    line-height: 24px;
}
.number-card label {
    font-size: 14px;
}
.desc-card{
    background: #e2e5e7;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    height: 105px;
}
.desc-card p {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
}
.desc-card p.a-p {
    padding: 41px 0;
}
.desc-card p.v-p{
    padding: 29px 0;
}
.krishna-img{
    width: 100%;
}
.des-krishna-h4
{
    font-weight: 700;
    font-size: 27px;
}
.des-krishna-lbl{
    font-size: 13px;
}
.amount-text-desk
{
    font-size: 14px;
}
.des-krishna-para{
    font-size: 13px;
    font-weight: 600;
}
.post-slide .post-img.desk {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
/* .post-img.desk img{
    height: 376px;
}
.post-img img{
    height: 272px;
} */
.about-para-desk:before{
    content: "• ";
}
.about-para-desk{
    font-size: 16px;
    font-weight: 600;
}
.reservation-head-desk h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.about-h2-desk{
    font-size: 27px;
    font-weight: 700;
}
.contribute-desk{
    background: #c7aa32;
    background-image: url(../img/contribute-desk.png);
    border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11111;
    background: #fff;
}
.con-div-desk{
    padding: 51px 8px 27px 3px;
}
.tem-img{
    width: 100%;
    height: 430px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.personal-desk{
    background: #e6b647;
    border-radius: 22px;
}
.amt-btn-clr-desk.amt-btn{
    background: #fff;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    padding: 13px 20px;
    font-weight: 500;
    line-height: 1.3;
}
.custom-form-desk {
    width: 100%;
    padding: 0px 13px;
}
.custom-form-desk .amt-btn {
    width: 48.4%;
}
.amt-btn-clr2-desk{
    background: #fff;
    border-radius: 30px;
    padding: 10px 0;
    font-weight: 700;
}
.amt-btn-clr-desk.amt-btn.added{
    background: antiquewhite;
}
.pg-note.desk a {
    color: #fe3d3d;
}
.seva-offer-heading-desk{
    color: #fff;
    text-align: center;
    padding: 21px 0px 0px 0px;
    font-size: 25px;
}
.cal-icon {
    position: absolute;
    right: 12px;
    bottom: 6px;
    color: #000;
    top: 20px;
}

.pg-title {
	text-align:center;
	margin-top:10%;
}

.loading {
	text-align:center;;
}

.pg-body {
	background:#fff;
}