/*
Theme Name: RSPCA Child Theme
Description: This is a custom child theme for RSPCA
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: rspca
Version: 1.0
*/

#page-header-bg h1 {
	font-family: Montserrat;
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: 51px;
	letter-spacing: 0em;
	text-align: center;
}

#page-header-bg .span_6 span.subheader {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
}

div#pet-page-header h1 {
	font-family: Montserrat;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: center;
}

div#pet-page-header p {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: center;
}

.servicefilter {
	margin-bottom: 0 !important;
}

.adoptionfilter .row {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0 !important;
	min-height: 120px;
}

.servicefilter .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 !important;
	min-height: 120px;
}

.eventFilter.servicefilter .row.advanceFilters {
	display: none;
	min-height: auto;
	padding: 0 !important;
}

.eventFilter .row.advanceFilters .advance-event-row {
	padding-bottom: 30px; 
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.servicefilter .filterSelect {
	min-width: 300px;
}

.adoptionfilter .row div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.servicefilter .row div {
	display: flex;
	flex-direction: column;
	align-items: inherit;
	padding: 5px;
}

.adopt-btn {
	color: #fff;
}

.cat-of-month-block .vc_column-inner {
	padding: 10px !important;
}

.donation-block-container .vc_column-inner {
	padding: 0px !important;
}

.donation-block-container .donation-block {
	height: 193px;
}

.fav-btn::before, .adopt-filter-btn::before {
	border-radius: 50px;
}

.fav-btn {
	width: 100%;
	margin-bottom: 0;
	background: #0093D0;
	border-radius: 30px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: 0em;
	opacity: 0.87 !important;
}

.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.advanceFilters {
	padding: 0 0 30px;
	display: none;
}

.advanceFilters .row.col-lg-12 {
	display: flex;
	justify-content: space-between;

	text-align: left;
}

.advanceFilters .favourites {
	align-items: flex-end;
}

.advanceFilters label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
}

.advanceFilters input {
	background: #FFFFFF !important;
    border-radius: 50px;
    color: #000 !important;
    padding: 12px 15px;
    border: 2px solid #fff;
	width: 100%;
    height: auto;
}

.advanceFilters input[type="checkbox"] {
	appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: transparent !important;
	margin: 0 5px 0 0;
    width: 5px;
    height: 5px;
    padding: 7px;
    border-radius: 4px;
    display: inline-block;
	transition: 120ms transform ease-in-out;
	position: relative;
}

.advanceFilters input[type="checkbox"]::before {
	content: "";
	display: block;
	width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	transform-origin: bottom left;
  	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	background-color: #fff;
}

.advanceFilters input[type="checkbox"]:checked::before {
	transform: scale(.7);
    top: -4px;
    left: 1px;
}

.advanceFilters input[type="checkbox"]:checked {
	background-color: #0093D0 !important;
	border-color: #0093D0;
}

.advanceFilters .petType {
	display: flex;
	flex-direction: column;
}

.advanceFilters .ageType {
	justify-content: flex-start;
}

#adv-search-btn h4 {
	margin-bottom: 0;
}

#adv-search-btn .fa-chevron-down {
	transition: .5s ease all;
}

#adv-search-btn.active .fa-chevron-down {
	transform: rotate(180deg);
}

.petType label {
	font-weight: 500;
    margin-bottom: 5px;
    top: -2px;
    position: relative;
}

.advanceFilters input::placeholder {
	color: #f2f2f2 !important;
}

body.material .nectar-button.medium.fav-btn i {
	font-size: 20px;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    opacity: 1;
    top: 0px;
    left: 0;
}

.filterSelect {
	background-color: rgb(255 255 255) !important;
	/* border-color: rgba(255,255,255,0); */
	color: #000 !important;
	border-radius: 50px;
}

.adoptionfilter p {
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}

.servicefilter p {
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}

.petDetails {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #0093D0;
}

/**
 * Pet container is masonry layout 
 * http://thenewcode.com/844/Easy-Masonry-Layout-With-Flexbox
 **/
