.logo img{
	height: 100px;
}

.sticky-header .logo img {
	height: 65px;
}

.sticky-header .donate-link {
	margin: 10px 0 0 20px;
}

.cause-block .inner-box .donate-info {
    min-height: 47px;
}

.cause-block .inner-box h3 {
/*	min-height: 60px;*/
	min-height: unset;
}

.cause-block .inner-box .text {
	min-height: 51px;
}

@media only screen and (max-width: 1024px) {
	.banner-carousel .content-box h2 {
		font-size: 52px;
	}

	.banner-section .owl-dots {
		display: none;
	}

	.sec-title h2 {
		font-size: 35px;
	}

	.call-to-action h2 {
		font-size: 35px;
	}

	/*.fixed-header {
		position: fixed;
	}*/

	.main-header.fixed-header .header-top {
		display: none;
	}

	.main-header .header-upper .logo img {
		max-height: 37px;
	}

	.nav-outer .mobile-nav-toggler {
		margin-top: 13px;
		margin-left: 10px;
	}

	.main-header .nav-outer .donate-link {
		display: block;
		margin: 0;
    	padding: 19px 0 0 0;
	}

	.nav-outer .btn-style-one .btn-title {
	    padding: 0 10px;
	    font-size: 12px;
	    background: #fff;
	    border: 2px solid #0d74bf;
	    color: #0d74bf;
	}

	.header-upper .btn-style-one:hover .btn-title {
		color: #fff;
	}

	.change-language {
		display: block !important;
		position: relative;
	    float: right;
	    margin: 20px 0 0 10px;
	}

	.change-language a {
		color: #000;
	}

	.dropdown-menu.show {
	    min-width: unset;
	    padding: 10px;
	    text-align: center;
	    width: 120px;
	    left: -20px !important;
	    line-height: 2rem;
	}

	.change-language .icon {
		margin-right: 2px;
	}
}

.search-container {
    margin-top: 48px;
    margin-left: 45px;
    max-width: 180px;
    position: relative;
    float: left;
}

.how-we-help .info-list li {
    text-align: center;
    margin-top: 20px;
}

.mobile-search {
	display: none;
}

@media (max-width: 1100px) {
    .search-container {
        display: none;
    }
}

@media (max-width: 797px) {
	.mobile-search {
    	display: block;
		position: relative;
		float: right;
	}

	.mobile-search button {
		border: unset;
		margin-top: 22px;
    	padding: 0 0 0 10px;
	}

	.mobile-search button:focus {
		box-shadow: unset;
	}

	.search-box {
		position: absolute;
	    width: 250px;
	    left: -100px;
	    margin-top: 7px;
	    z-index: 999;
	    background: #fff;
	    padding: 10px;
	    border: 1px solid #dfe3e7;
	}

	.search-box button {
		margin: 0;
		padding: 5px;
	}

	.header-upper .auto-container {
		padding: 0 10px;
	}
}

.results-list .result-item{
	margin-bottom: 10px;
	padding: 10px;
    border: 1px solid #00a4e1;
}

.results-list a {
	color: #000;
}

.results-list a:hover {
	color: #00a4e1;
}

nav .mad-link {
	color: #000;
}

#validator-newsletter {
	margin-right: 200px;
	margin-top: 5px;
	padding-right: 5px;
}

.btn-donate-section {
    position: fixed;
    z-index: 999;
    bottom: 45%;
    right: 0;
}

