body {
    color: #505050;
}
.fontController a {
    cursor: pointer;
}
.smaller {
    font-size: 14px;
}
.normal {
    font-size: 16px;
}
.bigger {
    font-size: 18px;
}
p {
    font-family: Helvetica;
}
.subhead {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.preNavBar {
    list-style: none;
    font-size: 0.875rem;
}
.preNavBar li {
    color: rgba(255, 255, 255, 0.7);
}
.preNavBar li a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    text-decoration: none;
}
.preNavBar li:nth-child(2) {
    padding-left: 10px;
}
.preNavBar li:nth-child(2) a {
    margin: 0;
    padding: 0;
}
.preNavBar li:nth-child(2) a:last-child {
    margin-right: 10px;
}
.preNavBar li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
.bg-custom {
    background: transparent
        linear-gradient(180deg, #030303b3 0%, #0000004d 100%) 0% 0% no-repeat
        padding-box;
}
.text-small {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}
h4.title {
    font-size: 1.8rem;
    color: #ba5020;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.8rem;
}
h4.title:before {
    content: "";
    display: block;
    border-bottom: 2px solid #ba5020;
    width: 50%;
    position: absolute;
    bottom: 0;
}
.img-fluid {
    width: 100%;
}
.orange-text {
    color: #ea602d;
}

/* custom buttons */
.btn {
    box-shadow: 0px 5px 10px #000000be;
    font-weight: 600;
    border: none;
    transition: 0.7s ease;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.btn-small {
    font-size: 0.875rem;
    padding: 0.31rem 1.5rem;
}
.btn-medium {
    font-size: 1.2rem;
    padding: 0.6rem 3rem;
}
.btn-blue {
    background: #36bdca;
}
.btn-blue:hover {
    background: rgba(54, 189, 202, 0.6);
    color: #fff;
}
.btn-orange {
    background: #ca6f14;
}
.btn-orange:hover {
    background: rgba(203, 112, 20, 0.7);
    color: #fff;
}
.btn-rounded {
    border-radius: 30px;
}
.btn-outline {
    border: 2px solid #fff;
    background: transparent;
    box-shadow: none;
    transition: 0.8s;
}
.btn-outline:hover {
    background: #fff;
}
.btn-outline-orange {
    border: 2px solid #ba5020;
    background: transparent;
    box-shadow: none;
    transition: 0.8s;
    color: #ba5020;
}
.btn-outline-orange:hover {
    background: #ba5020;
    color: #fff;
}
.btn-voilet {
    color: #36bdca;
    border: 2px solid #36bdca;
    transition: 0.8s;
}
.btn-voilet:hover {
    background: #36bdca;
    color: #fff;
}
.btn-small{
    padding:8px!important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show {
    color: #fff;
    margin: 0 .5rem;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #36bdca;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.nav-item:last-child a {
    position: relative;
    top: 5px;
}

/*banner styles */
.bannerSection {
    position: relative;
}
.bannerSection .carousel-item img {
    max-height: 100vh;
}
.carousel-indicators .active {
    background-color: #ea9817;
    background-clip: padding-box;
}
.carousel-indicators [data-bs-target] {
    opacity: 1;
}
.carousel-caption {
    top: 42%;
    left: 10%;
    width: 50%;
    text-transform: uppercase;
    text-align: left;
}
.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
}
.carousel-caption h3 {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
}
.timings-wrap {
    background: transparent
        linear-gradient(180deg, #030303b3 0%, #0000004d 100%) 0% 0% no-repeat
        padding-box;
    padding: 0.8rem 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.timings-wrap p {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 2rem;
    margin-bottom: 0;
}
.timings-wrap small {
    color: rgba(255, 255, 255, 0.7);
}
.timings-wrap .bi-stopwatch-fill {
    color: #e8a12e;
}
.carousel-indicators {
    bottom: 55px;
}
.preFooter {
    background: #434343;
    color: #fff;
}
.preFooter i {
    color: #e8a12e;
}
.preFooter h6 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Helvetica;
}
.preFooter address,
.telephone-wrap span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-left: 1rem;
}
.telephone-wrap,
.social-wrap {
    flex-direction: column;
}
.social-wrap a {
    margin-right: 1rem;
}

/* footer styles */
.footer {
    background: #1c1c1c;
    font-family: Helvetica;
}
.footer h6 {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer ul li a {
    text-decoration: none;
    color: #c1c1c1;
}
.footer ul li a:hover {
    color: #fff;
}
.termsWrap {
    border-top: 2px solid #313131;
}
.termsWrap a {
    text-decoration: none;
    color: #c1c1c1;
    margin-right: 2rem;
    margin-top: 0.93rem;
    font-size: 0.875rem;
}
.termsWrap a:hover {
    color: #fff;
}

/* feature section */
.features-wrap {
    margin: 2rem 0;
}
.features-wrap a {
    width: 100%;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 6px;
    text-decoration: none;
}
.features-wrap a:hover {
    text-decoration: underline;
}
.features-wrap .feature1 {
    background: url(../images/summer-camp.jpg) no-repeat;
    background-size: cover;
}
.features-wrap .feature2 {
    background: url(../images/attractions.jpg) no-repeat;
    background-size: cover;
}
.features-wrap .feature3 {
    background: url(../images/zoo-map.jpg) no-repeat;
    background-size: cover;
}
.features-wrap .feature4 {
    background: url(../images/adoption.jpg) no-repeat;
    background-size: cover;
}

/* explore styles */
.exploreWrap {
    margin: 2.5rem 0 4rem;
}
.exploreWrap p {
    color: #505050;
    font-family: Helvetica;
    font-size: 1.125rem;
}
.exploreWrap a {
    color: #1175d9;
    font-family: Helvetica;
    font-size: 1.125rem;
}
.exploreWrap img {
    max-width: 100%;
}
.historyWrap {
    list-style: none;
    margin: 0;
    padding: 0;
}
.historyWrap li {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}
.historyWrap .year {
    margin-right: 1.5rem;
    background: #ba5020;
    border-radius: 8px;
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0px 3px 6px #0000004d;
}
.historyWrap + .readMore {
    margin-left: 150px;
}

/* Homepage news & events */
.newsEventsWrapHome {
    margin: 6rem 0;
}
.newsEventsWrapHome .box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 15px #00000033;
    position: relative;
}
.newsEventsWrapHome .box img {
    width: 100%;
}
.newsEventsWrapHome .box .newsDate {
    position: absolute;
    left: 0;
    top: 1rem;
    background: #ba5020;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1.8rem;
}
.newsEventsWrapHome .box p {
    color: #6f6f6f;
}
.newsEventsWrapHome .news-bottom {
    padding: 1rem 2rem 2rem;
}

/* Homepage adoption styles */
.adoptionWrapHome {
    background: url(../images/foxSteps.png) no-repeat #ba5020;
    background-position: 96% 110%;
    padding: 6rem 0;
    margin: 6rem 0;
    color: #fff;
}
.adoptionWrapHome .title {
    color: #fff;
}
.adoptionWrapHome .title:before {
    border-bottom: 2px solid #fff;
}
.adoptionWrapHome .btn-outline {
    margin-top: 2.2rem;
}

/* Homepage gallery styles */
.galleryWrapHome {
    margin: 6rem 0;
}
.galleryWrapHome .imageGallery {
    display: flex;
}
.galleryWrapHome .imageGallery img {
    margin: 0.75rem;
}
.galleryWrapHome .imageGallery .column1 {
    text-align: right;
}
.galleryWrapHome .imageGallery .column2 {
    margin-top: 2rem;
}
.galleryWrapHome h5 {
    font-size: 1.875rem;
    color: #ba5020;
    font-weight: bold;
}
.galleryWrapHome .gallery-text {
    flex-direction: column;
    text-align: center;
}
.galleryWrapHome .btn-voilet {
    align-self: center;
}

/* Innerpage banner styles */
.banner-inner .container-fluid {
    padding: 0;
}
.banner-inner {
    position: relative;
}
.banner-inner h2 {
    font-size: 3.5rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 5px 15px #000000;
    color: #fff;
}
.history-content-section p {
    width: 90%;
}
.history-content-section .col-md-4 {
    margin-bottom: 2rem;
}
.education-content-section img {
    border-radius: 8px;
}

/* Animals page styles */
.btnHolder {
    display: flex;
}
.animals-content-section .wild {
    display: none;
}
.animals-content-section .show {
    display: block;
}
.animals-content-section .btnHolder button {
    margin-right: 1.56rem;
}
.animals-content-section .btnHolder .btn.active {
    background: #ba5020;
    box-shadow: 0px 5px 15px #00000033;
    color: #fff;
}
.animals-content-section .row img {
    border-radius: 8px;
}
.animals-content-section .row h6 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1rem 0 2rem;
    color: #434343;
}

/* Visit page styles */
.zoo-timings {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Helvetica;
    margin-bottom: 1.5rem;
}
.tariff-wrap .box {
    background: #fff;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 8px;
}
.tariff-wrap .top-section {
    background: #ba5020;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    padding: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 90px;
    text-align: center;
}
.tariff-wrap .top-section small {
    font-size: 0.875rem;
    font-weight: normal;
}
.tariff-wrap .bottom-section {
    padding: 0.5rem;
    font-family: Helvetica;
    min-height: 254px;
}
.tariff-wrap table th {
    font-size: 0.875rem;
    padding: 0.3rem;
    color: #ba5020;
    vertical-align: top;
    font-weight: normal;
    text-align: center;
}
.tariff-wrap table td {
    padding: 0.4rem;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}
.tariff-wrap table td:first-child {
    font-weight: normal;
    text-align: left;
}
.tariff-wrap table td small {
    font-size: 0.875rem;
}
.student-concession p {
    font-size: 0.75rem;
}
.visit-map-wrap p {
    font-size: 1.25rem;
}
.visit-map-wrap .mapHolder iframe {
    height: 600px;
}
.howToAdopt-wrap {
    background: rgba(54, 189, 202, 0.1);
    padding: 2.5rem;
}
.howToAdopt-wrap .title {
    color: #36bdca;
}
.howToAdopt-wrap .title:before {
    border-bottom: 2px solid #36bdca;
}
.howToAdopt-wrap .icon-wrap {
    background: rgba(54, 189, 202, 0.2);
    border-radius: 100%;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howToAdopt-wrap .center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
}
.howToAdopt-wrap .center p {
    color: #505050;
    margin-top: 1.5rem;
}
.title-center {
    color: #ba5020;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}
.title-lined {
    position: relative;
}
.title-lined span {
    color: #36bdca;
    font-size: 1.4rem;
    background: #fff;
    font-weight: bold;
    display: inline-block;
    padding-right: 1rem;
}
.title-lined:before {
    content: "";
    border: 1px solid #36bdca;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.adopt-subhead {
    color: #ba5020;
    margin: 1rem 0;
}
.adopt-list {
    padding-left: 1rem;
}
.adoptionCharges-wrap .box {
    background: #fff;
    box-shadow: 0px 5px 15px #0000001a;
    border-radius: 10px;
    padding: 1rem;
}
.adoptionCharges-wrap .box-price {
    font-size: 1.31rem;
    border-bottom: 1px solid #d9d9d9;
    color: #ba5020;
    font-weight: bold;
    font-family: Helvetica;
    padding-bottom: 0.6rem;
}
.adoptionCharges-wrap .box-list {
    color: #777;
    padding-left: 1rem;
    margin-bottom: 0;
}
.box-list-wrap .box-list:not(:last-child) {
    margin-right: 2rem;
}
.account-details-wrap {
    margin: 4rem auto;
}
.account-details-wrap .bankDetails {
    font-size: 1.125rem;
    color: #ba5020;
}
.newsEventsDetails .center {
    text-align: center;
}
.newsEventsDetails .event-date {
    padding: 0.5rem 1.75rem;
    background: #ba5020;
    color: #fff;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.newsEventsDetails img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.newsEventsDetails .event-title {
    margin: 2rem auto 3rem;
    font-size: 1.5rem;
    width: 70%;
    color: #434343;
}
.newsEventsDetails .event-content {
    width: 55%;
    margin: 0 auto;
}
.newsEventsDetails .event-title-content {
    margin: 2.5rem 0 1rem;
    width: 100%;
}
/* ticket booking styles */
.ticketBookBg {
    background-image: url(../images/ticketBooking-bg.png), linear-gradient(rgba(229,236,202,0.4), rgba(162,197,98,0.4));
    width: 100%;
    min-height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top:92px;
    padding-bottom: 50px;
    border-bottom: 7px solid #92ad76;
}
/* .ticketBookBg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
    background-image: linear-gradient(#e5ecca, #a2c562);
}
.ticketBookBg:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #92ad76;
} */
.ticketBookBg-inner {
    position: relative;
    z-index: 1;
}
.black-logo-wrap {
    text-align: center;
}
.black-logo-wrap img {
    margin: 2rem 0 1.2rem;
    max-width: 150px;
}
.title-h1 {
    font-size: 2rem;
    color: #434343;
    font-weight: 600;
}
.title-h6 {
    color: #434343;
    font-size: 1rem;
}
.ticketBookingContent .right-box {
    background: #fff;
    border-radius: 8px;
}
.ticketBookingContent .right-box-inner {
    padding: 2rem 1.5rem;
}
.ticket-option {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.ticket-option li:not(:last-child) {
    margin-bottom: 1rem;
}
.ticket-option li img {
    width: 100%;
}
.ticketBookingTable {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: Helvetica;
    color: #434343;
    font-size: 1rem;
}
.ticketBookingTable tr th,
.ticketBookingTable tr td {
    padding: 8px;
    border-bottom: 1px solid #d9d9d9;
}
.ticketBookingTable .f12 {
    font-size: 0.75rem;
}
.ticketBookingTable .center {
    text-align: center;
}
/* calendar style */
.calendar,
.calendar_weekdays,
.calendar_content {
    max-width: 100%;
}
.calendar {
    margin: auto;
    font-weight: 400;
}
.calendar_weekdays {
    margin-bottom: 15px;
}
.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}
.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
    color: #979797 !important;
}
.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 14px;
}
.calendar_content div {
    background: #e5f4f7;
    border-radius: 4px;
    float: left;
    padding: 14px;
    cursor: pointer;
    border: 2px solid #fff;
    color: #508f96;
    font-weight: bold;
}
.calendar_content div.blank {
    background: transparent;
}