.petContainer {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.petContainer.lost {
	align-items: flex-start;
}

.lost .petCard {
	width: 25%;
	padding: 5px;
}

.adoption .petCard {
	width: 25%;
	padding: 5px;
}

.petCard {
	/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
	width: 100%;
	margin-bottom: 20px;
	transition: .3s ease all;
}

.petCard a.animal-permalink {
    width: 100%;
    height: 100%;
    position: absolute;
}

.petCard:hover .card {
	-webkit-box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
    box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 26%);
}

.petCard .card {
	position: relative;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
	border-radius: 8px;
}

.petCard .like {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 999;
	font-size: 25px;
}

.petCard .like:hover {
	color: #C92A2A;
}

.petCard .card-body {
	padding: 20px;
}

p.card-text {
	padding-bottom: 0.5em;
}

.petCard .card-title {
	color: #0093D0;
}

.petCard .card-title {
	font-size: 22px;
}

.petCard .location {
	position: relative;
}

.petCard .card .card-img-top {
	margin-bottom: 0;
}

.card-img-top {
	width: 100% !important;
}

.colored-box .column-bg-overlay {
	border-radius: 8px;
}

.colored-box-image {
	width: 100%;
	object-fit: cover;
	max-height: 150px;
	border-radius: 8px;
}

.cat-of-month-box .row_col_wrap_12_inner {
	min-height: 190px;
}

.cat-of-month-box {
	border-radius: 8px;
}

#lost-pet-btn, #search-pet-btn {
	font-weight: 700;
    min-width: 10em;
    padding: 12px 24px;
}

#lost-pet-btn span, #search-pet-btn span {
	font-size: 25px !important;
	font-family: 'Montserrat';
	font-weight: 800;
	/* min-width: 10em; */
}

#lost-pet-btn:hover {
	color: #0093D0;
	opacity: .99;
}

#search-pet-btn {
	border: 2px solid #684CA0;
}

#search-pet-btn:hover {
	opacity: .99;
	color: #684CA0;
}

.container .row.pet-info {
	padding-bottom: 60px;
}

.nectar-button.medium {
	/* font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	width: 284px; */
}

.sortby form label {
	padding: 7px 10px 7px 0px;
	color: #495057;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;

}

.sortby form {
	display: flex;
	align-items: center;
}

.sortby select {
	max-width: 180px;
	background: #FFFFFF;
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 30px;
}

select {
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 12px;
	padding: 12px 15px;
}

.found {
	width: 95px;
	height: 42px;
	border: 1px solid #F1F3F5;
	background-color: #F1F3F5;
	border-radius: 30px;

	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #0093D0;
	margin-bottom: 20px;

}

.animal-id {
	padding-bottom: 0 !important;
}

.what-you-need-block {
	padding: 20px !important;
	background-color: #74C8BA;
	border-radius: 10px;
	color: #fff;
}

.what-you-need-block p {
	font-size: 22px;
	padding-bottom: 0px;
}

.what-you-need-block h2 {
	color: #fff;
	margin: auto 0;
	font-size: 54px;
	line-height: 54px;
}

.what-you-need-block img {
	border-radius: 8px;
	margin-bottom: 0px !important;
}

.blue-info-block {
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}

.blue-info-block h2 {
	color: #fff !important;
}

.adoption-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.adoption-popup:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}

.media-releases .post-block {
	/* width: 387px !important;*/
	height: 293px !important;
	object-fit: cover;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	position: relative;
}

.media-releases .title-sec {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 30px;
	color: #fff;
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
}

.generic-info h2 {
	margin-bottom: 20px !important;
}

.single-article img {
	width: 100% !important;
	height: 100% !important;
}

.section-header h6 {
	font-size: 22px !important;
	font-style: normal;
	font-weight: 800 !important;
	line-height: 25px !important;
	letter-spacing: 0em;
	text-align: left;


}

.media-releases .section-header a {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #74C8BA;
}

.media-releases .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

body .main-content .media-releases .title-sec h5 {
	margin-bottom: 0;
}

