/* -------------------- common style start --------------------*/
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
p{
	margin: 0;
}
body{
	background-color: #f2f0ed;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, span, button, strong, tr, td, th, input, textarea, label, select {
	font-family: 'Nunito-Regular' !important;
}

header nav{
}
header {
    position: fixed;
		width: 100%;
		z-index: 999;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.ml-10{
	margin-left: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.red-button {
    background-color: #eb5a23;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
		opacity: 0.9;
    box-shadow: 0 0 10px -5px #333;
		border: none;
		border-radius: 2px;
}
.red-button:hover {
	opacity: 1;
    color: #fff;
    background: #e04e17;
}
a:focus{
	text-decoration: none;
}
/* -------------------- common style end -------------------- */
/*
input[type="text"]
{
text-transform: uppercase;
}
 */

/* new header start */
header{
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.main-header {
background: #ffc511;
}
.main-navigation .sub-menu a.active,
.main-navigation .sub-menu a:hover {
background: #e8e8e8;
}
.navbar-brand{
padding: 0;
}
.main-navigation {
justify-content: space-between;
padding: 0 35px;
}
.main-navigation:before, .main-navigation:after{
content: none;
}
ul#main-menu {
display: flex;
}
ul#main-menu>li{
padding: 10px 10px;
}
ul#main-menu>li i{
margin-left: 6px;
}
ul#main-menu>li:hover>a, ul#main-menu>li.active:hover>a{
color: #fff;
}
.main-navigation ul li {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
padding: 0 14px;
}
.main-navigation ul li a {
display: block;
position: relative;
z-index: 1;
height: 100%;
text-decoration: none;
white-space: nowrap;
color: #000;
font-size: 13px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
}
.main-navigation ul ul li a {
color: #000;
}
/* Main Menu CSS End*/
/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul {
position: absolute;
width: 200px;
left: 0;
top: 40px;
z-index: 2;
-webkit-transition: 0.3s;
transition: 0.3s;
visibility: hidden;
opacity: 0;
background-color: #fff;
color: #000;
margin: 0;
padding: 0;
list-style: none;
}
ul.sub-menu li {
padding: 0;
}
ul.sub-menu li a{
text-transform: capitalize;
font-size: 13px;
}
.main-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
}
.main-navigation ul li ul li a {
padding: 10px 20px;
/* font-size: 12px; */
white-space: normal;
line-height: 19px;
}
.main-navigation ul li ul li {
display: block;
text-align: left;
}
.main-navigation ul li ul ul {
left: 200px;
top: 0;
}
.main-navigation ul li ul li {
border-bottom: 1px solid #ececec;
}
.main-navigation ul li ul li:last-child {
border-bottom: 0;
}
/* Submenu / Dropdown Menu CSS End */
/* Mobile Menu CSS Start*/
.mobile-menu-trigger {
cursor: pointer;
margin-left: 30px;
display: none;
background: transparent;
border: none;
}
.mobile-menu-trigger span {
height: 2px;
display: block;
width: 35px;
margin-bottom: 9px;
background-color: #000;
}
.mobile-menu-trigger span:last-child {
margin-bottom: 0;
}
.mobile-menu-container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 100%;
background-color: #ffc511;
z-index: 999999;
opacity: 0;
visibility: hidden;
overflow-y: scroll;
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
overflow-x: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.mobile-menu-container li {
opacity: 0;
visibility: hidden;
-ms-transform: translateX(1000px);
-webkit-transform: translateX(1000px);
transform: translateX(100px);
-webkit-transition: 1s;
transition: 1s;
border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.mobile-menu-container li:nth-last-child(1) {
border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.mobile-menu-container li > a .slicknav_arrow:after {
content: "\f067";
position: absolute;
font-family: "FontAwesome";
top: 0;
bottom: 0;
color: #000;
z-index: 999;
margin: 0 auto;
text-align: center;
right: 0;
left: 0;
font-size: 16px;
line-height: 50px;
}
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after {
content: "\f068";
}
.mobile-menu-container.menu-open {
opacity: 1;
visibility: visible;
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu-container.menu-open li {
opacity: 1;
visibility: visible;
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mobile-menu-close {
position: absolute;
right: 20px;
top: 50px;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 1;
}
.mobile-menu-close::before {
left: 15px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-close::after {
right: 13px;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-menu-close::before,
.mobile-menu-close::after {
position: absolute;
height: 30px;
width: 2px;
background: #000;
content: "";
top: 0;
}
#mobile-menu-wrap {
display: block;
height: 100%;
width: 100%;
position: absolute;
right: 0;
padding: 150px 20px 20px 20px;
}
#mobile-menu-wrap div {
background-color: transparent;
}
#mobile-menu-wrap .slicknav_item i {
display: none;
}
/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
display: block !important;
text-align: left;
}
.slicknav_btn {
display: none !important;
}
.slicknav_menu {
padding-left: 0;
}
.slicknav_nav li > a {
display: block;
font-weight: 400;
}
.slicknav_item.slicknav_row a {
border-bottom: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
padding: 10px 0px;
margin: 0;
}
.slicknav_nav .slicknav_arrow {
font-size: 0;
background: rgb(255 255 255 / 8%);
height: 100%;
width: 50px;
display: inline-block;
position: absolute;
top: 0;
}
.slicknav_nav ul {
margin: 0 0 0 0px;
}
.slicknav_nav .menu-item-has-children ul {
margin-bottom: 00px;
}
.slicknav_nav .menu-item-has-children ul li {
padding-left: 25px;
}
.sub-menu .menu-item-has-children a i {
position: absolute;
right: 20px;
top: 13px;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
background-color: transparent;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
border-radius: 0;
}
.slicknav_item.slicknav_row {
display: inline-block;
width: 100%;
position: relative;
}
.slicknav_arrow {
-webkit-transition: 0.3s;
transition: 0.3s;
right: 0;
top: 17px;
position: absolute;
}
.slicknav_nav a,
.slicknav_row a {
color: #000;
font-size: 18px;
display: inline-block;
}
/*Sidebar Start*/
/* Mobile Menu CSS End*/

@media only screen and (max-width: 766px) {
/*Menu*/
.rightlogo img {
    position: fixed;
    top: 30px;
    right: 20px;
}

.facebook_img, .tweet_img, .insta_img {
	margin-bottom: 10px;
}

	.header-navigation-area {
	display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: #fff 1px solid; 
}

.mobile-menu-trigger {
	display: block;
}
}

/* @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  
} */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
  .header-navigation-area {
	display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: #fff 1px solid; 
}

.mobile-menu-trigger {
	top: 30px;
    position: absolute;
    right: 30px;
    display: block;
}

.main-pg {
    margin: 180px 0 70px 0 !important;
}
.main-header {
    width: 100%;
}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } /* your css rules for ipad landscape */
}
.social-head {
    display: flex;
    align-items: center;
		justify-content: flex-end;
		padding: 15px 0;
}
ul.social-list {
    display: flex;
		list-style-type: none;
}
a.donate-nw.red-button{
	margin: 0 15px;
}
ul.social-list li img {
    max-width: 27px;
    max-height: 27px;
}
header .social-list li{
	margin: 0 5px 0 0;
}
header .social-list li a {
    line-height: normal;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 50px;
    height: 35px;
    display: flex;
		transition: 0.25s Linear All;
}
header .social-list li a:hover{
	background-color: #ffe07f;
	border-color: #c79b11;
	transition: 0.25s Linear All;
}
/* new header end */