.calendar_content div.past-date {
    color: #ccc;
}
.calendar_content div.today {
    font-weight: bold;
    color: #fff !important;
    background: #508f96;
}
.calendar_content div.selected {
    color: #fff !important;
    background: #508f96;
}
.calendar_header {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.calendar_header h2 {
    padding: 0 10px;
    font-weight: 600;
    font-size: 1rem;
    color: #508f96;
    float: left;
    width: 70%;
    margin: 0 0 10px;
}
button.switch-month {
    background-color: transparent;
    padding: 10px;
    outline: none;
    border: 1px solid #f2f2f2;
    color: #508f96;
    float: left;
    transition: color 0.2s;
    border-radius: 4px;
    width: 15%;
}
button.switch-month:hover {
    color: #555;
}
.displayDate {
    background: #e5f4f7;
    font-size: 14px;
    text-transform: uppercase;
    color: #508f96;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    border-radius: 4px;
}
.ticketSubhead {
    margin: 1.4rem auto;
    font-size: 1rem;
    color: #4f8d94;
    text-align: center;
}
.addTicketList {
    list-style: none;
    font-family: Helvetica;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #434343;
}
.addTicketList li {
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}
.addTicketList li:first-child {
    border-top: 1px solid #f2f2f2;
}
.addTicketList li:last-child {
    border-bottom: none;
}
.addTicketList li .right {
    display: flex;
    align-items: center;
}
.addTicketList li .right .count{
    width:20px;
    border:none;
    text-align: center;
}
.addTicketList li button {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #508f96;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}
.addTicketList li button:hover {
    background: #508f96;
    color: #fff;
}
.addTicketList li .right * {
    margin-left: 10px;
}
.addTicketList li .right button i {
    margin: 0;
}
.divider-dashed {
    border: 1px dashed #d9d9d9;
    margin: 20px 0;
}
.addTicketList li.noborder {
    border-top: none;
}
.total-price-wrap .right-box-inner {
    display: flex;
    justify-content: space-between;
    color: #508f96;
    font-weight: 700;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-family: Helvetica;
}
.buttonWrap {
    display: flex;
    justify-content: space-between;
}
.buttonWrap .btn {
    width: 48%;
}
.btn-white {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #508f96;
    font-size: 1rem;
    text-transform: uppercase;
    color: #508f96;
    transition: 0.5s ease;
}
.btn-white:hover {
    background: #508f96;
    color: #fff;
}
.btn-dark {
    background: #508f96;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #508f96;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s ease;
}
.btn-dark:hover {
    background: #fff;
    color: #508f96;
}
.btn-gray {
    background: #c9c9c9;
    border: 1px solid #c9c9c9;
    color: #fff;
}
.btn-rounded {
    border-radius: 30px;
}
.yesNoWrap {
    display: flex;
    justify-content: space-between;
}
.yesNoWrap div:first-child {
    width: 60%;
    color: #4f8d94;
    font-weight: 600;
}
.yesNoWrap div:last-child {
    width: 40%;
}
.yesNoWrap div .btn {
    width: 45%;
    padding: 6px 0;
}
.minHeight400 {
    min-height: 400px;
}
.minHeight500 {
    min-height: 500px;
}
.full-booking{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-booking .left{
    color:#508F96;
}
.full-booking .right{
    font-size:1.2rem;
}
.full-booking .left p{
    margin-bottom:0;
    font-size:1rem;
    font-weight: bold;
}
.full-booking .left small{
    font-family: Helvetica;
}
.full-booking .form-check-input{
    width:22px;
    height:22px;
    cursor: pointer;
}
.noPadding{
    padding:0!important;
}
.bookingHead{
    background:#E5F4F7;
    padding:16px 0;
    text-align: center;
    font-weight: 500;
    color:#508F96;
    border-radius: 8px 8px 0 0;
}
.right-box-inner2{
    padding:1.5rem;
}
.resultDisplay{
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#508F96;
}
.resultDisplay div:first-child{
    font-size: 18px;
    font-weight: 500;
}
.resultDisplay div:last-child{
    font-size: 14px;
    font-weight: 500;
}
.addTicketList li.doubleRow{
    flex-wrap: wrap;
}
.addTicketList li.doubleRow div:nth-child(odd){
    width: 75%;
}
.addTicketList li.doubleRow div:nth-child(even){
    width: 25%;
}
.addTicketList li.doubleRow div.right{
    justify-content: flex-end;
}
.ticket-booking-total .right-box-inner{
    padding:0;
    font-size:1.2rem;
}
.email-holder label{
    font-size:14px;
    color:#434343;
}
.email-holder input{
    border:1px solid #4F8C94;
    width:100%;
}
.email-holder .formRow{
    width:100%;
}
.email-holder .right-box-inner{
    padding:2rem;
}
.email-holder .input-group-text{
    background:none;
    margin-right:5px;
    border:1px solid #4F8C94;
}
.otp-wrap{
    margin:1rem 0;
    padding:1rem 0;
}
.otp-wrap small{
    font-size:12px;
}
.otp-wrap a{
    text-decoration: none;
    color:#00A38F;
    font-size:12px;
}
.otp-wrap .formRow{
    width:55%;
    margin:0 auto;
}
.personalDetailsDisplay h6{
    font-size:18px;
    color:#508F96;
}
.completeWrap img{
    max-width: 75%;
}
.completeWrap small{
    font-size:12px;
    color:#7B7B7B;
}
.completeWrap p{
    width: 70%;
    font-size: 14px;
    margin: 2rem auto;
}
.completeWrap .buttonWrap{
    justify-content: center;
}
.adoption-head{
    font-size:16px;
    color:#434343;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom:8px;
    margin-bottom: 8px;
    font-weight: bold;
}
.adoption-table{
    width:100%;
    font-family: Helvetica;
}
.adoption-table .btn-small{
    padding:8px 16px!important;
}
.adoption-table tr:first-child td{
    font-size:12px;
}
.adoption-table tr td{
    padding:8px 0;
}
.adoption-table tr td:last-child{
    text-align: right;
}
.adoption-table label{
    text-transform: uppercase;
}
.adoption-table input[type="radio"]:checked+label{
    background:#508f96;
    color:#fff;
}
.privilegesList li{
    margin-bottom: 8px;
}
.durationSelectBox{
    display: flex;
    align-items: center;
    border-bottom:1px solid #F2F2F2;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.durationSelectBox span{
    font-size:14px;
    white-space: nowrap;
    margin-right:20px;
}
.durationSelectBox select{
    border:1px solid #508F96;
    border-radius:30px;
    cursor: pointer;
}
.durationSelectBox select:focus{
    box-shadow: none;
}
.addoptionListHead{
    display: flex;
    justify-content: space-between;
    color:#508F96;
    font-size:14px;
    margin-bottom:10px;
}
.adoptionTicketList{
    max-height: 280px;
    overflow-y: auto;
    padding-right:20px;
}
.adoptionTicketList::-webkit-scrollbar {
    width: 10px;
}
.adoptionTicketList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.adoptionTicketList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.adoptionTicketList li{
    font-size:14px;
    border:none;
}
.adoptionTicketList li:first-child{
    border:none;
}
.notesBottom{
    position:absolute;
    bottom:3rem;
    width:22%;
    font-size:12px;
}
.notesBottom p{
    margin-bottom: 0;
}
.adoptionMobileWrap .right-box-inner{
    position: relative;
}
.adoptionMobileWrap .formRow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:85%;
}
.datePickerWrap{
    position: relative;
}
.datePickerWrap .input-group-addon{
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
}
.datePickerWrap input{
    background:transparent!important;
    position:relative;
    z-index: 1;
}
.datePickerWrap .bi{
    color:#4F8C94;
}
.flatpickr-current-month{
    padding:4.48px 0 0 0;
}
.radioConfirmation input[type="radio"]:checked+label{
    background:#508f96;
    color:#fff;
}
.radioConfirmation .btn-small{
    padding:8px 22px!important;
    font-size:12px;
    margin-right: 15px;
}
.adoptionSummary .right-box-inner2{
    font-size:12px;
}
.summaryLabel{
    font-size:12px;
    color:#7B7B7B;
}
.groupName{
    color:#508F96;
    font-weight: 600;
}
.adoptionSummary ul{
    list-style: none;
    margin:0;
    padding:0;

}
.adoptionSummary ul li{
    color:#7B7B7B;
}
.adoptionSummary ul li span{
    color:#508F96;
    font-family: Helvetica;
}
.certificateName .name{
    font-size:14px;
    font-weight: 600;
    color:#508F96;
}
.contactDetails ul{
    display: flex;
    justify-content: space-between;
}
.contactDetails ul li:not(:first-child){
    border-left:1px solid #CCCCCC;
    padding-left:8px;
}
.contactDetails .contactValue{
    color:#508F96;
}
.noteWrap p{
    font-size:10px;
    color:#171717;
    margin-bottom: 0;
}
.adoptionTotalPrice .right-box-inner{
    padding:0;
}
.completeWrap.adoptionComplete p{
    margin:1rem auto;
}
.completeWrap.adoptionComplete .notes{
    font-size:12px;
    color:#7B7B7B;
    padding-bottom:1rem;
}
.completeWrap.adoptionComplete .right-box-inner{
    padding:0.5rem 1.5rem;
}
.loginWrap .right-box-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loginWrap .right-box-inner div{
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loginWrap .right-box-inner p{
    text-transform: uppercase;
}
.loginWrap .right-box-inner a{
    text-transform: uppercase;
    width: 200px;
}
.donationList{
    list-style: none;
    margin:24px 0 18px 0;
    padding:0;
}
.donationList li{
    margin-bottom: 8px;
    font-size:14px;
}
.donateWrap h5{
    font-size:16px;
    color: #434343;
    font-weight: 500;
}
.donateWrap ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    font-family: helvetica;
}
.donateWrap ul li{
    margin-right:8px;
}
.donateWrap ul li label{
    font-size:12px;
    padding:8px 16px!important;
}
.donateWrap .email-holder{
    margin-top:24px;
}
.donateWrap ul li .btn.active{
    background:#508f96;
    border:1px solid #508f96;
    color:#fff;
}
.style_a{
	color:#fff !important;
	text-decoration:none;
}
.img_75{
	width:75%;
}
.pdf_divs .box{
	background: azure;
}
.pdf_divs .box-price {
    font-family: inherit;
}
.text-justify{
	text-align:justify;
}
.newsEventsWrapHome .box img {
    width: -webkit-fill-available;
    height: 250px;
}




@media (max-width: 768px) {
    .bg-custom {
        position: static;
        background: #555;
    }
    .navbar-light .navbar-toggler {
        font-size: 1rem;
        border-color: #fff;
		float: right;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .preNavBar {
        margin-top: 1rem;
        padding: 0;
    }
    .timings-wrap .align-content-center {
        flex-direction: column;
    }
    .features-wrap .col-md-3 {
        margin-bottom: 1rem;
    }
    .newsEventsWrapHome .col-md-4 {
        margin-bottom: 2rem;
    }
    .galleryWrapHome .imageGallery img {
        max-width: 100%;
        margin: 0;
    }
    .galleryWrapHome .gallery-text {
        margin-top: 2rem;
    }
    .footer .col-md-3 {
        margin-bottom: 1rem;
    }
    .banner-inner h2 {
        font-size: 1.5rem;
    }
    .social-wrap {
        margin-top: 1rem;
    }
    .adoptionCharges-wrap .box {
        margin-bottom: 1rem;
    }
    .animals-content-section .btn {
        font-size: 0.8rem;
        white-space: nowrap;
        padding: 0.5rem 1rem;
    }
    .animals-content-section .btnHolder {
        overflow-x: scroll;
        padding-bottom: 1.5rem;
    }
    .education-content-section .col-md-4 {
        margin-bottom: 1rem;
    }
    .newsEventsDetails .event-title {
        width: 90%;
        font-size: 1rem;
    }
    .newsEventsDetails .event-content {
        width: 90%;
    }
}

.razorpay-payment-button{
    display: none;
}

.cus-h-100{
    height: 100%;
}











