@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal
}

ul {
  list-style: none
}

:root {
  --primary-color: #9F4435;
  --secondary-color: #FFA258;
  --brand-color: #000;
  --background-theme: #FFF6E0
}

.container-fluid {
  padding: 0 60px !important
}

.top_header {
  background-color: var(--primary-color);
  height: 48px;
  display: flex;
  align-items: center
}

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

.contact_items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0
}

.contact_items a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px
}

.contact_items a:hover {
  color: #fff
}

.social_icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0
}

.social_icons a {
  color: #fff;
  text-decoration: none;
  font-size: 14px
}

.social_icons a:hover {
  color: #fff
}

.main_header {
  background: var(--secondary-color)
}

.flex_row_style {
  display: flex;
  align-items: center
}

.btn_menu {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 30px 10px 30px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  border: 2px solid #fff
}

.donttion_btn {
  padding: 4px 30px 4px 30px
}

.donttion_btn:hover {
  background: var(--primary-color);
  color: #fff
}

.donttion_btn img {
  height: 42px !important;
  width: 36px !important
}

.donttion_btn:hover img {
  filter: brightness(0) invert(1)
}

.btn_menu svg {
  height: 30px;
  width: 24px;
  color: var(--primary-color)
}

.brand_box {
  display: flex;
  justify-content: center
}

.easy_use {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  gap: 20px
}

li.easy_item a img {
  width: 29px
}

.responsive_menu {
  margin-top: 48px
}

.mobile_menu_list {
  margin: 0;
  padding: 0
}

.mobile_menu_list li a {
  text-decoration: none;
  color: #1A1A1A;
  font-size: 14px;
  margin-bottom: 10px;
  display: block
}

.box_menu_mobile {
  padding: 0 20px
}

.offcanva_logo {
  width: 89%
}

.paddin_left_logo {
  padding-left: 60px
}

.border_btm_logo {
  border-bottom: 1px solid #707070
}

.btn_close {
  color: var(--primary-color) !important;
  border: none;
  outline: none;
  font-size: 22px;
  background: none
}

.banner_section {
  height: 272px;
  background: var(--secondary-color)
}

.slider_banner {
  margin-top: -272px
}

.banner_img {
  border-radius: 30px
}

.flex_alignBox {
  display: flex;
  align-items: center
}

.animal_box {
  text-align: center
}

.animal_img {
  width: 55%;
  transition: .5s all
}

.animal_img:hover {
  scale: 1.1
}

.heading_title {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center
}

.subtitle_headingg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px
}

.pera_heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px
}

.description_data {
  font-size: 14px
}

.description_data {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px
}

.web_button {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  transition: .5s all
}

.web_button:hover {
  background: var(--secondary-color);
  transform: translateY(-5px);
  box-shadow: 0 0 10px -5px rgb(0 0 0 / .5)
}

.bg_color_secondary {
  background: var(--background-theme) !important;
  padding: 80px 0
}

.important_link_box {
  position: relative;
  border: 1px solid #707070;
  border-radius: 50px;
  overflow: hidden;
  transition: .5s all
}

.hover_title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(5px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  opacity: 0
}

.important_link_box:hover .hover_title {
  opacity: 1
}

.important_link_box:hover img {
  transform: scale(1.2)
}

.hover_title a {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  font-size: 28px;
  padding: 12px 0
}

.imp_link_container .imp_link_list:nth-child(odd) a {
  background: var(--primary-color) !important;
  color: #fff
}

.imp_link_container .imp_link_list:nth-child(even) a {
  background: var(--secondary-color) !important;
  color: #fff
}

img.imp_img_link {
  width: 100%
}

.newlatter_sec {
  background: var(--secondary-color);
  padding: 40px 0
}

.newlatter_title {
  font-size: 36px;
  width: 78%;
  margin: auto;
  color: #fff
}

.link_white {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff
}

.link_white:hover {
  background: var(--primary-color);
  color: #fff
}

.bg_color_transparent {
  background: #fff;
  padding: 80px 0
}

.service_box {
  background: var(--background-theme);
  padding: 20px 20px 0 20px;
  border-radius: 48px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden
}

.Daya_service {
  width: 100%
}

.our_service_link {
  text-align: center;
  padding: 22px 30px
}

.our_service_link a {
  font-size: 24px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center
}