/* footer start */
footer {
    position: relative;
    background: #000;
    padding: 25px 15px;
}
.footer-content h4 {
	background: #333333;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
}
.footer-content h4, .footer-content h4 a {
    text-transform: uppercase;
    font-weight: 700;
		font-size: 1.5rem;
    margin: 25px 0;
}
.footer-content, .footer-content a {
    color: #fff;
}
footer .footer-content ul {
    padding-left: 15px;
    margin-top: -20px;
}
footer .footer-content ul li {
    padding: 5px 0;
}
.footer-content a{
	font-size: 13px;
}
.footer-content ul.social-list li img {
    filter: invert(1);
}
.footer-content .social-list li{
	margin: 0 8px 0 0;
}
.footer-content .social-list li a {
    line-height: normal;
    padding: 4px;
    border: 1px solid #3c3c3a;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    transition: 0.25s Linear All;
    background: #3c3c3a;
}
.footer-content .social-list li a:hover{
	background: #6d6d6d;
}
footer .footer-content ul.social-list{
	margin: 10px 0;
	padding: 0;
}
footer .footer-content ul li a:hover {
    color: #ffc511;
		transition: 0.25s Linear All;
}
/* footer emd */

/* page main start */
.main-pg {
    margin: 150px 0 70px 0;
    padding: 0 5%;
}
.breadcrumb {
    background: transparent;
    padding: 10px 0;
}
.breadcrumb>li {
    display: inline-block;
    font-size: 13px;
}
.breadcrumb>li a{
	color: #6c757d;
}
.breadcrumb>li:hover a{
	color: #000;
}
.breadcrumb>li.breadcrumb-item.active {
	font-weight: 700;
	color: #000
}
.main-top h3{
	 color: #6c757d;
	 font-size: 25px;
	 font-weight: 600;
}
.main-top{
	margin: 0 0 10px 0;
}
.main-pg-link {
    background: #ffc511;
}
.main-pg-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
		box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
		list-style-type: none;
}
.main-pg-link ul li{
	padding: 0 13px;
	border-right: 1px solid #000;
}
.main-pg-link ul li:last-child{
	border-right: 0;
}
.main-pg-link ul li a {
    color: #000;
    font-size: 14px;
		font-weight: 700;
    text-transform: uppercase;
}
.main-pg-link ul li:hover a, .main-pg-link ul li.active a {
    color: #fff;
    text-shadow: 0 1px 4px #77611e;
}
.main-pg-content h4 {
    font-size: 16px;
    margin: 30px 0;
}
.main-pg-content p {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}
.table-main table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border:	 1px solid #ddd; */
}
.table-main th, .table-main td {
    text-align: left;
    padding: 16px 10px !important;
    font-size: 14px;
}
.table-main thead tr {
    background: #eb5923;
    color: #fff;
}
.table-main td a{
	color: #000;
	font-weight: 700;
	opacity: 0.7;
}
.table-main td a:hover{
	opacity: 1;
}
.table-main td input, .table-main td select{
    width: 100%;
    max-width: 100px;
    border: #232323 1px solid;
    padding: 5px;
}
.table-main tbody tr{
    border-bottom: #bcbab7 1px solid;
}
.table-main tbody tr:last-child{
	border: none;
}
.donor-note {
    background: #dadada;
    padding: 10px;
		text-align: center;
}
.donor-note p {
    font-size: 13px;
    font-weight: 600;
    color: #7c7b79;
}
table select, table input, table textarea{
	height: 33px;
}
select, input, textarea{
	height: 40px;
}
label.donor-inp-label {
    font-size: 14px;
    font-weight: 600;
		width: 100%;
}
.pre-expand-div {
    border-bottom: #bcbab7 1px solid;
    padding: 40px 0;
}