.btn-donate-section .donate-button {
    display: block;
    padding: 10px 10px;
    background-color: #0178b9;
    font-size: 30px;
    border-radius: 0 0 0 0;
    max-width: 55px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

.paypal-button {
	background-color: #3cb9e8 !important;
	border-radius: 0 0 0 5px !important;
}

.btn-donate-section .whatsapp-button {
    display: block;
    padding: 5px 10px;
    background-color: #029148;
    font-size: 35px;
    border-radius: 5px 0 0 0;
    max-width: 55px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

.btn-donate-section .donate-button:hover {
    background-color: #0056b3;
}

.btn-donate-section .whatsapp-button:hover {
    background-color: #016030;
}

@media (max-width: 797px) {
	#validator-newsletter {
		margin-right: 0;
	}

	.about-section-three {
	    padding: 40px 0 70px;
	}

	.contact-section .form-column .shape-box {
	    padding: 16px 8px;
	}

	.contact-page .sec-title {
		margin-bottom: 0;
	}

	.contact-page .image-column {
		display: none;
	}

	.contact-section .form-column .shape-box h3 {
	    line-height: 28px;
	    font-size: 18px;
	}

	.about-section .right-column {
		min-height: 155px;
	}

	.banner-subtitle {
		margin-bottom: 20px;
	}
}

.sec-title.centered .upper-icon {
    background-size: 100% 100%!important;
}

.sec-title.light .sub-title .icon {
    background-size: 100% 100%!important;
}

.main-header .header-top .social-links li a {
	font-size: 18px;
}

.main-header .header-top .info li a .icon {
	font-size: 18px;
}

.featured-icon-block .sub-text a:hover {
	color: #029148;
	text-decoration: none;
}

.contact-section .sponsors-outer {
	padding-top: 20px;
}

.volunteer-button .btn-title {
	background: #0aa5e1;
}

.volunteer-button a:hover .btn-title {
	background: #d6d6d6;
	color: #0aa5e1;
}

.btn-style-two .btn-title:before {
	background: unset;
}

.main-menu .navigation > li > ul {
    top: 80%;
    width: 280px;
}

.partners .sec-title.centered .upper-icon {
	margin: 45px auto 15px;
}

.adopt-child .slide-item .content p {
	word-wrap: break-word; overflow-wrap: break-word;
}

.category .title {
	color: #fff;
	font-size: 18px;
}

.category a:hover .title {
	color: #00a8e2;
}

.main-header .header-top .info li a {
	font-size: 18px;
}

.sector-title .sub-title {
	text-align: center;
}

.search-breadcrumb {
	padding: 1.5rem 0;
    background: #f3f3f3;
    text-align: center;
    color: #3d3d3d;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.mad-search-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mad-col {
	padding: 2rem 1rem 0;
}

.mad-col .mad-entity {
	display: flex;
    position: relative;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    font-size: 1.125rem;
    line-height: 2rem;
}

.mad-entity-content {
/*	padding: 0 2rem 2rem;*/
    width: 49.8%;
    flex: 1;
}

.mad-entity-content:after {
	content: '';
    position: absolute;
    inset: 0;
    border: 1px solid #dbdbdb;
    border-radius: 1rem;
    z-index: -1;
    transition: .5s ease;
}

.mad-entity-tags {
	background: #f3f3f3;
	padding: 1rem;
}

.mad-entity-tags a {
	color: #000;
}

.mad-entity-tags a:hover {
	color: #029148;
	font-weight: 600;
}

.search-media-img {
/*	max-height: 240px;*/
	max-width: 240px;
}

.search-media-img img{
	height: 100%;
}

.mad-event-date {
	display: flex;
    column-gap: 2rem;
    padding: 1rem;
}

.mad-entity-date {
	padding-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: 'Arima Madurai', cursive;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.mad-entity-title {
	margin-bottom: 2rem;
    letter-spacing: -1.1px;
    font-size: 2rem;
    line-height: 3rem;
}

.mad-entity-header a {
	color: #000;
}

.mad-entity-header a:hover {
	color: #029148;
}

.how-we-help .info-list li:nth-child(3n):after {
	border-left: 0;
}

.search-container .input-group {
	height: 35px;
}

.search-container .input-group input {
	height: 100% !important;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-logo img {
	height: 100px;
}

.about-content .sec-title {
	margin-bottom: 10px;
}

.about-content .inner {
	margin-bottom: 20px;
}

.about-content .lower-text {
	padding: 0 15px;
	text-align: justify;
}

.about-content li {
	list-style: unset;
}

.about-content ol {
	margin: 0 15px;
}

.modal {
	z-index: 9999;
}

.modal-backdrop.show {
    display: none;
}

.modal-open {
    overflow: visible;
    padding-right: 0 !important;
}

.how-we-help .info-list li:last-child {
     text-align: center; 
}

.how-we-help .info-list li:nth-child(3n):after {
    border-right: 0;
}

.select2-container--default .select2-selection--single {
    height: 52px !Important;
    border: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 12px;
}

.iti {
	width: 100%;
}

.modal-content {
	border: 1px solid #00a4e1;
/*    color: #00a4e1;*/
}

.modal-header {
/*	border-bottom: 1px solid #00a4e1;*/
	background: #00a4e1;
	color: #fff;
}

.modal-header .btn-close {
	background: #00a4e1;
    color: #fff;
}

.about-section .right-column .lower-box .image a.lightbox-image {
    background: #0178b942;
}

.cart-table tbody tr {
	text-align: start;
}

.cart-icon {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}

.cart-icon i {
	font-size: 20px;
	color: #000;
}

.cart-icon .cart-count {
	position: absolute;
    top: -15px;
    right: -10px;
    background-color: #00a4e1;
    color: white;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 14px;
}

@media (max-width: 797px) {

	.cart-icon {
	    margin-top: 25px;
	    margin-left: 10px;
	    margin-right: 15px;
	}

	.cart-icon .cart-count {
	    position: absolute;
	    top: -8px;
	    right: -9px;
	    height: 20px;
	    width: 20px;
	    background-color: #00a4e1;
	    color: white;
	    padding: 4px;
	    border-radius: 50px;
	    line-height: 1;
	    text-align: center;
	    letter-spacing: 0;
	    font-size: 14px;
	}

}

.btn-checkout {
	background-color: #00a4e1;
    color: #fff;
}

.btn-checkout:hover {
	color: #fff;
    font-weight: 500;
	background-color: #0178b9;
}

.info-column .inner-box {
	padding: 20px;
    background-color: #f2f2f2;
    text-align: start;
}

.info-column .inner-box .item-title {
	font-size: 15px;
    font-weight: 600;
}

.info-column .inner-box .item-quantity {
	margin: 0 10px;
}

.thank-you-section {
	padding: 6rem 1rem;
}

.thank-you-section a {
	background-color: #00a4e1;
    color: #fff;
    margin-top: 2rem;
}

.thank-you-section a:hover {
	color: #fff;
    font-weight: 500;
	background-color: #0178b9;
}

.cause-details .info-box .link-box {
    float: unset;
}

.cause-details .theme-btn.add-to-cart {
    min-width: 70%;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 797px) {
	.cause-details .theme-btn.add-to-cart {
	    min-width: 50%;
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.cart-table {
		font-size: 13px;
	}

	.cart-table .remove-text {
        display: none;
    }
    .cart-table .remove-icon {
        display: inline-block;
    }

    .nav-outer .mobile-nav-toggler {
    	font-size: 30px;
    	margin-top: 5px;
    }

    .causes-section {
        padding: 40px 0px 0px;
    }

    .cause-block {
	    margin-bottom: 10px;
	}

	.modal-dialog.cart-modal {
		margin-top: 40%;
	}

	.banner-carousel .content-box h2 {
        font-size: 30px;
    }
}

.quantity-input-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
}

.quantity-input-wrapper .quantity-input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
}

.quantity-input-wrapper button {
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: none;
    color: #495057;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input-wrapper button:hover {
    background-color: #e2e6ea;
}

.quantity-input-wrapper .decrement-btn {
    border-right: 1px solid #ced4da;
}

.quantity-input-wrapper .increment-btn {
    border-left: 1px solid #ced4da;
}

.info-column .unique {
	width: 30%;
    direction: ltr;
}

.cart-table a {
	color: #000;
}

.cart-table a:hover {
	color: #0178b9;
}

.main-footer .footer-bottom .inner {
    padding: 20px 0px;
}

.cause-block .inner-box .lower-content {
    padding: 20px 20px 10px;
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1);
}

.banner-carousel .slide-item {
    max-height: 600px;
}

.banner-carousel .slide-item .image-layer {
    opacity: 0.9;
}

.banner-carousel .active .content-box .sub-title {
	display: none;
}

.banner-carousel .active .content-box h2 {
	display: none;
}

.banner-carousel .content-box .links-box {
	display: none;
	text-align: center;
	margin-top: 150px;
}

.btn-style-one:hover {
    color: #00a1e0;
}

.cause-block .inner-box .text {
    margin-bottom: unset;
}

.fa-home {
	margin-right: 4px;
}

.adopt-child .carousel-box {
    margin-bottom: 0px;
}

.adopt-child {
    padding: 110px 0px 20px;
}

@media (min-width: 1200px) {
	.page-banner {
	    padding: 140px 0px 140px;
	}

	.banner-carousel .slide-item {
	    max-height: 400px;
	}
}

@media (min-width: 1350px) {
	.page-banner {
	    padding: 140px 0px 140px;
	}

	/*.banner-carousel .slide-item {
	    max-height: 450px;
	}*/
}

@media (min-width: 1450px) {
	.page-banner {
	    padding: 150px 0px 140px;
	}

	.banner-carousel .slide-item {
	    max-height: 400px;
	}
}

@media (min-width: 1600px) {
	.page-banner {
	    padding: 180px 0px 140px;
	}
}

@media (max-width: 797px) {
	.banner-carousel .slide-item {
	    max-height: 120px;
	}
	.banner-carousel .content-box .links-box {
	    margin: 60px 90px;
	}
	.banner-carousel .content-box {
	    height: 120px;
	}
	.banner-carousel .content-box .links-box .btn-title {
	    width: 150px;
	    height: 30px;
	    padding: 0px 5px !important;
	    letter-spacing: unset;
	}
	.bottom-info-box .info li {	    
		font-size: 16px;
	}
}

.reels-section {
    position: relative;
    padding: 110px 0px 70px;
    background-color: #eef7f8;
}

.main-menu .navigation>li {
    margin-left: 22px;
}