.media-releases .title-sec h5 a {
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.resources .span_3 .post-block img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.resources .title-sec {
	background-color: #fff;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.resources .title-sec h5 a {
	color: #495057 !important;

}

.resources .post-block img {
	margin-bottom: 0px !important;
	width: 100% !important;
}

.resources .post-block .readMore {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #74C8BA;

}

.readMore:hover {
	opacity: 0.6;
}

.vertical-center {
	/* transform: translateY(50%); */
}

.toggle h3 a {
	padding: 14px 14px 16px 16px;
}

.toggle h3 {
	position: relative;
}

.toggle h3 a i {
	right: 13px !important;
	left: unset !important;
	position: absolute;
}

.single-page-banner {
	width: 100%;
}

.main-information .single-page-content img {
	width: 100%;
}

.main-information .single-page-content a {
	color: #74C8BA;
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
}

.resource-container {
	border: 1px solid #CED4DA;
	border-radius: 8px;
	padding: 15px;
}

.resource-container h6 {
	margin-bottom: 15px;
}

.resource-container h5 {
	margin-bottom: 20px !important;
	font-weight: 800 !important;
}

.faq-container h5 {
	font-weight: 800 !important;
}

body div[data-style*="minimal"] .toggle h3 a {
	font-size: 18px !important;
}

.serviceContainer {
	/* display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center; */
}

.serviceContainer .serviceCard {
	/* width: 25%; */
	padding: 5px;
	margin-top: 15px;
}

.serviceContainer.layout1 .serviceCard:first-child {
	display: inline-flex;
	border-radius: 8px;
}

.serviceContainer.layout1 .serviceCard:first-child .card {
	display: flex;
    width: 100%;
}

.file-input__label i.fa-upload {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

body .wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none;
    color: #c92a2a;
	font-weight: 700;
}

#learn-post-list .serviceContainer.layout1 .serviceCard:first-child .card {
	display: block;
    width: 100%;
}

.serviceContainer.layout1 .serviceCard:first-child .row {
	display: flex;
}

.serviceContainer.layout1 .serviceCard:first-child img {
	height: 90vh;
	min-height: 508px;
	max-height: 510px;
	object-fit: cover;
	margin-bottom: 0;
}

.serviceContainer.layout1 .serviceCard:first-child .span_6 {
	/* height: 100vh;
	min-height: 504px;
	max-height: 508px; */
	object-fit: cover;
	margin-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.serviceContainer.layout1 .serviceCard:nth-child(2),
.serviceContainer.layout1 .serviceCard:nth-child(3) {
	/* width: 24%; */
}

.serviceContainer .serviceCard .card {
	box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
	border-radius: 10px;
	overflow: hidden;
}

.serviceCard .card-body {
	padding: 15px;
}

.newsletter-section {
	border: 1px solid #CED4DA;
	border-radius: 8px;
	padding: 7%;
}

.newsletter-section .subscribe-div {
	float: none;
}

.newsletter-section .subscribe-div button {
	width: 100%;
}

.newsletter-section input {
	border: 1px solid #CED4DA;
	background: #fff;
}

.newsletter-section h5 {
	margin-bottom: 20px;
}

.newsletter-section .wpcf7-form p .consent-checkbox {
	display: inline-block !important;
	margin-right: 5px;
}

#nl-btn {
	background-color: transparent !important;
	border: 1px solid #0093D0;
	color: #0093D0;
	width: 100%;
  border-radius: 50px !important;
  overflow: hidden;
}

#nl-btn:hover, button.wpcf7-submit.nectar-button:hover {
  box-shadow: none !important;
  transform: none;
  -webkit-transform: none;
}

button.wpcf7-submit.nectar-button:hover {
  color: #0093D0 !important;
}

.subscribe-div button.wpcf7-submit.nectar-button:hover {
	color: #fff !important;
}