.service_box:hover {
  padding: 0
}

.service_box:hover .service_img {
  height: 368.73px
}

.service_box:hover .Daya_service {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px
}

.service_box:hover .our_service_link {
  padding: 0px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #af3d2d;
  width: 100%
}

.service_box:hover .our_service_link a {
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px !important
}

.primary_backgrond {
  background: var(--primary-color);
  padding: 80px 0
}

.hospital_child_box {
  position: relative
}

.hospital_img {
  position: absolute;
  right: 0;
  top: 179px;
  width: 57%
}

.link_hoverChannge:hover {
  background: var(--secondary-color) !important
}

.link_Channge {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: var(--secondary-color);
  color: #fff;
  border: 2px solid var(--secondary-color);
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none
}

.link_Channge:hover {
  background: #9F4435;
  color: #fff
}

.button_link_bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px
}

.gallary_img {
  width: 100%
}

.link_primary {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--primary-color)
}

.link_primary:hover {
  background: var(--secondary-color)
}

.testinmoai_sec {
  background: var(--background-theme);
  padding: 40px 0
}

.tesimonial_write_title {
  font-size: 36px;
  width: 55%;
  margin: auto;
  font-weight: 700;
  color: var(--primary-color)
}

.review_box {
  position: relative;
  padding-top: 50px
}

.review_content {
  border-radius: 0;
  background: #fff;
  padding: 50px 70px;
  text-align: center
}

.user_pic_box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px
}

.user_pic {
  width: 72px !important;
  height: 72px;
  border-radius: 50%
}

.user_name {
  font-size: 24px;
  font-weight: 700
}

.user_cmt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px
}

.review_box:after {
  content: '';
  color: var(--secondary-color);
  top: 22px;
  left: 16px;
  position: absolute;
  z-index: 99999 !important;
  background: url(https://i.postimg.cc/Hknxc9J2/commas.png);
  background-size: 100%;
  height: 75px;
  width: 100px
}

footer {
  padding: 80px 0 20px 0
}

.footer_text {
  color: #707070;
  font-weight: 300;
  font-size: 14px;
  width: 90%
}

.footer_logo {
  margin-bottom: 30px;
  width: 70%
}

.social_icons_footer {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px
}

.social_icons_footer li a {
  color: var(--primary-color);
  font-size: 20px
}

.footer_links {
  margin-top: 15px
}

.footer_links ul {
  padding: 0;
  margin: 0
}

.anchor_item {
  text-decoration: none;
  color: #707070;
  font-size: 16px;
  font-weight: 400
}

.footer_heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px
}

.bottom_footer {
  padding: 10px;
  background-color: var(--secondary-color)
}

.bottom_footer p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: var(--secondary-color);
  margin-bottom: 0
}

.section_heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color)
}

.section_sb_heading {
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 700
}

.range_circle_box {
  border-radius: 50px;
  background: var(--background-theme)
}

.content_cmpy {
  font-size: 14px;
  font-weight: 300;
  text-align: center
}

.cmpy_detail {
  padding: 34px 20px
}

.your_seva_box {
  background: var(--secondary-color);
  border-radius: 50px;
  margin-bottom: 20px
}

.box_model_track h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0
}

.box_model_track h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 300
}

.fix_colms {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.add_your_Seva {
  display: block;
  background: var(--primary-color);
  border-radius: 50px;
  padding: 15px;
  border: 2px solid #fff;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 100%
}

.add_your_Seva:hover {
  background: #fff;
  color: var(--primary-color);
  font-weight: 700;
  border: 2px solid var(--primary-color)
}

.circle-container {
  position: relative;
  width: 160px;
  height: 160px
}

.circle-container svg {
  transform: rotate(-90deg)
}

.circle-bg {
  fill: #fff;
  stroke: var(--background-theme);
  stroke-width: 10
}

.circle {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 10;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
  transition: stroke-dashoffset 1s ease
}

.percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color)
}

.payment_metho img {
  width: 80%
}

.add_your_Seva {
  display: block;
  background: var(--primary-color);
  border-radius: 50px;
  padding: 15px;
  border: 2px solid #fff;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 100%
}

.payment_metho {
  background: var(--background-theme);
  padding: 19px;
  border-radius: 28px
}

.title_here_Bank {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  width: 95%
}

.box_panelstart {
  display: flex;
  align-items: center
}