/* custom select start */
/*the container must be positioned relative:*/
.nk-custom-select {
    position: relative;
    min-width: 220px;
}

.nk-custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #212529 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
	font-size: 15px;
  border: 1px solid #000;
  cursor: pointer;
  user-select: none;
}
.select-selected{
	border: 1px solid #d4d4d4;
	box-shadow: 0 0 6px -3px #333;
}
.select-items div{
	border: none;
	font-size: 13px;
	border-bottom: 1px solid #c3c3c3;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f2f0ed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	box-shadow: 0 0 10px -5px #000;
	height: 195px;
    overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: #f5bd10;
    color: #fff !important;
}
/* custom select end */

.select-label {
    display: flex;
    align-items: center;
}
.select-label label {
    margin-right: 15px;
		width: auto;
}


/* custom scrollbar start */
/* width */
.customSB::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.customSB::-webkit-scrollbar-track {
  background: #cacaca;
}

/* Handle */
.customSB::-webkit-scrollbar-thumb {
  background: #ffd656;
}

/* Handle on hover */
.customSB::-webkit-scrollbar-thumb:hover {
  background: #ffc81f;
}
/* custom scrollbar end */
.donor-form-grp {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.donor-pan input{
	width: 100% !important;
}
.gif-add-display {
	display: block;
}
.donor-detail-form {
    margin: 35px 0;
}
.form-section {
    background: #f7f6f4;
    padding: 3% 4%;
    margin-top: 30px;
    border-radius: 4px;
		/* margin-bottom: 50px; */
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.form-inner-main{

}
h4.small-heading {
    font-size: 17px;
    font-weight: bold;
    /*text-transform: capitalize;*/
		margin-bottom: 20px;
}
.p0{
	padding: 0;
}
.donor-form-grp select:read-only, .donor-form-grp input:read-only, .donor-form-grp textarea:read-only{
	background: #f7f6f4;
}
.donor-form-grp select:read-only:focus, .donor-form-grp input:read-only, .donor-form-grp textarea:read-only{
	outline: none;
}
.donor-form-grp select, .donor-form-grp input, .donor-form-grp textarea {
    height: 40px;
    width: 100%;
		border: 1px solid #d4d4d4;
		box-shadow: 0 0 6px -3px #333;
		padding: 0 10px;
		font-size: 14px;
    font-weight: 600;
}
span.red-color {
    color: red;
}
.form-inner-main {
    border-bottom: #bcbab7 1px solid;
    margin-bottom: 25px;
		padding-bottom: 15px;
}
.mb-0{
	margin-bottom: 0;
}
.border-none{
	border: 0;
}
input[type=checkbox] {
    border: 0;
    box-shadow: none;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}
.donor-cb label{
	font-size: 13px;
	position: relative;
}
span.hover-cont {
    cursor: pointer;
    color: blue;
}
.hover-content {
    position: absolute;
    background: #ffc511;
    font-weight: 500;
    width: 170px;
    font-size: 12px;
    padding: 11px;
    color: #000;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
		top: -135px;
		right: -65px;
		display: none;
}
span.hover-cont:hover + .hover-content {
    display: block;
}
.main-pg-content {
    margin: 30px 0;
}
.submit-box {
    margin: 20px 0 40px;
}
.black-anchor {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

/* radio button start */
.radio-main {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.radio {
  margin: 0.5rem;
	margin-right: 30px;
	margin-left: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
	width: 17px;
  height: 17px	;
  position: relative;
  top: 1px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #fdbf00;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: auto;
}
.checkbox label, .radio label {
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
}
/* radio button end */

.main-title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px;
    border-bottom: #bcbab7 1px solid;
    padding-bottom: 20px;
}
.mts-left h5 {
    color: #eb5923;
    font-weight: 700;
    font-size: 15px;
}
.black-text{
	color: #000;
}
.thank-you-head {
    margin: 25px 0;
}
.thank-you-head h3 {
    color: #eb5923;
    font-size: 19px;
    font-weight: 700;
}
.thank-you-head h3 span {
    font-weight: 900;
}
.dflex {
    display: flex;
    align-items: center;
}
.align-item-end{
	align-items: flex-end;
}
.red-note {
    margin: 30px 0;
    background: linear-gradient(45deg, transparent, #dadada, transparent);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.red-note p {
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.table-main {
    margin-top: 50px;
}
.btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
		margin: 20px 0 0 0;
}
/* page main end */
.red-button-small{
	font-size: 13px;
}
.black-button{
background: #333;
}
.black-button:hover{
background: #000;
}
.print-body {
    background: #fff;
    width: 900px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 38%) 0px 3px 8px;
}
.prof-photo {
    display: flex;
    align-items: center;
    justify-content: center;
		border-radius: 8px;
		overflow: hidden;
}
.prof-left, .prof-right {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    overflow: hidden;
	}
.prof-photo img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.prof-photo label {
    width: 100%;
    background: #ffc511;
    color: #000;
    font-size: 15px;
    font-weight: 7600;
    text-align: center;
		padding: 10px 0;
		margin: 0;
}
.print-body .sec-heading{
		background: #ffc511;
    padding: 13px 20px;
    margin: 0;
}
.print-body .sec-body{
	box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
	border-radius: 8px;
	overflow: hidden;
}

.nk-print-detail ul li {
    padding: 12px 20px;
}
.nk-print-detail ul li:nth-child(odd) {
    background: #eaeaea;
}
.nk-print-detail ul li:last-child{
	margin-bottom: 0;
}
.nk-print-detail ul li label{
	display: flex;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}
.nk-print-detail ul li span {
    display: inline-flex;
}
span.nk-lbl-left{
	min-width: 50%;
	color: #828282;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.nk-det-span{
	color: #495057;
}
.sec-heading {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.print-pr-pg tr th {
    background: #eaeaea;
    line-height: 18px;
    border-color: transparent;
    padding: 12px 10px;
    vertical-align: middle;
    white-space: normal;
		font-size: 15px;
}
.print-pr-pg tr{
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.print-pr-pg tr td{
	font-size: 15px;
	padding: 15px 5px;
}
tr.attedance-tr {
    border-top: 15px solid #fff;
}
.print-pr-pg .attedance-tr th{
	background: #ffc511;
}
.print-pr-pg th, .print-pr-pg td{
	text-align: center;
}
.print-pr-pg table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.main-title-sec h3{
	color: #6c757d;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
}
.donor-form-grp i.fas.fa-eye{
		position: absolute;
    top: calc(21px + 20px);
    right: calc(10px + 15px);
    cursor: pointer;
		opacity: 0.8;
}
.donor-form-grp i.fas.fa-eye:hover{
		opacity: 1;
}
.width-60{
	width: 60%;
	min-width: 60%;
}
.width-100{
	width: 100%;
	min-width: 100%;
}
.modal-header .close{
	position: absolute;
	right: 20px;
	font-size: 20px;
}
.modal .modal-content{
	padding: 10px 20px;
}
.border-box {
    border: 1px solid #333;
    padding: 10px;
    border-radius: 2px;
}
.modal p{
	font-size: 14px;
}
.modal h3{
	color: #000;
	font-weight: 600;
}
.red-color{
	color: red;
}
.Donor-detail-box ul li {
    font-size: 14px;
		list-style-type: none;
}
.Donor-detail-box ul li .detail-title{
    min-width: 150px;
    display: inline-block;
		font-weight: 600;
}
.modal-bottom ul li{
	font-size: 14px;
}
.modal-title {
    font-size: 20px;
    font-weight: 600;
}

/*Custom classes created by backend dev*/
.nk_error_input_box {
	border: 2px solid #e50303 !important;
	box-shadow: 0 4px 2px 0 rgb(229 3 3 / 27%), 0 4px 1px -2px rgb(229 3 3 / 25%), 0 1px 6px 0 rgb(229 3 3 / 25%) !important;
}
.nk_help_text {

font-size: 14px; 
color: red;
 margin-top: 5px
}

#overlay1{
left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /* display: none; */
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.spinner {
width: 40px;
height: 40px;
border: 4px #ddd solid;
border-top: 4px #2e93e6 solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
100% {
transform: rotate(360deg);
}
}
.is-hide{
display:none;
}

.main-pg-link1 {
	display: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    height: auto;
}

.contentpanel 
{font-size: 14px;padding-bottom: 10px;}

.contentpanel label.tetmsg {
   
   margin-bottom: 10px;
    font-weight: normal;
}

.contentpanel  input[type=checkbox]
{margin-right:10px; position:relative}

.newtable .table-main {
    margin-top: 0px;
}

.newtable table {
    border:#dadada  1px solid;
}

.highlightmsg {
    margin-bottom: 10px;
}

.smalltext {
    margin-bottom: 10px;
}

.content-form h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.highlightmsg1 {
    font-size: 12px;
    margin-bottom: 5px;
}

.submitbtn
{    background: #ffc511;
    border: 0px;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    box-shadow: none;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    border-radius: 10px;}
	
	.rightimg {
    text-align: center;
}

.Exemptionbtn {
    position: relative;
    text-align: center;
    width: 100%;
}

.Exemptionbtn:hover .hover-content {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.contentpanel .form-control {
    border-radius: 5px;
    /* height: 30px; */
    margin-bottom: 10px;
}

.rightimg img {
    width: 100%;
}

.rightlogo img {
  width: 158px;
}

.rightlogo
{min-width: 300px;
    text-align: right;}
	
	.Exemptionbtn .submitbtn {
    width: 80%;
    height: 70px;
    font-size: 38px;
}

.loaderpanel
{background: #ffffff8f; width:100%; height:100%; z-index:9999; left:0px; top:0px; right:0px; bottom:0px; margin:auto}

.loader-global {
	position:fixed; 
}

.loader-local {
	position:absolute; 
}

.pos-relative {
	position: relative; 
}

.loadericon {
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.formpanel {
    margin-bottom: 15px;
}

.formpanel .form-check-input {
    position: relative; 
}

.thankumsg{
background:#fdb913
}

.thankupanel  {
	margin-top: 30px;
	font-size: 22px;
	text-align: center;
}

p.title1 {
    margin-bottom: 70px;
}

.error {
	border: 1px solid red;
}

.thankuimg
{width:50%}

@media ( max-width : 600px) {
	.thankuimg
{width:100%}
	
}
/*Captcha code CSS  */
.captcha-ans-div {
	align-items: center;
	justify-content: space-between;
	display: flex;
	vertical-align: middle;
}

.captcha-ans-div input[type="text"], .captcha-ans-div input[type="number"]
	{
	background-color: #fff !important;
}

input:-internal-autofill-selected {
	appearance: menulist-button;
	background-image: none !important;
	background-color: -internal-light-dark(rgb(255, 255, 255),
		rgba(255, 255, 255, 1)) !important;
	color: fieldtext !important;
}

.captcha-ans-div span {
	font-size: 25px;
}

.captcha-str {
	margin-right: 20px;
}

.captcha-result {
	width: 90px;
	margin-left: 20px;
}

.mk-payment-btn {
	display: inherit !important;
    align-items: center;
    justify-content: center;
    margin: 31px 0 0 0 !important;
}

.box
{
  border: 1px solid green;
  position:absolute;
  color: white;
  top: 19px;
  left: 30px;
  background-color: black;
}

.facebook_img, .tweet_img, .insta_img {
	margin-right: 10px;
}

.mob-view-div {
	display: none;
}

@media screen and (max-width: 600px) {
	.desk-view {
		display: none;
	}
	
	.mob-view-div {
		display: block;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      .desk-view {
		display: none;
	}
	
	.mob-view-div {
		display: block;
	}
	
	.right-head-main {
    	margin-right: 8rem;
	}
	.main-navigation {
    	padding: 0 5px;
	}
	.navbar-brand {
    	margin-right: 0;
	}
	header .social-list li {
    	margin: 0;
	}
	a.donate-nw.red-button {
    	margin: 0;
	}
	
	.main-navigation ul li {
    	padding: 0 10px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      .desk-view {
		display: none;
	}
	
	.mob-view-div {
		display: block;
	}
	
	.right-head-main {
    	margin-right: 12rem;
	}
}

.main-accordion-div input {
    position: absolute;
    left: 5px;
    top: 18px;
}

.highlight-text {
	text-decoration: underline;
}

.text-div {
	font-weight: 600;
    font-size: 12px;
    text-align: justify;
}

.consent-parent input[type=checkbox] {
    width: inherit;
}