.menu-box {
	border: 1px solid #CED4DA;
	border-radius: 8px;
	padding: 40px 10px 10px 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.menu-box ul li {
	list-style-type: none;
	margin-bottom: 17px;
}

.menu-box ul li a {
	color: rgba(73, 80, 87, 1);
}

.menu-box .current-menu-item a, .menu-box ul li a:hover {
	color: #0093D0;
}

.menu-box .menu-sidebar-menu-container ul {
	margin: 20px;
}

.faq-box ul {
	margin-left: 0px;
}

.faq-box ul li {
	list-style-type: none;
	margin-bottom: 17px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.faq-box ul li a {
	color: rgba(115, 193, 103, 1);
}

#enquiryType {
	width: 50%;
}

.toggle[data-inner-wrap="true"] {
	margin-bottom: 20px;
}

.toggle[data-inner-wrap="true"]>div {
	overflow: hidden;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.toggle.open[data-inner-wrap="true"]>div {
	overflow: visible;
}

.custom-faq .toggle i {
	position: absolute;
	right: 0;
	top: unset;
	margin-top: 15px;
}

.custom-faq .toggle h3 {
	position: relative;
}

.custom-faq .toggle h3 a {
	padding: 20px 0;
}

div[data-style*="minimal"] .toggle h3 a {
	background-color: transparent;
}

.intro-banner {
	/* padding-top: 60px; */
	/* padding-bottom: 60px; */
}

.single .intro-banner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.intro-img {
	width: 100% !important;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -7px !important;
}

.intro-img.bg-img {
	height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
	margin-bottom: 0 !important;
	position: relative;
}

.intro-img.bg-img .intro-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
}

.intro-img.bg-img .intro-desc  h6 {
	margin-bottom: 0;
}

.intro-desc {
	background-color: #0093D0;
	color: #fff;
	padding: 10px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.intro-desc p {
	padding-bottom: 0;
}

.intro-desc h6 {
	color: #fff;
	font-size: 16px !important;
}

.latest-posts .section-header a {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #74C8BA;
}

.latest-posts .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0 15px;
}

.latest-post-img {
	max-height: 235px;
	height: 235px !important;
  width: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.latest-posts .post-block {
	box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
	border-radius: 8px;
}

.post-template-single-article .wpb_row.latest-posts,
.single-post .wpb_row.latest-posts {
	margin-bottom: 0;
	padding-bottom: 0;
}

.latest-posts .post-block .title-sec {
	padding: 5px 15px 20px 15px;
}

.post-container {
	display: flex;
	/* justify-content: space-evenly; */
}

.post-container .col {
	margin-right: none !important;
}

.post-container .title-sec h5 {
	font-size: 21px;
	line-height: 23px;
	margin-bottom: 40px;
	min-height: 90px;
}

.post-container .post-block {
	/* margin-bottom: 25px; */
}

.tag {
	background: #F1F3F5;
	color: #74C8BA;
	font-weight: 700;
	border-radius: 30px;
	padding: 10px 15px;
}

@media only screen and (max-width: 600px) {
	.petCard {
		width: 100% !important;
	}

	.adoptionfilter .row {
		flex-direction: column;
	}

	.servicefilter .row {
		flex-direction: column;
	}

	.adoptionfilter div.col-lg-2 {
		margin-bottom: 10px;
	}

	.servicefilter div.col-lg-2 {
		margin-bottom: 10px;
	}

	#enquiryType {
		width: 100%;
	}

	.post-container {
		display: block;
	}

	.size-full {
		width: 100%;
		object-fit: contain;
	}

	.servicefilter .row div {
		margin-bottom: 15px;
	}
  
	.span_4 .adopt-filter-btn {
		margin-top: 0;
	}

	#donateDetailForm .field-group {
		width: 100%;
	}

	#cardDetailForm .field-group {
		width: 100%;
	}

	.form-container .price-row {
		flex-direction: column;
	}

	.price-row {
		padding: 10px 0px !important;
	}

	.price-row .amount {
		width: 100%;
	}

	.detailed-form .container {
		margin: 0px !important;
	}

	.cta-container .cta-block-container {
		width: 100% !important;
	}

	.cta-container {
		flex-direction: column;
	}
}