.text_title_rotate {
  rotate: -90deg;
  text-wrap: nowrap;
  margin: 0;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.img_bank_card {
  width: 100%
}

.img_bank_box {
  position: relative
}

.hover_conntnet {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  border-radius: 0
}

.hover_conntnet p {
  display: flex;
  justify-content: center;
  width: 98%;
  text-decoration: none;
  font-size: 24px;
  padding: 12px 0;
  background: var(--primary-color);
  margin: auto;
  color: #fff
}

.bg_changehover {
  background: none !important;
  color: var(--primary-color) !important
}


.bottom_location_hospital {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 20px;
}

.locations-section h2 {
  margin-bottom: 0px;
}

.serivce_anchor {
  text-decoration: none;
  color: #fff;
}

.service_name_heading {
  font-weight: 700;
  color: #fff;
  text-align: center;

  margin-top: 20px;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.img_bank_box:hover .hover_conntnet {
  opacity: 1
}

.select_donate_box {
  padding: 24px;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 50px
}

.donate_type_img {
  border-radius: 26px;
  width: 100%;
  margin-bottom: 50px
}

.donation_type {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000
}

 .more-text {
    display: none;
  }

  .read-toggle {
    color: #ffa258;
    cursor: pointer;
    font-weight: bold;
  }

  .read-toggle:hover {
    text-decoration: underline;
  }

.donate_button_style {
  font-size: 18px;
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  background: var(--secondary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  transition: .3s all
}

.donate_button_style:hover {
  background: #fff;
  color: var(--secondary-color)
}

.donate_link_items {
  display: inline-block;
  font-size: 24px;
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  text-decoration: none;
  text-align: center
}

.price_donate {
  display: flex;
  align-items: center;
  justify-content: space-evenly
}

.move_pnl {
  color: var(--primary-color);
  font-weight: 700;
  cursor: pointer
}

.openDonation {
  display: none
}

.font_24_here {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  width: 90%
}

.distribution_box {
  text-align: center;
  overflow: hidden
}

.distribution_box img {
  transition: .5s all
}

.distribution_box:hover img {
  scale: 1.5
}

.pot_box {
  background: var(--primary-color);
  border-radius: 24px 24px 0 0;
  padding-bottom: 25px;
  text-align: center
}

.pot_box img {
  margin-top: -82px;
  width: 100%
}

.box_pot_rupee {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 24px 24px
}

.box_pot_rupee h5 {
  font-size: 18px
}

.box_pot_rupee h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-top: 14px
}

.khichdi_box_pot {
  transition: .5s all;
  margin-bottom: 100px
}

.khichdi_box_pot:hover {
  transform: translateY(-10px)
}

.khichdi_box_pot:hover .box_pot_rupee {
  background: var(--secondary-color)
}

.khichdi_box_pot:hover .box_pot_rupee h4 {
  color: #fff
}

.flex_boxxx_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0
}

.human_img_box {
  text-align: right;
  margin-right: -60px
}

.human_img {
  width: 100%
}

.medicine_donation_img {
  width: 95%
}

.service-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.fix_img_service {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 48px
}

.service_content {
  width: 93%;
  margin: auto
}

.parent_container {
  position: relative;
  margin-bottom: 50px;
  background: var(--background-theme);
  border-radius: 48px;
  width: 49%
}

.hover_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0
}

.hover_container .service_content {
  width: 100%
}

.hover_container .font_24_here {
  width: 100% !important;
  color: #fff !important;
  text-align: center !important
}

.hover_container .description_data {
  color: #fff !important;
  text-align: center !important;
  width: 38%;
  margin: auto
}

.hover_button_containerr {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none
}

.hover_button_containerr:hover {
  background: #fff;
  color: #000
}

.parent_container:hover .hover_container {
  opacity: 1;
  width: 100%
}

.volunteer_box {
  padding: 24px;
  border-radius: 50px;
  background: var(--background-theme);
  overflow: hidden;
  height: 425px;
  margin-bottom: 30px
}

.parent_valunteer_box {
  position: relative;
  height: 380px
}

.volunterr_img {
  width: 100%;
  height: 280px;
  transition: .5s all;
  border-radius: 24px;
  object-fit: cover
}

.volunteer_name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px
}

.volunteer_location {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  margin: 0
margin-bottom:10px;
}

