﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Nunito:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  background: #fff;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  list-style: none;
  font-size: 15px;
  outline: none !important;
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
  color: #555;
  font-weight: 400;
}
.card:hover{
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover{
  color: #8673c7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: #333;
}

ul {
  list-style: none;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #555;
  font-family: 'Inter', sans-serif;
}

.btn{
  transition: all 0.4s ease-in-out;
}
.btn:hover{
  background: #0083cd;
  color: #fff;
}
label {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px 0;
  position: relative;
  color: #626264;
  font-family: 'Inter', sans-serif;
}
:focus {
  outline: 0;
  box-shadow: none;
}
.dropdown-menu.single {
  border-radius: 0;
  border: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item.has-megamenu .dropdown-menu[data-bs-popper] {
  top: auto;
  left: auto;
  margin-top: 0;
}
.form-control:focus, button:focus, .form-select:focus, .btn:focus, .form-check-input:focus{
  outline: 0;
  box-shadow: none;
}
.form-check-input{
  border-color: #CBCACA;
  background: #efefef;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.form-control {
  font-size: 15px;
  border-radius: 0;
}
.text-info{
  color: #00C0C9 !important;
}
.text-secondary{
  color: #9FA9B9;
}
.form-check-input:checked {
  background-color: #00C0C9;
  border-color: #00C0C9;
}
/*---------placeholder----------*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#989898 !important;
  font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#989898 !important;
 opacity:  1;
 font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#989898 !important;
 opacity:  1;
 font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#989898 !important;
 font-size: 12px;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:#989898 !important;
 font-size: 12px;
}

::placeholder { /* Most modern browsers support this now. */
 color:#989898 !important;
 font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.p-6{
  padding: 42px 120px;
}
.plr-3{
  padding: 0 5px;
}
.contact_div{
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 11;
  width: 210px;
  overflow: hidden;
}
.contact_div a{
  display: block;
  position: relative;
  padding: 11px 15px;
  background-color: #FF9800;
  margin-bottom: 6px;
  right: -160px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}
.contact_div a:hover{
  right: 0;
}
.contact_div a img{
  margin-right: 8px;
}
/*-------header----------*/
.header {
 /*position: absolute;*/
  width: 100%;
  top: 0;
  left: 0;
  background: #f0faff;
  z-index: 25;
  padding: 12px;
}
.fixed {
  position: fixed;
  padding: 8px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  background-color: #000;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.09)!important;
}

.fixed .fix-p {
  padding-left: 70px;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fixed .navbar {
  padding: 0 !important;
}
.navbar-brand img{
  width: 100%;
}
.navbar-brand {
  width:220px;
}
.fixed .navbar-brand {
  width: 180px;
}
.fixed .me-auto {
  margin-right: inherit !important;
  margin-left: auto !important;
}
.navbar{
  background: transparent;
  padding: 0;
}
.navbar-brand img{
  object-fit: cover;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  font-size: 13px;
    font-weight: bolder;
    border-bottom: 2px solid transparent;
    padding: 20px 10px;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #8673c7;

}
.fixed .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.snip1189 a {
  position: relative;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 10px;
  border-left: 3px solid #8673c7;
  border-top: 3px solid #8673c7;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 10px;
  border-right: 3px solid #8673c7;
  border-bottom: 3px solid #8673c7;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-top: 0;
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #ffffff;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after,
.snip1189 .current a.active:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
.donate_n{
  font-size: 14px;
  color: #fff;
  background: #8673c7;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}
.join_btn{
  font-size: 14px;
  color: #8673c7;
  border:1px solid #8673c7;
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.join_btn:hover{
  background: #06a5ff;
  color: #fff;
  border:1px solid #06a5ff;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #8673c7;
}
.navbar .megamenu{ padding: 1rem; }
.has-megamenu .dropdown-toggle ::before, .has-megamenu .dropdown-toggle ::after{
  display: none;
}
.navbar .megamenu{
  border-radius: 0;
  border:0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  left: auto;
  right: 0;
  width: 68%;
}
.list-unstyled a{
  font-weight: 500;
  font-size: 14px;
  color: #4A545C;
  background:transparent;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.list-unstyled a:hover{
  color: #8673c7;
  border-bottom: 1px solid #8673c7;
}
.list-unstyled a::before, .list-unstyled a::after{
  display: none;
}
.list-unstyled li:last-child a{
  border-bottom: 0;
}
/*---------footer------------*/

footer{
  padding: 60px 0 30px 0;
  background:#fff url(../img/footer-bg-01.png) no-repeat;
  background-blend-mode: luminosity;
  background-position: center right;
}
footer .row{
  position: relative;
  z-index: 2;
}
.Fdog_sec{
  display: flex;
  justify-content: space-between;
  /* transition: auto; */
  transform: translate(0, -9.2rem);
  position: absolute;
}
.Fdog_sec li{
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Fdog_sec li img{
  width: 100%;
}
.Fdog_sec li:hover {
  animation: shake 0.98s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.Fdog_sec li:last-child{
  display: none;
}
.f-menu h6 {
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.addre_text {
  font-size: 14px;
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.addre_text i{
  font-size: 17px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  color: #86ba09;
}
.f-menu p{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.f-menu a{
  color: #000;
  position: relative;
  /* top: -15px; */
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.f-menu a:hover{
  color: #8673c7;
}
.us_link{
  padding: 0;
}
.us_link li{
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
}
.us_link li a{
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 8px;
}
.us_link li a:hover{
  padding: 5px 12px;
  color: #8673c7;
}
.social_link{
  display: flex;
  margin-top: 20px;
}
.social_link a{
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid #06a5ff;
  background: #06a5ff;
  text-align: center;
  font-size: 20px;
  padding: 4px;
  margin: 0 5px;
}
.social_link a:hover{
  border: 2px solid #8673c7;
  background: #8673c7;
}
.social_link a img{
  width: 18px;
  margin: 0 auto;
}
.page-title h1{
  text-align: center;
  font-size: 42px;
  color: #000;
  margin-bottom: 80px;
  font-weight: 700;
}
/*------------Blog---------------*/

.blog_grid .card-img-top {
  height: 260px;
  object-fit: cover;
}

.blog_list{
  position: relative;
  margin-bottom: 180px;
}
.blog_list::before{
  content: '';
  position: absolute;
  top: -40px;
  left: 54%;
  background: url(../img/dog-left.png) no-repeat;
  background-size: 72%;
  width: 16%;
  height: 42%;
  opacity: 0.85;
  z-index: -1;
}
.blog_list::after{
  content: '';
  position: absolute;
  top: -83px;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 100%;
  width: 12%;
  height: 82%;
  background-position: bottom right;
  z-index: 0;
}
.blog_grid {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
.blog_grid:hover {
  box-shadow: 0px 43px 35px 0px rgba(12, 12, 12, 0.10) !important;
}
.blog_grid a video {
  width: 100%;
  height: 240px;
}
.blog_grid .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 21px !important;
  font-weight: 800;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_grid .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 23px;
  margin-bottom: 15px !important;
  font-size: 15px;
  font-weight: 400;
  color: #212529;
}

.blog_grid .card-subtitle {
  line-height: 18px;
  margin-bottom: 15px !important;
  font-size: 13px;
  font-weight: 500;
  color: #a3a3a3;
  margin-top: 0px;
}

.card-subtitle span {
  margin: 0 3px;
}

.readmore {
  color: #000;
  margin-top: 10px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_grid:hover .card-title,
.blog_grid:hover .readmore {
  color: #06a5ff;
  text-decoration: underline;
}

.date-sec {
  width: 75px;
  height: 75px;
  background: #000;
  text-align: center;
  position: absolute;
  top: -46px;
  font-size: 15px;
  color: #fff;
  padding: 8px;
  line-height: 24px;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.date-sec span {
  display: block;
  font-size: 28px;
  font-weight: 800;
}

.blog_grid:hover .date-sec {
  background: #06a5ff;
}

/*-------------news_letter--------------*/

.news_letter{
  padding: 60px 0 20px;
}
.news_letter .card{
  border: 0;
  border-radius: 5px;
  background: #06a5ff;
  padding: 0px 65px;
  justify-content: center;
}
.news_letter .card h1{
  font-size:24px;
  color: #fff;
}
.news_letter .card h1 span{
  display: block;
  font-weight: 800;
  font-size: 44px;
  line-height: 42px;
  margin-bottom: 12px;
}
.member_btn{
  font-size: 16px;
  display: inline-block;
  padding: 12px 15px;
  text-transform: capitalize;
  border-radius: 20px;
  background: #8673c7;
  color: #fff;
  width: 250px;
  font-weight: 500;
  margin-top: 27px;
}

/*-------------video_sec--------------*/

.video_sec{
  position: relative;
  padding: 0 0 120px 0;
}
/* .video_sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 101%;
  width: 16%;
  height: 125%;
  background-position: bottom right;
} */

.video_sec h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 25px;
  /* font-family: 'Limelight', cursive; */
  text-transform: capitalize;
}
 .video_sec h1 span{
   display: block;
   color: #06a5ff;
   font-size: 24px;
   margin-bottom: 6px;
   font-weight: 500;
   font-family: 'Inter', sans-serif;
 }
 .video_div{
  position: relative;
  overflow: hidden;
 }
.video_div img{
  width: 100%;
  height: 100%;
}
.play_icon{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
/* @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
} */
.play_icon button img{
  width: 100%;
  height: 100%;
  padding: 19px;
}

.play_icon button {
  background: transparent;
  cursor: pointer;
  border: 2px solid #c4302b;
  background: #c4302b;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  line-height: 30px;
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
}
.play_icon button:hover {
  transform: scale(1.1);
}
.play_icon button:focus {
  outline: none;
}

/* @keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(10,157,236, 0.3), 0 0 0 1px rgba(10,157,236, 0.3), 0 0 0 3px rgba(10,157,236, 0.3), 0 0 0 5px rgba(10,157,236, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10,157,236, 0.3), 0 0 0 4px rgba(10,157,236, 0.3), 0 0 0 20px rgba(10,157,236, 0), 0 0 0 30px rgba(10,157,236, 0);
  }
} */
/*-------------Banner--------------*/
.banner{
  background: #f0faff url(../img/banner_bg.jpg) no-repeat top right;
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background-size: contain;

}
.usp_bg{
  position: absolute;
  bottom: -78px;
  left: 0;
  /* background: #fff url(../img/banner_trans.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 110px;
  background-blend-mode: multiply; */
}
.usp_bg img{
  width: 100%;
  object-fit: cover;
}
/* .banner::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/banner_trans1.png) no-repeat;
  background-size: 60%;
  width: 58%;
  height: 100%;
  background-position: bottom right;
} 
.banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/banner_trans2.png) no-repeat;
  background-size: 100%;
  width: 52%;
  height: 34%;
  background-position: bottom right;
}*/
.banner .row{
  z-index: 1;
  align-items: center;
}
.banner_pic{
  width: 398px;
  height: 456px;
  border-radius: 133px;
  overflow: hidden;
  position: relative;
}
.banner_img_div{
  position: relative;
}
/* .banner_img_div::before{
  content: '';
  position: absolute;
  top: 23px;
  left: 78px;
  background: url(../img/tree.png) no-repeat;
  background-size: 49%;
  width: 58%;
  height: 100%;
} */
.banner_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_pic2{
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 73px;
}
.banner_pic2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.banner h1{
  font-size: 56px;
    color: #000;
    font-weight: 800;
    /* font-family: 'Limelight', cursive; */
}
.banner h1 span{
  display: block;
  font-size: 18px;
  color: #06a5ff;
  margin-top: 15px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.message_btn{
  font-size: 18px;
  display: inline-block;
  padding: 15px;
  text-transform: capitalize;
  border-radius: 50px;
  background: #8673c7;
  color: #fff;
  width: 280px;
  font-weight: 500;
  margin-top: 40px;
}

/*-----------our_usp-------------*/

.our_usp{
  position: relative;
  background: url(../img/testimonial.png) no-repeat 0 0;
  background-size: cover;
  padding: 80px 0;
}
.usp{
  padding: 0 25px;
}
.our_usp .card{
  border: 0;
  height: 100%;
  text-align: center;
  padding: 0px;
  /* transform: translate(0, -2rem); */
  background: transparent;
  position: relative;
  z-index: 1;
}
.our_usp .card img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
}
.our_usp .card h1{
  font-size: 60px;
  font-weight: 800;
}
.usp:last-child a:hover h1{
  color: #8673c7;
}
/* .up1{
  background: #;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 15px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
} */

/*---------About_sec----------*/

.about_sec{
  overflow: hidden;
}
.about_sec h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 25px;
  /* font-family: 'Limelight', cursive; */
}
.about_sec h1 span{
  display: block;
  color: #06a5ff;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.about_sec img{
  transform: translate(-6rem, 0);
  width: 120%;
}

/*--------------donate_alimal------------*/
.donate_sec{
  position: relative;
}
.donate_sec::after{
  content: '';
  position: absolute;
  bottom: 120px;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 16%;
  height: 95%;
  background-position: bottom right;
}
.donate_alimal{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
.donate_alimal li{
  border-radius: 19px;
  height: 220px;
  display: block;
  width: 20%;
  position: relative;
}
.donate_alimal li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}

.wrap-image::before, .wrap-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 2px solid #aa9dd8;
  transition: all 0.25s ease-out;
  border-radius: 15px;
}
.wrap-image::before {
  background: rgb(134 115 199 / 70%);
  top: -15px;
  left: -15px;
  border-radius: 15px;
}
.wrap-image::after {
  bottom: -15px;
  right: -15px;
}
.wrap-image:hover::before {
  top: 15px;
  left: 15px;
}
.wrap-image:hover::after {
  bottom: 15px;
  right: 15px;
}

.wrap-image a {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  padding: 8px;
  background: rgb(134 115 199 / 70%);
  color: #fff !important;
  border-radius: 0 0 19px 19px;
  letter-spacing: 0.85px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-image:hover a{
  height: 100%;
  border-radius: 19px;
}

/*--------page_title--------*/
.page_title{
  margin-bottom: 50px;
}

.page_title h1{
  font-size: 42px;
  text-align: center;
  font-weight: 800;
}
.page_title p{
  text-align: center;
}

/*------------About_US----------------*/
.inner_banner{
  /* margin-top: 150px; */
  background: #f0faff;
  padding: 100px 0;
  background-size: 29%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_banner::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/awbi-banner.png) no-repeat bottom right;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}
/*.inner_banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/banner_trans2.png) no-repeat;
  background-size: 100%;
  width: 44%;
  height: 44%;
  background-position: bottom right;
  opacity: 0.35; 
}*/
.inner_banner_legacy{
  background: url(../img/legacy_title1.jpg) no-repeat 0 0;
  background-size: cover;
  height: 60vh !important;
  padding-top: 0 !important;
}
.inner_banner_legacy::before, .inner_banner_legacy::after{
  display: none;
}
.inner_bg{
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.inner_bg h2{
  font-size: 56px;
  color: #000;
  font-weight: 800;
}
.breadcrumb {
  margin-bottom: 0;
  align-items: center;
}
.breadcrumb-item{
  display: inline-flex;
  align-items: center;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #035584;
}
.breadcrumb-item.active {
  color: #000000;
  font-size: 14px;
}
.breadcrumb-item a{
  color: #035584;
  display: block;
}
.mb-10{
  margin-bottom: 10rem;
}
.objective_sec ul{
  /* display: flex;
  flex-wrap: wrap; */
  margin: 0;
  padding: 0;
  width: 80%;
}
.objective_sec ul li{
  width: 100%;
}
.about_inner .card{
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 25px 0 0 0;
  /* background: #8673c7; */
  height: 100%;
}
.about_inner .card h6{
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.about_inner .card p{
  color: #000;
}
.objective_sec{
  padding: 0 5rem;
}
.st1{
  position: absolute;
  right: 0;
  top: -12px;
  font-size: 64px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  padding: 0 30px;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  opacity: 0.35;
  display: none;
}
.about_inner .card ol{
  padding: 0;
  margin: 0;
}
.about_inner .card ol li{
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.inner_bg{
  text-align: center;
}
.inner_bg nav{
  display: flex;
  justify-content: center;
}
/*----------------pfa_units------------*/

.teams_card{
  background: #fff;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 16px 0 rgb(39 48 75 / 14%);
  padding: 1rem;
  border-radius: 7px;
  margin-bottom: 15px;
  border: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.teams_card::before{
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/dog-logo.png) no-repeat center right;
  width: 37%;
  height: 100%;
  background-size: 100%;
}
.pfa_units .card-img-top{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.teams_cbody{
  width: calc(100% - 150px);
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.teams_cbody .card-title{
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #000;
  transition: all 0.5s ease-out;
}
.teams_cbody .card-text{
  color: #767676;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.teams_card:hover{
  background: #8673c7;
}
.teams_card:hover .card-title, .teams_card:hover .card-text{
  color: #fff;
}
.teams_cbody small{
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease-out;
}
.teams_card:hover small{
  letter-spacing: 0.65px;
  color: #fff;
}

/*-----------------pfe_units_details--------------*/
.pfe_units_details a {
  color: #000;
}
.unit_detail{
  margin: 0;
  padding: 0;
  padding: 26px 20px 5px;
  border: 1px solid #eceaea;

}
.unit_detail li{
  margin-bottom: 0;
}
.unit_detail a{
  display: block;
  padding:12px 0;
  font-size: 14px;
  font-weight: 500;
  color: #4A545C;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e4;
}
.unit_detail a:hover{
  color: #8673c7;
}
.unit_detail a.active{
  color: #8673c7;
  padding: 8px 8px 8px 12px;
}
.unit_detail a svg{
  color: #4A545C;
  margin-right: 8px;
  width: 16px;
}

.unit_detail a:hover svg, .unit_detail a.active svg{
  color: #8673c7;
}

.pfe_units_details .card{
  border: 0;
  border-radius: 0;
  padding:30px 40px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  background: #8673c7;
}
.unit_img_sec{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #9684d5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.unit_img_sec img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.unit_img_sec h5{
  width: calc(100% - 100px);
  padding-left: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.unit_img_sec h5 span{
  display: block;
  font-size:18px;
  color: #fff;
  font-weight: 400;
}
.ut_dt_text h6{
  font-weight: 800;
  margin: 12px 0;
  font-size: 22px;
  color: #fff;
}
.ut_dt_text p{
  font-size: 14px;
  color: #fff;
}
.ut_dt_text p span{
  color: #fff;
  margin-right: 8px;
  font-weight: 600;
  display: block;
  font-size: 13px;
}
.ut_dt_text:last-child p{
  background: url(../img/map-pin.svg) no-repeat 0 5px;
  padding-left: 30px;
  background-size: 18px;
}
.ut_dt_text p span svg{
  width: 18px;
  color: #fff;
  margin-right: 8px;
}
.d_uttext2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.d_uttext2 h6{
  width: 100%;
}
.d_uttext2 p{
  width: 48%;
  margin: 10px 0;
}
.unit_detail li:last-child a{
  border-bottom: 0;
}
.pfe_units_details{
  position: relative;
}
.pfe_units_details::before{
  content: '';
  position: absolute;
  top: -125px;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 14%;
  height: 59%;
  background-position: bottom right;
}
.pfe_units_details::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 100%;
  width: 13%;
  height: 76%;
  background-position: bottom right;
}

/*----------Store_Section--------------*/

.e_com-img{
  padding: 20px;
  margin-bottom: 0;
  height: 220px;
  overflow: hidden;
  background-color: #faf5f1;
}
.e_com-img img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.card_content {
  padding: 20px 15px 15px;
}
.card_content.category {
  padding: 20px 15px;
}
.e_com_sec .card{
  border: 1px solid #f4f4f4;
  border-radius: 0;
  height: 100%;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
}
.e_com_sec h5{
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 22px;
  min-height: 44px;
  text-transform: capitalize;
  overflow: hidden;
  /* text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}
.e_com_sec.category h5 {
  font-size: 24px;
  min-height: 0;
  margin-bottom: 0;
}
.card_content .addToCart button {
  display: block;
  background-color: #8673c7;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase;
  width: calc(100% + 30px);
  height: 45px;
  padding: 0 25px;
  margin: 15px -15px -15px;
}
.card_content .addToCart button svg {
  width: 17px;
  margin-left: 9px;
}
.e_com_sec h6{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
}
.e_com_sec h6 span{
  text-decoration: line-through;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}
.e_com_sec h6 small{
  font-size: 12px;
  color: #555;
  margin-top: 8px;
}
.e_com_sec .card:hover{
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
.card_btn{
  position: absolute;
  top: 15px;
  right: -50px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease-out;
  transition-delay: 50ms;
}
.e_com_sec .card:hover .card_btn{
  right: 15px;
}
.card_btn button{
  width: 50px;
  height: 50px;
  background: #06a5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}
.card_btn button:hover{
  background: #fff;
  color: #06a5ff;
}
.card_btn a{
  width: 50px;
  height: 50px;
  background: #06a5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.card_btn a:hover{
  background: #fff;
  color: #06a5ff;
}

/* .shop_1::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 15%;
  height: 65%;
  background-position: bottom right;
}
.shop_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 100%;
  width: 12%;
  height: 71%;
  background-position: bottom right;
} */

/*-------------Product_Details----------------*/

.product_details h1{
  font-size: 32px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0px;
}
.product_details h6{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom:12px;
}
.product_details h6.feature_details {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.product_details h6.feature_details span {
  min-width: 120px;
}
.product_details h5{
  font-size: 28px;
  color: #000;
  font-weight: 800;
  margin:30px 0 10px 0;
}
.product_details h5 span{
  font-weight: 800;
  font-size: 16px;
  color: #000;
  margin-right:8px;
}
.product_details h6 span{
  font-weight: 800;
  margin-right: 8px;
}
.product_details p{
  color: #000;
  margin-bottom: 20px;
}
.product_details p span{
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #000;
  margin-bottom:12px;
}
.cart_btn{
  font-size: 14px;
  color: #fff;
  background: #8673c7;
  border-radius: 20px;
  margin-top: 25px;
  width: 150px;
}
.cart_btn svg{
  width: 20px;
  margin-right: 8px;
}
.buy_btn{
  font-size: 14px;
  color: #8673c7;
  border: 1px solid #8673c7;
  border-radius: 20px;
  background: #fff;
  margin-top: 25px;
  margin-left: 5px;
  width: 150px;
}
.buy_btn svg{
  width: 20px;
  margin-right: 8px;
}
.wrap{
  display: flex;
  align-items: center;
}
.wrap button{
  width: 25px;
  height: 25px;
  text-align: center;
  background: #8673c7;
  color: #fff;
  border: 0;
  font-size: 15px;
  line-height: 25px;
}
.wrap input{
    width: 25px;
    height: 25px;
  text-align: center;
  background: #fff;
  color: #8673c7;
  border: 1px solid #8673c7;
  font-size: 14px;
}
/*-----------product_dt_slide---------------*/


.pdSlide2 {
  height: auto;
  width: 100%;
}

.pdSlide1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.pdSlide1 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.pdSlide1 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_table th{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #8673c7;
  border-bottom: 0;
  padding: 8px 10px;
}
.cart_table td{
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  vertical-align: middle;
}

.cart_table .wrap button{
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  color: #8673c7;
  border: 0;
  font-size: 24px;
  line-height: 19px;
}
.cart_table .wrap input{
  width:50px;
  height: 20px;
  text-align: center;
  background: #fff;
  color: #8673c7;
  border: 0;
  font-size: 18px;
}
.cart_table svg{
  width: 18px;
}
.cart_table img{
  width: 60px;
  height: 60px;
  object-fit: scale-down;
}
.cart_table th:first-child{
  width: 60px;
}
.cart_table th:nth-child(4){
  width: 60px;
}
.cart_table th:last-child{
  width: 60px;
  text-align: center;
}
.cart_table td:last-child{
  text-align: center;
}
.cart_total table th{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-bottom: 0;
  padding: 15px;
}
.cart_total table td{
  font-size: 14px;
  color: #000;
  padding: 15px;
  vertical-align: middle;
}
.cart_total .card{
  padding: 20px 20px 0 20px;
}
.cart_total h1{
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 25px;
}
.blog_lt2::before, .blog_lt2::after{
  display: none;
}

.dt_share h6{
  width: 100px;
  height: 100px;
  background: #8673c7;
  text-align: center;
  position: absolute;
  top: -46px;
  left: 15px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  padding: 22px 8px;
  line-height: 24px;
  border: 3px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
}
.dt_share h6 span{
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.dt_share p{
  position: absolute;
  right: 0;
  top: 15px;
  width: 60px;
}
.dt_share span a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8673c7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}
.dt_share span:nth-child(1) a{
  background: #D34174;
}
.dt_share span:nth-child(2) a{
  background: #5479BB;
}
.dt_share span:nth-child(4) a{
  background: #FF0A00;
}
.dt_share span:nth-child(3) a{
  background: #1D9BF0;
}
.dt_share span a:hover{
  background: #9684d5;
}
.news_details h1{
  font-size: 32px;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}
.news_details h2{
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}
.news_details p small{
  color: #a3a3a3;
}
.news_right .card{
  border: 0;
  border-radius: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  padding: 25px;

}
.news_right .card h3{
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 35px;
}
.news_right .avtar_sec{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.news_right .avtar_sec img{
  width: 80px;
  height: 58px;
  object-fit: cover;
}
.news_right .avtar_sec h6{
  width: calc(52% - -62px);
  padding-left: 20px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease-in-out;
}
.news_right .avtar_sec a:hover h6{
  color: #8673c7;
}
.pfa_impact h6{
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}
.pfa_impact ul{
  margin: 20px 0;
  padding: 0;
}
.pfa_impact ul li{
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.pfa_impact ul li::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/chevron-right.svg) no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 18px;
}
.pfa_impact{
  position: relative;
}
.pfa_impact::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 10%;
  height: 100%;
  background-position: top right;
}
.pfa_impact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 100%;
  width: 10%;
  height: 100%;
  background-position: bottom right;
}
.law_card .card{
  position: relative;
  border: 0;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  padding: 25px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.law_card .card h6{
  font-size: 17px;
  color: #000;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.law_card .card:hover{
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  background: #8673c7;
}
.law_card .card p{
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  color: #fff;
  background: #8673c7;
  border-radius: 20px;
  width: 160px;
  margin-top: 20px;
}
.law_card .card:hover h6{
  color: #fff;
}
.law_card .card:hover p{
  color: #8673c7;
  background: #fff;
}
.law_card .card::before {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/dog-logo.png) no-repeat top right;
  width: 44%;
  height: 100%;
  background-size: 100%;
  opacity: 0.8;
}
.form-control, .form-select{
  background-color: #f5f5f5;
  margin-bottom: 12px;
  height: 55px;
  font-size: 13px;
  border-color:transparent;
  border-radius: 0;
}
.form-control:focus, .form-select:focus{
  background-color: #f5f5f5;
  border: 1px solid #8673c7;
}
.plr-4{
  padding: 0 4px;
}
.ask_form h5{
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 25px;
}
.send_message{
  font-size: 16px;
  color: #fff;
  background: #8673c7;
  border-radius: 30px;
  margin-top: 25px;
  padding: 12px 30px;
}
.ask_mrsMg{
  background: #e9e7e8 url(../img/ask_maneka_full.png) no-repeat center left;
  position: relative;
  align-items: center;
  background-blend-mode: multiply;
  height: 296px;
  top: 110px;
  display: flex;
  justify-content: end;
 }
.ask_mrsMg::before{
  content: '';
  position: absolute;
  right: -50%;
  top: 0;
  width: 52%;
  height: 296px;
  background: #e9e7e8;
}
.form_Section{
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.ask_mrsMg p{
  text-align: center;
  width: 68%;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.ask_mrsMg p span{
  font-weight: 800;
}
figure {
  margin: 0;
}
.adopt .pfa_impact::after, .adopt .pfa_impact::before{
  display: none;
}
.adopt .news_right .avtar_sec img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.adopt .news_right .avtar_sec a {
  width: calc(100% - 80px);
  padding-left: 0;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease-in-out;
}
.adopt .news_right .avtar_sec a h6{
  font-size: 24px;
}
.adopt .news_right .avtar_sec a h6 span{
  display: block;
  font-size: 14px;
}

.btn-close{
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 15px;
  right: 0;
  opacity: 1;
}

.text_sec h6 {
  font-size: 28px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}
.text_sec p strong{
  color: #8673c7;
  font-size: 20px;
}

.wrapper{
  display: block;
  background: #fff;
  margin-top: 25px;
}
.wrapper .option{
  background: rgb(255, 255, 255);
  height: 100%;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 0 0 0;
  border-radius: 0px;
  cursor: pointer;
  padding: 15px 10px 15px 30px;
  border: 0;
  transition: all 0.3s ease 0s;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  left: 15px;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.wrapper input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8{
  background: #f5f5f5;
  border: 0;
  border-radius: 10px;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot,
#option-5:checked:checked ~ .option-5 .dot,
#option-6:checked:checked ~ .option-6 .dot,
#option-7:checked:checked ~ .option-7 .dot,
#option-8:checked:checked ~ .option-8 .dot{
  background: #8673c7;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before,
#option-5:checked:checked ~ .option-5 .dot::before,
#option-6:checked:checked ~ .option-6 .dot::before,
#option-7:checked:checked ~ .option-7 .dot::before,
#option-8:checked:checked ~ .option-8 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 14px;
  color: #212529;
  padding-left: 15px;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span{
  color: #000;
}

.marked-list{
  margin: 0;
  padding: 0;
}
.marked-list li{
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}
.marked-list li::before {
  content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/chevron-right.svg) no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 18px;
}
.join_sec{
  position: relative;
}
.join_sec::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0px;
  background: url(../img/dog_1.png) right top / 100% no-repeat;
  width: 100px;
  height: 237px;
}
.foster_sec{
  content: "";
  position: absolute;
  top: 15%;
  left: 0px;
  background: url(../img/dog_1.png) right top / 100% no-repeat;
  width: 9%;
  height: 100%;
}
/*------------donate---------------*/

.donate_banner{
  min-height: 100vh;
  position: relative;
  padding-top: 5rem;
  background: url(../img/bg-donate.jpg) no-repeat center right;
  background-size: cover;
}
.donate_banner::after{
  display: none;
}
.donate_form{
  border: 0;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.donate_form .nav-tabs button{
  font-size: 18px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  color: #000;
  padding: 13px 0;
  border: 0;
}

.donate_form .nav-tabs .nav-item.show .nav-link, .donate_form .nav-tabs .nav-link.active {
  color: #8673c7;
  background-color: #e1d8ff;
  border-color: #8673c7 #8673c7 #8673c7;
  border: 0;
  border-radius: 0;
}
.donate_banner h2 {
  font-size: 54px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 62px 0;
}

/*-------------custom_Radio_CSS--------------------*/

.price_choose_wrap{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  background: transparent;
}
.price_choose_wrap .option{
  width: 100%;
  background: #f5f5f5;
  margin: 0;
  padding: 8px 8px 8px 30px;
}
.price_dive{
  width: 33%;
}
.price_tx_sec{
  margin: 25px 0;
  align-items: center;
}
.price_tx_sec img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 10px;
}
.price_tx_sec p{
  width: calc(100% - 100px);
  padding-left: 15px;
  font-size: 14px;
  color: #000;
}
.input_sec{
  display: flex;
}
.input_sec .input-group{
  padding: 0 4px;
}
.input_sec .input-group-text{
  padding: 0 13px;
  height: 55px;
  border: 0;
  font-size: 14px;
  background: #eeeeee;
  color: #8673c7;
  border-radius: 0;
  border: 1px solid #dcd2ff;
}
.input_sec .input-group-text svg{
  width: 18px;
  margin-right: 5px;
}
.input_sec .form-control{
  border: 1px solid #dcd2ff;
}
.donate_sub{
  font-size: 16px;
  color: #fff;
  background: #8673c7;
  border-radius: 20px;
  display: block;
  padding: 12px;
  width: 100%;
  border-radius: 30px;
  margin-top: 35px;
}
.donate_form .tab-content p small{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.donate_form .tab-content{
  min-height: 408px;
}

.join_form{
  background: #06a5ff;
}
.contant_sec{
  background: #fafafa;
  padding: 35px;
}
.dt_img img{
  height: 100%;
  object-fit: cover;
}
.contant_sec h6{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
}
.contant_sec a{
  color: #8673c7;
}

/*----------Light-Box-----------*/

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  height:270px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
   align-items: center; */
  opacity: 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 40px 20px;
}
.img-overlay svg {
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 25px;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton svg{
  color: #fff;
  width: 30px;
  height: 30px;
  transition: opacity 0.8s;
}
#nextButton svg:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton svg{
    width: 30px;
    height: 30px;
  }
}

#prevButton svg{
  color: #fff;
  width: 30px;
  height: 30px;
  transition: opacity 0.8s;
}
#prevButton svg:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton svg{
    width: 30px;
    height: 30px;
  }
}

#exitButton svg{
  color: #fff;
  width: 30px;
  height: 30px;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.lt_text{
  text-align: center;
}
.lt_text h6{
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.lt_text p{
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #8673c7;
    border-radius: 5px;
    text-align: center;
    color: #8673c7;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #8673c7;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #8673c7;

}
.btn-default:active .filter-button:active
{
    background-color: #8673c7;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/*-------sponsor-------*/

.sponsor_radio{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sponsor_radio li{
  width: 31%;
  background: #fbfbfb;
  margin: 7px;
  padding: 10px;
  height: 100%;
  text-align: center;
  border: 1px solid #eceaea;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.sponsor_radio li:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.sponsor_radio li img{
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 12px;

}
.sponsor_radio li p{
  color: #000;
  text-align: center;
}
.sponsor_radio li p span{
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
}
.sponsor_radio .form-check{
  padding: 0;
}
.sponsor_radio .form-check-input{
  position: absolute;
  top: 0;
  left: 30px;
}
.sponsor_radio li label{
  cursor: pointer;
}
.sponsor_radio .form-check-input:checked {
  background-color: #8673c7;
  border-color: #8673c7;
}
.rupee_icon{
  width: 65px !important;
  height: 65px !important;
  border-radius: 10px;
  object-fit:cover;
  margin: 0 auto;
  margin-bottom: 0 !important;
  display: block;
}
.sponsor_radio .form-control{
  border: 1px solid #8673c7;
  border-left: 0;
}
.sponsor_radio .input-group-text{
  height: 55px;
  border-radius: 0;
  background: #f5f5f5;
  border: 1px solid #8673c7;
  border-right: 0;
}
.dnt_btn{
  font-size: 18px;
  color: #fff;
  background: #8673c7;
  border-radius: 40px;
  margin-top: 25px;
  padding: 15px 35px;
}
.sticky-top{
  top: 30px;
}
.sponcor{
  position: relative;
}
.sponcor::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 10%;
  height: 100%;
  background-position: top right;
}
.amt_text{
  font-size: 16px;
  color: #000;
}
.amt_text span{
  font-size: 20px;
  color: #000;
  font-weight: 800;
}
.adopt_btn{
  font-size: 14px;
  color: #fff;
  background: #8673c7;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  text-align: center;
}
.adopt_md_text h6{
  padding: 20px 0 10px 0;
  font-weight: 800;
  color: #000;
}
.adopt_md_text p{
  color: #000;
}
.adopt_md_text p small svg{
  width: 18px;
  margin-right: 4px;
  color: #8673c7;
}
.modal-header h2{
  font-size: 24px;
  color: #000;
  font-weight: 800;
}
.btn-close{
  position: absolute;
  top: -19px;
  right: -14px;
  background-color: #fb6a65;
  color: #fff;
  opacity: 1 !important;
  border-radius: 50%;
  z-index: 22;
}
.btn-close:focus{
  box-shadow: none;
}


/* Tabs */

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul#tabs-nav li {
  margin-right:5px;
  
}

#tabs-nav li a {
  text-decoration: none;
  color: #000;
  padding:10px 20px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #d5d5de;
}
ul#tabs-nav li a:hover,
ul#tabs-nav li.active a{
  background-color: #8673c7;
  color: #fff;
  border: 1px solid #8673c7;
}
.tab-content {
  padding: 10px;
  position: relative;
  margin-top: 25px;
}
.tab-content h2 {
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}
.tab-content ul{
  margin: 20px 0;
  padding: 0;
}
.tab-content ul li{
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.tab-content li::before{
  content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/chevron-right.svg) no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.chairperson_Text h4{
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 35px;
}

.form_Section .social_link a{
  padding: 2px;
}

.why_donate{
  background: url(../img/donate-footer.jpg) no-repeat;
  background-position: center center;
  background-size:cover;
  padding: 150px 0 !important;
}

.why_donate .card {
  border: 0;
  border-radius: 5px;
  background: rgb(255 255 255 / 25%);
  padding: 30px;
  text-align: center;
}
.why_donate .card h1 {
	color: #000;
}
.why_donate .card p {
	color: #000;
}

.donate_header{
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  padding: 50px 150px 0 0;
}


ul#tabs-nav2 {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul#tabs-nav2 li {
  margin-right:5px;
  
}

#tabs-nav2 li a {
  text-decoration: none;
  color: #000;
  padding:10px 20px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #d5d5de;
}
ul#tabs-nav2 li a:hover,
ul#tabs-nav li.active a{
  background-color: #8673c7;
  color: #fff;
  border: 1px solid #8673c7;
}
.tab-content2 {
  padding: 10px;
  position: relative;
  margin-top: 25px;
}
.tab-content2 h2 {
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}
.tab-content2 ul{
  margin: 20px 0;
  padding: 0;
}
.tab-content2 ul li{
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 44px;
}
.tab-content2 li::before{
  content: '\2192';
  position: absolute;
  top: -7px;
  left: 0;
  color: #8673c7;
  font-size: 38px;
}

ul#tabs-nav2 li a:hover, ul#tabs-nav2 li.active a {
  background-color: #8673c7;
  color: #fff;
  border: 1px solid #8673c7;
}

#cheque .form-check {
  padding-left: 19px;
  margin-right: 20px;
}
#cheque .form-check-input:checked {
  background-color: #8673c7;
  border-color: #8673c7;
}

/*----------foster_banner----------------*/
.text-justify {
  text-align: justify !important;
}
.foster_banner{
  background: url(../img/Foster.jpg) center no-repeat;
  background-size: cover;
}
.get_invo{
  background: url(../img/involved_banner.png) no-repeat bottom center;
  background-size: 100% auto;
}
.foster_banner::before, .first-aid_bg::before, .join-nowBG::before{
  display: none;
}

.email_Text p{
  font-size: 18px;
  color: #000;
}
.email_Text p a{
  color: #8673c7;
  font-size: 18px;
}

.get_invo::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.sponsor_bg::before{
  background: url(../img/get_inv_bg.png) no-repeat center right;
  background-size: auto 100%;
}

.csr_banner{
  background: url(../img/csr_bg.jpeg) repeat center center;
  background-size: contain;
}
.csr_banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.first-aid_bg{
  background: url(../img/fasted.jpg) repeat center center;
  background-size: contain;
}
.animal_lawBg{
  background: #f0faff;
}
.animal_lawBg::before{
  background: url(../img/law_banner.png) no-repeat center right;
  background-size: auto 100%;
}
.make_giftBG::before{
  background: url(../img/gift_bg.png) no-repeat center right;
  background-size: auto 100%;
}
.pfa_units_bg{
  background: #f0faff;
}
.pfa_units_bg::before{
  background: #f0faff url(../img/unit_bg.jpg) repeat center center;
  background-size: auto 100%;
}
.setup_unit-bg:before {
  background: #f0faff url(../img/unit_banner.png) no-repeat bottom right;
  background-size: auto 100%;
}
.join-nowBG{
  background: url(../img/join_now_banner.png) no-repeat center center;
  background-size: cover;
}
.campus-bg {
	background: #f0faff url(../img/campus_banner.png) no-repeat center center;
	background-size: 100% auto;
}
.magazine-bg:before {
  background: #f0faff url(../img/magazine_banner.png) no-repeat right center;
  background-size:  auto 100%;
}
.campus-bg:before {
	display: none;
}
.articles-bg:before {
	background: url(../img/article_banner.png) no-repeat bottom right;
	background-size: auto 100%;
}
.store-bg:before {
	background: url(../img/store_banner.png) no-repeat bottom right;
	background-size: auto 100%;
}
.event-bg:before {
	background: url(../img/event_banner.jpg) repeat bottom right;
	background-size: auto 100%;
}
.adopt-bg:before {
	background: url(../img/adopt_banner.png) no-repeat bottom right;
	background-size: auto 100%;
}
.unit-bg:before {
	background: url(../img/unit_banner.png) no-repeat bottom right;
	background-size: auto 100%;
}
.no_before:before {
	display: none !important;
}
.pfa_shops {
	background: #f0faff;
}
.csr_text ul li, .csr_text p{
  text-align: justify;
}
.bg-infojob{
  background: #cff4fc;
}
.pdf_section{
  overflow: hidden;
}
#flipbook {
  width: 1100px;
  height: 700px;
  box-shadow: none;
  margin: 0 auto;
}
#flipbook img{
  width: 100%;
  height: 100%;
}
.w-188{
  width: 188px;
}

.social_link a:nth-child(1){
  background: #5479BB;
  border-color: #5479BB;
}
.social_link a:nth-child(2){
  background: #1D9BF0;
  border-color: #1D9BF0;
}
.social_link a:nth-child(3){
  background: #D34174;
  border-color: #D34174;
}
.social_link a:nth-child(4){
  background: #FF0A00;
  border-color:#FF0A00;
  padding:6px 4px;
}
.comment_nbtn svg{
  width: 18px;
  color: #8673c7;
  margin: 0 4px;
}
.comment_nbtn{
  color: #000;
  align-items: center;
}

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

.img_container:hover {
	cursor: pointer;
}

.img_container img {
	filter: grayscale(50%);
	border: 6px solid #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	margin-bottom: 1rem;
	transition: filter 0.4s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img_container:hover img {
	filter: none;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.title {
	font-size: 26px;
	color: #000;
	position: relative;
  text-align: center;
  display: block;

}

.title::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	background-color: #8673c7;
	left: 50%;
	bottom: -10px;
	transition: all 0.4s ease-in-out;
}

.img_container:hover .title::after {
	width: 100%;
	left: 0;
}
footer p small a{
  font-size: 13px;
  color: #000;
}


/*-----------29/08/2022-----------*/

.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
  padding: 0;
}

.sessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  font-size: 14px;
}
.sessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #8673c8;
  border: 1px solid #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 0px;
}
.time {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin: 0 0 8px 0;
}

@media screen and (max-width: 600px) {
  .time {
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
  }
}
.pfa_impact_tm{
  position: relative;
}
.pfa_impact_tm::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/cat.png) no-repeat;
  background-size: 100%;
  width: 11%;
  height: 100%;
  background-position: top right;
}
.pfa_impact_tm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/dog_1.png) no-repeat;
  background-size: 100%;
  width: 12%;
  height: 100%;
  background-position: bottom right;
}
.pfa_impact_tm h6 {
  font-size: 26px;
  color: #000;
  font-weight: 800;
  margin: 20px 0;
}



/***** New CSS *******/


.header .navbar-collapse,
.header .donate_btn {
  flex: 1 0 0%;
}
.header .navbar-brand {
  flex: 0 0 auto;
  width: 20%;
  text-align: center;
  margin: 0;
}
.header .navbar-brand img {
  max-width: 200px;
}
.header .donate_btn {
  text-align: right;
}
.ask_smtBG {
  padding: 60px 0;
  background: #f0faff;
}
.ask_smtBG:before,
.impact_bg:before {
  display: none;
}
.impact_bg {
  background: url(../img/impact_header_bg.png) center no-repeat;
  background-size: cover;
}
.slider__item .animal-slider .swiper-slide {
  width: auto !important;
}
.slider__item .animal-slider .swiper-slide img {
  width: auto;
  height: 400px;
}
.progress_wrapper {
  margin-top: 45px;
  padding-top: 24px;
  border-top: 1px solid #ededed;
}
.progress_wrapper h5 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: #0d0d0d;
}
.progress_bar h5 {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  transform: translateX(3px);
  margin-bottom: 4px;
}
.progress_line {
  position: relative;
  height: 16px;
  width: 100%;
  display: block;
  background-color: transparent;
}
.progress_line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #f2f2f2;
  top: 50%;
  transform: translateY(-50%);
}
.progress_line_bar {
  position: absolute;
  height: 16px;
  width: 100%;
  display: block;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.progress_line_bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #8673c7;
  top: 50%;
  transform: translateY(-50%);
}
.progress_line_bar:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 4px solid #8673c7;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: 0;
  right: 0;
}
.progress_details {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.progress_details li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress_details li p {
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.modal-backdrop{
  display: none !important;
}
.wrapper_img_banner {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: cover !important;
  margin-bottom: 30px;
}
.campaign__title {
  font-size: 35px;
  font-weight: 700;
}
.details_wrapper_content .progress_details li p {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.details_wrapper_content .progress_line_bar:before {
  width: 99%;
  height: 10px;
}
.details_wrapper_content .progress_line_bar:after {
  width: 30px;
  height: 30px;
  border-width: 9px;
}
.details_wrapper_content .progress_line {
  height: 30px;
}
.details_wrapper_content .progress_line:before {
  height: 10px;
}
.details_wrapper_content .progress_line_bar {
  height: 30px;
}
.details_wrapper_content .progress_bar h5 {
  font-size: 18px;
  margin-bottom: 7px;
  color: #8673c7;
}
.details_wrapper_content .progress_wrapper {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 0;
}
.details_wrapper_content .progress_wrapper h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.payments_options {
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 30px 0 40px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.payments_header_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments_header_options h4 {
  font-size: 25px;
  font-weight: 700;
}
.payment_lists {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments_method {
  font-size: 0;
  margin-left: 25px;
}
.payments_method input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.payments_method label {
  position: relative;
  padding-left: 23px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}
.payments_method label:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #dadada;
  transition: all 0.4s ease;
}
.payments_method label:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 11px;
  left: 8px;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.payments_method input[type=radio]:checked + label:after {
  background-color: #8673c7;
  border-color: #8673c7;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%) scale(1);
}
.payments_method input[type=radio]:checked + label {
  color: #8673c7;
}
.payments_custom_input input[type=text] {
  min-height: 48px;
  padding: 0 25px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 33px;
  font-size: 14px;
  font-weight: 600;
  color: #0d0d0d;
}
.payments_inputs {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments_inputs_radio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.radio_list {
  font-size: 0;
  margin-right: 25px;
}
.radio_list input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio_list label {
  font-size: 15px;
  position: relative;
  padding: 0 23px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
  border: 1px solid #dcdcdc;
  border-radius: 33px;
  min-height: 48px;
  line-height: 48px;
}
.radio_list input[type=radio]:checked + label {
  color: #8673c7;
  border-color: #8673c7;
}
.campaign_content p {
  margin-bottom: 30px;
}
.campaign_content h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}
.img_small {
  width: auto;
  max-height: 240px;
  margin-bottom: -2px;
}
/*******************************08.09.22*********************************/
.payments_custom_input input[type=submit] {
  min-height: 48px;
  padding: 0 25px;
  background: #8673c7;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgb(221 221 221 / 15%);
  border-radius: 33px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.cart_btn--mod {
  position: relative;
  display: inline-block;
  min-height: 30px;
  vertical-align: bottom;
  margin-left: 5px;
}
.cart_btn--mod svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke: #8673c7;
  fill: none;
}
.cart_btn--mod span {
  position: absolute;
  top: -8px;
  left: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #8673c7;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.cart_btn--mod:hover svg {
  stroke: #0083cd;
}
.billing_form h3 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 25px;
}
.billing_form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #c9c9c9;
  padding: 0 15px;
  margin-bottom: 15px;
}
.billing_form select {
  width: 100%;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #c9c9c9;
  padding: 0 15px;
  margin-bottom: 15px;
}
.billing_form textarea {
  width: 100%;
  font-size: 15px;
  border: 1px solid #c9c9c9;
  min-height: 150px;
  padding: 10px 15px;
}
.billing_details h3 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 25px;
}
.billing_table table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.billing_table table thead tr th {
  font-size: 15px;
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.billing_table table tbody tr td {
  font-size: 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.billing_table table tbody tr td span {
  font-weight: 600;
}
.billing_table table tfoot tr th {
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.billing_table table tfoot tr td {
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.payment_option {
  background: #ebe9eb;
  border-radius: 5px;
}
.payment_radio {
  font-size: 0;
  padding: 0 15px;
}
.payment_radio label {
  font-size: 15px;
  line-height: 50px;
  color: #000000;
  margin: 0 0 0 10px;
}
/******** 08-09-2022 *********/
.form_error{
  font-size: 13px;
  margin-top: -13px;
}
/******** 08-09-2022 *********/
/* campaign checkout  */
.form_container h3{
  text-align: center;
  font-size: 27px;
  margin: 35px 0;
  font-weight: 700;
}
.form_wrap form {
  display: block;
  max-width: 750px;
  margin: auto;
}
.form_fields input {
  width: 100%;
  min-height: 45px;
  border: 1px solid #c9c9c9;
  padding: 0 15px;
  font-size: 15px;
  line-height: 45px;
  margin-bottom: 15px;
}
.form_fields input[type="submit"] {
  width: auto;
}
/* campaign checkout  */
.amount_title  {
  width: 100%;
}
.amount_title h4 {
  font-size: 56px;
  color: #8673c7;
  font-weight: 800;
}
.ut_dt_text .group_text {
  margin-bottom: 25px;
}
.ut_dt_text .group_text:last-child {
  margin-bottom: 0;
}
.ut_dt_text:last-child .group_text p {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.front_figure iframe{
    width: 100%;
    height: 220px;
}
/************************15-09-2022************************/
.details_content_tab {
  display: flex;
  background-color: #f0faff;
  margin: 35px 0;
}
.details_content_tab .nav {
  background-color: #ffffff;
  border: 1px solid #eceaea;
  width: 240px;
}
.details_content_tab .nav .nav-link {
  font-size: 14px;
  color: #8673c7;
  font-weight: 600;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 0;
}
.details_content_tab .nav .nav-link:last-child {
  border-bottom: 1px solid #eceaea;
}
.details_content_tab .nav .nav-link.active {
  font-size: 14px;
  color: #fff;
  background: #8673c7;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 0;
}
.details_content_tab .tab-content {
  display: block !important;
  width: calc(100% - 240px);
  margin-top: 0;
  padding: 25px 30px;
  border: 1px solid #eceaea;
  border-left: 0;
}
.details_content_tab .tab-content h2 {
  margin-top: 0;
}
.news-column {
  z-index: 1;
}
.service_block {
  height: 100%;
  background: #f7f7f7;
}
.service_block h4 {
	font-size: 18px;
  color: #8673c7;
  margin-bottom: 10px;
  font-weight: 700;
}
.service_block p {
  font-size: 14px;
  line-height: 1.4;
}
.shop_bg:nth-child(2n) {
    background: #f0faff;
}
.spacing {
  padding: 100px 0;
  background-color: #f0faff;
}
.img-box-content {
  position: relative;
}
.img-box-content img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 550px;
}
.box-content-details {
  position: absolute;
  display: inline-block;
  max-width: 450px;
  width: 100%;
  right: 0;
  top: 210px;
  background-color: #ffffff;
  padding: 25px 35px;
}
.box-content-details h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}
.box-content-details p {
  margin-bottom: 13px;
}
.box-content-details a {
  display: block;
  color: #06a5ff;
  text-decoration: underline !important;
}
.slide-box-content {
  background-color: #ffffff;
  padding: 25px 35px 35px;
  text-align: center;
}
.slide-box-content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 45px;
}
.slide-box-img-slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.video_div_item {
  height: 400px;
}
.video_div_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog_items {
  padding-top: 70px;
  padding-bottom: 100px;
}
.catalog_items a {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  border: 5px solid #8673c7;
}
.catalog_items a:nth-child(2n)::before {
  position: absolute;
  content: "";
  background-image: url(../img/cat.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: 0;
  left: -85px;
}
.catalog_items a:nth-child(4n)::before {
  position: absolute;
  content: "";
  background-image: url(../img/dog_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: 30px;
  left: -85px;
}
.catalog_items a:nth-child(4n)::after {
  position: absolute;
  content: "";
  background-image: url(../img/cat_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: 112px;
  right: -85px;
}
.catalog_items a:nth-child(5n)::after {
  position: absolute;
  content: "";
  background-image: url(../img/dog5.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
.catalog_items a h4 {
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog_items .overflow_element {
  margin-bottom: -130px;
}
.catalog_items a img {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.catalog_items a p {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.catalog_items a p span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #555;
}
.catalog_list_wrapper + .spacing {
  background-color: #ffffff;
}
.product_img_slider .pdSlide2 {
  padding: 35px 25px;
}
.product_img_slider .pdSlide2 .swiper-slide img {
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
}
.border-light {
  margin: 2rem 0;
  background-color: #aaaaaa;
}
.product_details_wrap + .spacing {
  background-color: #ffffff;
  padding: 0;
}
.details_wrap {
  padding: 80px 0 150px;
}
.catalog_items-mod {
  height: 800px;
}
.catalog_items-mod a {
  display: block;
  padding: 35px 0;
}
.catalog_items-mod a img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
}
.catalog_items-mod a p {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.catalog_items-mod a p span {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
}
.border-left {
  border-left: 1px solid #e8e8e8;
}
.info_wrapper {
  padding: 80px 0 250px;
}
.info_details {
  text-align: center;
}
.info_details img {
  display: block;
  margin: 0 auto 25px;
  width: auto;
  max-height: 250px;
}
.info_details img.error_icon {
  max-height: 120px;
}
.info_details h2 {
  font-weight: 800;
  margin-bottom: 35px;
}
.info_details p {
  font-size: 20px;
  margin-bottom: 30px;
}


.bankdetails p{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: #000;
    justify-content: space-between;
    align-items: center;
}
.bankdetails p span{
    color: #555;
    margin-right: 10px;
    font-size: 15px;
}

.bankdetails p small{
    width: calc(100% - 35%);
    font-size: 15px !important;
}