@media only screen and (min-width: 992px) {
	#event-list-row .serviceContainer .serviceCard:nth-child(1n+4) {
		width: 100% !important;
	}

	.serviceContainer .serviceCard:nth-child(1n+4) {
		width: 33.33% !important;
	}

	#learn-post-list .serviceContainer .serviceCard {
		width: 33.33% !important;
	}

	.newsletter-cta {
		display: flex;
		align-items: stretch;
	}

	.newsletter-cta .what-you-need-block {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.newsletter-cta .what-you-need-block img {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}

	.newsletter-cta .what-you-need-block .span_6 {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

}

@media only screen and (max-width: 999px) and (min-width: 600px) {
	.servicefilter .row {
		flex-direction: column;
	}

	.adoption .petCard {
		width: 50%;
	}
}

.warpper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tab {
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 2px;
	display: inline-block;
	color: #495057;
	/* border-radius:3px 3px 0px 0px; */
	/* box-shadow: 0 0.5rem 0.8rem #00000080; */
}

.tabs {
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.tab img {
	margin-bottom: 0px !important;
}

.panels {
	background: #fff;
	/* box-shadow: 0 2rem 2rem #00000080; */
	min-height: 200px;
	width: 100%;
	max-width: 500px;
	/* border-radius:3px; */
	overflow: hidden;
	padding: 20px;
	padding-bottom: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.panel {
	display: none;
	animation: fadein .8s;
}

.panel-title {
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel-title img {
	margin-right: 10px;
	margin-bottom: 0px !important;
}

.radio {
	display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#one-left:checked~.panels #one-panel-left,
#two-right:checked~.panels #two-panel-right,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel,
#six:checked~.panels #six-panel {
	display: block;
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#one-left:checked~.panels #one-panel-left,
#two-right:checked~.panels #two-panel-right,
#four:checked~.tabs #four-tab,
#five:checked~.tabs #five-tab,
#six:checked~.tabs #six-tab {
	background: #fffffff6;
	color: #000;
	border-bottom: 3px solid #0093D0;
}

#one:checked~.tabs,
#two:checked~.tabs,
#three:checked~.tab,
#four:checked~.tab,
#five:checked~.tab,
#six:checked~.tab {
	fill: #0093D0;
}


.tabs-container {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
}

.tabs-container [class^="tab"] label,
.tabs-container [class*=" tab"] label {
	color: #0093D0;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1em;
	padding: 1rem 0;
	text-align: center;
}

.tabs-container [class^="tab"] label [type="radio"]:checked,
.tabs-container [class*=" tab"] label [type="radio"]:checked {
	color: #fff;
	background-color: #0093D0;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1em;
	padding: 1rem 0;
	text-align: center;
}

.tabs-container [class^="tab"] [type="radio"],
.tabs-container [class*=" tab"] [type="radio"] {
	/* border: 1px solid rgba(239, 237, 239, 0.5); */
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* .tabs-container [class^="tab"] [type="radio"]:hover, .tabs-container [class^="tab"] [type="radio"]:focus,
	  .tabs-container [class*=" tab"] [type="radio"]:hover,
	  .tabs-container [class*=" tab"] [type="radio"]:focus {
		border-bottom: 1px solid #0093D0; 
	} */
/* .tabs-container [class^="tab"] [type="radio"]:checked,
	  .tabs-container [class*=" tab"] [type="radio"]:checked {
		border-bottom: 2px solid #0093D0;
	} */

.tabs-container [class^="tab"] [type="radio"]:checked+div,
.tabs-container [class*=" tab"] [type="radio"]:checked+div {
	opacity: 1;
}

.tabs-container [class^="tab"] [type="radio"]+div,
.tabs-container [class*=" tab"] [type="radio"]+div {
	display: block;
	opacity: 0;
	padding: 2rem 0;
	width: 90%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs-container .tab-2 {
	width: 50%;
}

.tabs-container .tab-2 [type="radio"]+div {
	width: 200%;
	margin-left: 200%;
	display: none;
}

.tabs-container .tab-2 [type="radio"]:checked+div {
	margin-left: 0;
	display: block;
}

.tabs-container .tab-2:last-child [type="radio"]+div {
	margin-left: 100%;
}

.tabs-container .tab-2:last-child [type="radio"]:checked+div {
	margin-left: -100%;
}

#tab2-2 [type="radio"]:checked~.once {
	background-color: #0093D0;
	color: #fff;
}

#tab2-1 [type="radio"]:checked~.monthly {
	background-color: #0093D0;
	color: #fff;
}

.once,
.monthly {
	border: 1px solid #CED4DA;
}

.once {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.monthly {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.price-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.price-row div {
	padding: 5px;
}

.input-container {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #0093D0;
	box-sizing: border-box;
	border-radius: 30px;
	align-items: center;
	padding: 5px 15px;
}

.input-field {
	width: 90%;
	padding: 10px;
	outline: none;
	border: 0;
	display: block !important;
}

.input-field i {
	color: #0093D0;
	font-weight: 700;
}

.tabs-container .btn {
	width: 100%;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 25px !important;
}

.btn {
	background-color: #74C8BA;
	outline: none;
	border: 2px solid #74C8BA;
	color: #FFF !important;
}

#donateDetailForm {
	display: flex;
	flex-wrap: wrap;
}

#cardDetailForm {
	display: flex;
	flex-wrap: wrap;
}

#cardDetailForm .field-group {
	padding: 5px;
}

#donateDetailForm .field-group {
	padding: 5px;
}

#donateDetailForm input {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 30px;
	align-items: center;
	padding: 8px 15px;
	color: #000;
	line-height: 24px;
}