.volunteer_child_box {
  text-align: center;
  margin-top: 45px
}

.volunteer_box:hover img {
  height: 379px
}

.volunteer_details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 24px 24px
}

.volunteer_box:hover .volunteer_details {
  background: #ffa258e6
}

.volunteer_box:hover .volunteer_child_box {
  margin-top: 0;
  padding: 20px 0
}

.volunteer_box:hover .volunteer_name {
  color: #fff;
  margin-bottom: 0
}

.volunteer_box:hover .volunteer_location {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px
}

.address_list {
  padding: 0;
  margin: 0
}

.address_list_items {
  display: flex;
  gap: 35px;
  margin-bottom: 20px
}

.address_description {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px
}

.svg_iconF {
  height: 22px;
  width: 20px
}

.form_bg {
  padding: 72px 24px;
  background: var(--background-theme);
  border-radius: 24px
}

.inpt_style {
  padding: 12px 24px;
  font-size: 18px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 24px;
  margin-bottom: 20px
}

textarea.inpt_style {
  height: 160px
}

.submitBtn_query {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  transition: .5s all;
  border: none;
  outline: none;
  width: 100%
}

.submitBtn_query:hover {
  background: var(--secondary-color);
  transform: translateY(-5px);
  box-shadow: 0 0 10px -5px rgb(0 0 0 / .5)
}

.donation_list {
  padding: 0;
  margin: 0
}

.donatin_list_itemss {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  width: 70%;
  font-size: 16px
}

.donation_list_pricess {
  font-weight: 700
}

.donation_name_list {
  font-weight: 400
}

.note_bottom {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 30px
}

.contact_name {
  font-size: 18px
}

.contact_num {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-color)
}

.contact_box_det {
  margin-bottom: 24px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  cursor: pointer
}

.contact_box_det:hover {
  border: 2px solid var(--secondary-color)
}

.docuemnt_boxx {
  margin-top: 24px;
  position: relative;
  border: 2px solid #000;
  border-radius: 10px
}

.download_pdf {
  background: #000;
  text-align: end;
  padding: 15px 25px
}

.download_pdf svg {
  color: #fff;
  height: 20px;
  width: 20px
}

.main_box_img {
  background: #f2f2f2;
  border-radius: 0 0 10px 10px
}

.main_box_img .description_data {
  margin: 0;
  padding: 10px 0;
  text-align: center
}

.locations-section {
  padding-bottom: 20px
}

.locations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.locations a {
  background-color: #9f4435;
  color: #fff;
  border: 1px solid #9f4435;
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none
}

.locations a:hover {
  background-color: #9f4435;
  color: #fff
}

.work_by_bhawna_ul {
  padding-left: 15px
}

.our_target_ul {
  padding: 0
}

.donation_listss {
  width: 100%
}

th.description_data {
  font-weight: 700
}

.numbericList {
  list-style: disc;
  padding-left: 20px
}

.whats_box {
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  background: #fff
}

.wht_sapn svg {
  height: 40px;
  width: 40px;
  color: green
}

.newbtn_here {
  width: 20%;
  margin: auto;
  margin-top: 23px
}

.section-thanks .header {
  font-size: 410%;
  font-weight: 600
}

.section-thanks .sub-header {
  font-size: 160%
}

.section-thanks {
  text-align: center;
  width: 80%;
  margin: auto
}

.thankyou_img {
  width: 61%;
  margin-bottom: 22px;
}

.text_cotr {
  width: 50%;
  margin: auto;
  font-weight: 300;
  margin-top: 20px;
  font-size: 16px
}

.linkbutton {
  width: fit-content;
  padding: 10px 50px;
  text-align: center;
  margin: auto;
  margin-top: 29px;
  font-size: 16px
}