#donateDetailForm select,
#cardDetailForm select,
#cardDetailForm input {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 30px;
	align-items: center;
	padding: 8px 15px;
	color: #000;
	line-height: 24px;
}
.detailTitle {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    line-height: 0.1em;
    margin: 10px 10px 20px;
    font-size: 20px; 
} 
.detailTitleDiv {
    margin: 20px;
}
.italicCheck span {
    font-weight: 100;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.italicCheckBottom span {
    font-weight: 100;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}
.detailTitle span { 
    background:#fff; 
    padding:0 10px; 
}
.formDesc {
	display: flex;
	justify-content: left;
	margin-top: 10px;
	display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #d5d5d5;
    font-weight: 100;
    width: 100%;
}
.template1 .warpper {
    box-shadow: 0 0 20px 10px #f1f1f1;
}
.formDesc img {
	margin-right: 5px;
}

.warpper .btn {
	width: 80%;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    height: 50px;
    padding: 10px;
}

.warpper {
	border-radius: 8px;
}

form .btn {
	padding: 1rem 0;
}


.detailed-form .container {
	/* width: 400px; */
	/* position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
	font-size: 0;
	/* box-shadow: 0 0 100px RGBa(0, 0, 0, 0.5); */
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
}

.detailed-form .container input {
	display: none;
}

.detailed-form .container input:checked+label {
	background: #74C8BA;
	color: #fff;
	border: 1px solid #74c8ba;
}

.detailed-form .container input:checked+.label-blue {
	background: #74c8ba;
	color: #fff;
	border: 1px solid #74c8ba;
}

.detailed-form .container input#tab1:checked~.content-container #c1 {
	display: block;
}

.detailed-form .container input#tab2:checked~.content-container #c2 {
	display: block;
}

.detailed-form .container input#tab3:checked~.content-container #c3 {
	display: block;
}

.detailed-form .container input#tab4:checked~.content-container #c4 {
	display: block;
}

.detailed-form .container .label {
	display: inline-block;
	font-size: 16px;
	/* height: 50px; */
	line-height: 50px;
	width: 50%;
	text-align: center;
	/* background: #f4f4f4; */
	color: #0093D0;
	position: relative;
	transition: 0.25s background ease;
	cursor: pointer;
	border: 1px solid #74c8ba;
	font-weight: 700;
}

.detailed-form .container label::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	display: block;

	bottom: 0;
	display: none;
	left: 0;
	transition: 0.25s ease;
}

.detailed-form .container label:hover::after {
	display: block;
}

.detailed-form .container .content-container {

	position: relative;
	min-height: 100px;
	font-size: 16px;
}

.detailed-form .container .content-container .content {
	/* position: absolute; */
	padding: 10px 0;
	width: 100%;
	top: 0;
	display: none;
	transition: 0.25s ease;
	color: #333;
}

.detailed-form .container .content-container .content h3 {
	font-weight: 200;
	margin: 10px 0;
}

.detailed-form .container .content-container .content p {
	margin: 10px 0;
}

.detailed-form .container .content-container .content p,
.detailed-form .container .content-container .content i {
	font-size: 13px;
}

.form-container {
	padding: 30px;
	box-shadow: 0px 0px 4px 2px #0000001f;
	border-radius: 8px;
}

.form-container .price-row {
	border: none;
}

.form-container .price-row label {
	padding: 10px 30px;
	border-radius: 50px !important;
	background-color: #fff;
	border: 1px solid #0093D0;
	display: block;
}

.form-container .price-row label:hover {
	background-color: #0093D0;
	color: #fff !important;
}

.form-container .price-row h2 {
	color: #0093D0;
	margin-bottom: 0px !important;
}

.form-container .price-row label:hover h2 {
	color: #fff !important;
}

.form-container .price-row [type=radio]:checked+label {
	background-color: #0093D0;
	color: #fff !important;
}

.form-container .price-row [type=radio]:checked+label h2 {
	color: #fff;
}

.payment-method {
	display: flex;
	justify-content: space-between;
}

.payment-selector {
	border: 1px solid #CED4DA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
	margin-right: 5px;
}

.ft-darkgrey {
	color: darkgrey;
}

.payment-method img {
	margin-bottom: 0px !important;
}

.select-container {
	border-radius: 8px;
	border: 1px solid #0093D0;
}

.tab1,
.tab3 {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.tab2,
.tab4 {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.animal-id {
	font-size: 18px !important;
	font-style: normal;
	font-weight: 800 !important;
	line-height: 25px;
}

.bg-image {
	position: absolute !important;
	right: -45px;
	top: -95px;
}

.bg-image-right {
	position: absolute !important;
	left: 130px;
	top: -205px;
	min-height: 250px !important;
}

.bg-eclipse {
	position: absolute;
	top: -23px;
	left: -20px;
	/* height: 110% !important; */
}

.bg-intersect-bottom {
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.event-banner .bg-eclipse {
	right: 0px !important;
	left: unset;
	transform: rotateY(180deg);
	height: 110%;
}

.eclipse-mobile {
	position: absolute;
	top: -10px;
	left: -10px;
}

.bg-eclipse-2 {
	position: absolute;
	top: 45px;
	left: -20px;
	z-index: 1;
}

.bg-image-top {
	position: absolute;
	top: -101px;
	left: -162px;
}

.cta-container>div {
	padding: 5px;
}

.cta-container {
	justify-content: space-between;
}

.cta-block {
	padding: calc(1245px * 0.02);
	border-radius: 8px;
	position: relative;
}

.cta-block h5 {
	font-size: 22px;
	line-height: 25px;
}

.cta-block .nectar-button {
	border-radius: 50px !important;
	padding: 8px 14px !important;
}

.cta-container .cta-block-container {
	width: 48%;
}

.cta-block .bg-image {
	position: absolute !important;
	bottom: -10px;
	right: -10px;
	height: 100%;
	top: unset;
}

.cta-block .bg-image-right {
	top: -0px;
}

.rspca-megamenu-item a span {
	font-weight: 600;
	font-size: 17px !important;
	color: rgb(0, 146, 207) !important;
}

#top .sf-menu li ul li a:hover {
	background-color: transparent !important;

}

#top .sf-menu li ul li a:hover span {
	color: #212529 !important;
}

#header-outer .sf-menu li ul li a {
	color: #0093D0 !important;
}