.star-rating {
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.star-rating .star {
  font-size: 18px;
  color: #ddd;
  margin: 0 2px
}

.star-rating .star.filled {
  color: gold
}

.imp_link_list {
  margin-bottom: 20px
}

.banner_video {
  height: 759px
}

.banner_video video {
  height: 100%;
  object-fit: cover !important
}

.banner_bottom_section {
  padding-top: 0;
  padding-bottom: 80px
}

.bg_style_target {
  padding: 80px 0
}

.width_title {
  width: 65%;
  margin: auto;
  line-height: 58px
}

.subttle_box {
  margin-top: 50px
}

.subttle_box .font_24_here {
  width: 100%
}

.animate_button_box {
  display: flex;
  align-items: center;
  justify-content: center
}

.animate_anchor {
  font-size: 18px;
  padding: 11.5px 66.5px;
  background: none;
  color: #af3d2d;
  transition: .5s all;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #af3d2d;
  font-weight: 700
}

.animate_anchor:hover {
  padding: 11.5px 120px;
  background: linear-gradient(135deg, #fff, #ffa258, #af3d2d, #ffa258, #fff);
  color: #fff
}

.hero-seccton {
  margin-top: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 50px
}

.newone_hero .heading_title,
.newone_hero .font_24_here {
  color: #4f2b00;
  width: 100%
}

.hero-seccton .animal_img {
  width: 80%
}

.newone_hero .subtitle_headingg {
  color: #ffa258
}

.newone_hero .link_primary {
  background: none;
  color: #9f4435
}

.newone_hero .link_Channge {
  color: #ffa258;
  background: #fff
}

.color_change {
  color: #fff
}

.card-bnnoxx {
  margin-top: 40px
}

.mangal-box-img img {
  height: 210px;
  width: 210px !important;
  padding: 5px;
  background: #af3d2d;
  border-radius: 50%;
  transition: .5s all;
  margin: auto;
  margin-bottom: 20px
}

.card-bnnoxx:hover .mangal-box-img img {
  background: none;
  padding: 0px !important;
  transform: rotateY(180deg)
}

.position_title {
  color: #fff;
  font-weight: 400
}

.real-name {
  font-weight: 700;
  color: #fff
}

.title_sect {
  background: #492C02;
  padding-bottom: 50px;
  text-align: center;
  margin-top: -1px !important
}

.notific_text {
  color: #ffa258;
  margin-bottom: 0
}

section.service_panel {
  position: relative;
  padding: 80px 0 100px 0 ! important
}

.empty-ele {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 480px;
  width: 480px;
  background: none;
  border: 2px dashed #fff;
  border-radius: 50%
}

.content_ele .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px
}

.img_box_serc {
  text-align: center;
  animation: flip 10s infinite linear;
}

.content_ele {
  position: relative;
  z-index: 1
}

.img_box_serc img {
  width: 94%;
  margin: auto
}

.mrg_top {
  margin-top: 50px
}

.center_img {
  scale: 1.3;
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

.videos-items video{
  border-radius: 20px;
  width: 100%;
}
.bg_style_target {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }


.style-differ {
  background: linear-gradient(0deg, #FFA258, #FFF6E0)
}

.mangal-slider {
    margin-top: 50px;
}

@media (min-width:1380px) and (max-width:1700px){
  .empty-ele{
        height: 630px !important;
    top: 55% !important;
    width: 630px !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .banner_video {
    height: 432px
  }

.mangal-slider {
    margin-top: 20px;
}

  .revese_colm {
    flex-direction: row !important
  }

  .bg_style_target {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding: 50px 0
  }
}

@media(max-width:767px) {
  .banner_video {
    height: 232px
  }

  .bg_style_target {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding: 50px 0
  }

  .width_title {
    width: 100%;
    line-height: 38px
  }

  .hero-seccton {
    margin-top: 50px
  }

  .hero-seccton {
    padding: 40px 20px
  }

  .banner_bottom_section {
    padding-bottom: 50px
  }

  .mrg_top {
    margin-top: 20px
  }

  .content_ele .row {
    gap: 0
  }

  .center_img {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .empty-ele {
    height: 291px;
    top: 53%;
    width: 270px;
  }

  .animate_anchor {
    font-size: 16px;
    padding: 11.5px 46.5px
  }

  .animate_anchor:hover {
    padding: 11.5px 60.5px
  }

  .title_sect {
    margin-top: -1px
  }

  .newlatter_sec .flex_alignBox {
    border-radius: 20px
  }
}

.social_sidebar {
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
  padding: 8px 6px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 10px -5px rgb(0 0 0 / .5)
}

.social_sidebar a {
  height: 40px;
  width: 40px;
  line-height: 0;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  background: #fff;
  color: #9f4435
}

@media(max-width:768px) {
  .social_sidebar {
    display: none
  }

  .footer_qr_s {
    margin-top: 20px
  }
  .service_name_heading{
    font-size: 18px;
  }
}