.mega-menu-link {
	/* color: #0093D0 !important; */
}
.bodycontent {
    padding: 80px 0;
}
.pagecontent {
    max-width: 60%;
    margin: 0 auto;
}
.pagecontent {
    text-align: center;
    padding: 40px;
}
.pagecontent p {
    font-weight: 600;
    font-size: 20px;
    margin: 40px 0 10px;
    padding-bottom: 10px;
}
.pagecontent h2 {
    margin: 30px 0 10px;
}
.previous_step img {
    background-color: #0092cf;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
}	
.previous_step {
    background-color: #0092cf;
    padding: 2px;
    border-radius: 30px;
    height: 50px !important;
    cursor: pointer;
}
.firstBtn {
    width: 100% !important;
}
.g-recaptcha {
    display: inline-block;
    text-align: center;
}
.honourSomeoneOuter {
    display: block !important;
}
@media only screen and (max-width: 767px) {
	.blue-info-block .cta-btn {
		width: fit-content !important;
	}

	body .advanceFilters .select2-container {
		width: 100% !important;
	}
	h2.detailTitle {
	    font-size: 20px;
	}
	.pagecontent {
	    max-width: 100%;
	}
	.prefixDiv select {
	    margin-top: -10px !important;
	}
	.warpper .btn {
	    width: 70%;
	}
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
	.post-container .col {
		margin-right: 0px !important;
		padding: 5px;
	}
	h2.detailTitle {
	    font-size: 20px;
	}
	.pagecontent {
	    max-width: 100%;
	}
}

.event-banner {
	padding: 30px !important;
	border-radius: 8px;
	display: flex;
	align-items: stretch;
}

.event-banner img {
	margin-bottom: 0px !important;
	border-radius: 8px;
}

.event-details p {
	padding-bottom: 8px;
}

.single-event .social-sharing-block {
	float: left !important;
}

.event-banner .title-sec {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.newsletter-cta input {
	background-color: #fff;
	border: 1px solid #CED4DA;
}

.newsletter-cta .newsletter-section {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.newsletter-section h6 {
	font-size: 16px;
}

/*.field-group{
	display: flex;
}*/
.field-group label {
	margin-bottom: 8px !important;
    display: block;
    font-size: 18px;
}

.field-group input[type="checkbox"] {
    width: unset !important;
    float: left;
    margin-right: 14px;
    margin-top: 5px;
}
.honourSomeoneOuter label, .informDonation{
    font-weight: 100;
        font-size: 15px !important;
}
.field-group textarea{
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 8px;
}

.field-group select {
	background-color: #fff;
	border-radius: 50px;
}

.adoptPopupModal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.adoptPopup {
	width: 90%;
	padding: 60px;
	border-radius: 8px;
	/* margin: 70px auto; */
	position: relative;
	background-image: url(/wp-content/uploads/2022/01/Intersect-bottom-circle.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	max-width: 1425px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
}

.adoptPopup .field-group:last-child {
	display: flex;
	justify-content: center;
}

.adoptPopup .closeBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}

.adoptPopup select {
	/* padding: 10px 24px 10px 10px;
	-webkit-appearance: auto; */
	background-image: url(/wp-content/themes/rspca-child/assets/images/down-arrow.png);
	background-position-x: 98%;
	background-position-y: 12px;
}

.prefixDiv label {
    float: left;
}
.prefixDiv select{
	display: inline-block !important;
    width: 40% !important;
    margin-left: 20px !important;
    margin-top: -10px;
}
.payment-selector {
    margin: 0px 10px;
}
@media only screen and (max-width: 767px) {
	.adoptPopup {
		width: 90%;
		padding: 30px;
	}

	.field-group {
		display: flex;
		flex-direction: column;
	}

	.field-group label {
		margin-bottom: 10px;
	}
	.prefixDiv {
	    display: inline-block;
	}
}

@media only screen and (max-width: 690px) {
	.intro-img {
		margin-bottom: -20px !important;
	}

	.intro-img.bg-img {
		height: 300px;
	}
}