/********** Template CSS **********/
:root {
  --primary: #2EB872;
  --light: #F3F4F5;
  --dark: #282F34;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6{
  /* font-family: "Changa One", serif; */
  font-family: 'IcoMoon-Free';
font-weight: 400;
font-style: normal;
font-weight: 300;
}

.main_top_link_section a{
  font-family: 'IcoMoon-Free';
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar .navbar-brand img {
  max-height: 75px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #154c8e;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.header-bg {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}
.about_page_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/banner_7.png') center center no-repeat;
  background-size: cover;
}
.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #FFFFFF;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #154c8e;
  border: 1px solid #154c8e;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #154c8e;
  border-color: #154c8e;
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #FFFFFF;
  transition: .5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #FFFFFF;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: #154c8e;
  border-color: #154c8e;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}


/*** Img Border ***/
.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid #154c8e;
}

.img-border img {
  position: absolute;
  /*top: 3rem;*/
  /*left: 3rem;*/
  /*width: calc(100% - 3rem);*/
  /*height: calc(100% - 3rem);*/
    top: 2rem;
  left: 2rem;
  width: calc(100% - 1rem);
  height: calc(100% - -3rem);
  object-fit: cover;
}

.img-border-two img {
  position: unset;
  width: 90%;
  height: 100%;
  object-fit: cover;
}
.img-border-two::before{
  position: unset;
  display: none;
}
/*** Facts & Visiting Hours ***/
.facts {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}

.visiting-hours {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.visiting-hours .list-group-item {
  display: flex;
  justify-content: space-between;
  color: var(--light);
  background: rgba(0, 0, 0, .15);
  border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
  color: var(--light);
  background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
  padding: .5rem 1rem;
  border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
  border: none;
}


/*** Animal ***/
.animal-item {
  position: relative;
  display: block;
}

.animal-item .animal-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px !important;
  opacity: 0;
  transition: .5s;
}

.animal-item:hover .animal-text {
  opacity: 1;
  padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
  padding: 45px 30px;
  color: #FFFFFF;
  /* background: rgba(0, 0, 0, .7); */
  background: rgb(0 0 0 / 85%);
  height: 450px;
}

.membership-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.membership-item .display-1 {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: #144f90;
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  border-color: #154c8e!important;
} 

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: #154c8e;
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}


/*** Footer ***/
.footer {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  transition: .3s;
  padding: 0px;
  border-radius: 100%;

}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.new_color_Code{
  color: #154c8e;
}
.button_effect_plus {
  margin-left: 20px;
}
.button_effect_plus a {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 99;
  background: #ffffff4d;
  width: 200px;
  padding: 10px 0px;
  border: solid 1px #154c8e;
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0px 0px 16px -4px rgb(0, 0, 0) inset; */
}
.button_effect_plus a:before, .button_effect_plus button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: 45px;
  box-shadow: 0px 0px 7px 0px black inset;
  background: linear-gradient(180deg, #0fafde 40%, #144f90 100%);
  z-index: -1;
  transition: .5s ease;

}
.button_effect_plus a:hover:before {
  width: 100%;
  top: 0px;
}
.main_mission_vision_section .inner_mission_vision_section{
  background-position: center center;
  background-size: cover;
border-radius: 10px;
padding: 0px;
width: 100%;
transition: 0.5s;
margin-top: 15px;
border-radius: 30px;
border: solid 2px #20b2aa;
}
.main_mission_vision_section .inner_mission_vision_section:hover{
  transition: 0.5s;
 /*box-shadow: 0px 0px 161px 95px rgb(152 202 71) inset;*/
}
.main_mission_vision_section .inner_mission_vision_section .inner_to_inner_vision_section svg{
  margin-bottom: 10px;
}
.main_mission_vision_section .inner_mission_vision_section .inner_to_inner_vision_section h3{
  /* font-size: 25px; */
  font-size: 17px;
}
.main_mission_vision_section .inner_mission_vision_section .inner_to_inner_vision_section{
  width: 100%;
}
.main_mission_vision_section .inner_mission_vision_section .inner_to_inner_vision_section .why_choose_us_img_section{
  width: 100%;
  overflow: hidden;
  height: 175px;
  margin-bottom: 10px;
}
.main_mission_vision_section .inner_mission_vision_section .inner_to_inner_vision_section .why_choose_us_img_section img{
  transition: 0.5s;
    width: 100%;
    /* height: 170px; */
    height:213px;
    overflow: hidden;
    object-fit: cover;
}


.pl_2{
  padding-left: 1.5rem;
}


.content_main_section_for_call {
  background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.808)), url('../img/born.png') center no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.content_main_section_for_call .inner_content_section_for_text{
  /* border: solid 1px silver; */
  border-radius: 5px;
  background: #ffffff33;
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 20px -4px #000000 inset;
  padding: 20px;
}

.content_main_section_for_call .inner_content_section_for_text p{
  color: rgb(255, 255, 255);
}
.content_main_section_for_call .inner_content_section_for_text .button_section_in_content .btn_content_link i{
font-size: 25px;
}
.content_main_section_for_call .inner_content_section_for_text .button_section_in_content .btn_content_link{
  width: 136px;
  display: inline-block;
  border: solid 1px rgb(255, 255, 255);
  text-align: center;
  padding: 8px 0px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  transition: 0.5s;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.content_main_section_for_call .inner_content_section_for_text .button_section_in_content .btn_content_link:hover{
  background: linear-gradient(180deg, #0fafde 40%, #144f90 100%);
  border-radius: 10px;
  border: solid 1px white;
  transition: 0.5s;
}

.why_choose_us_main_section .inner_why_choose_us_section h2{
  font-size: 30px;
}


.why_choose_us_main_section .inner_why_choose_section_two::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid #144f90;
}

.call_top_header_section small{
  border: solid 1px rgb(0 0 0);
  text-align: center;
  padding: 5px 30px;
  font-weight: 400;
  color: rgb(0 0 0);
  transition: 0.5s;
}
.call_top_header_section small:hover{
  background: linear-gradient(180deg, #0fafde 40%, #144f90 100%);
  border-radius: 10px;
  border: solid 1px white;
  transition: 0.5s;
}
.call_top_header_section small:hover a{
  transition: 0.5s;
  color: white!important;
}
.btn_gallery_showroom{
  background-color: #154c8e;
}
.btn_primary{
  background-color: #154c8e;
}


.whatsapp_contact{
  position: fixed;
  /* display: none; */
  left: 45px;
  bottom: 5%;
  /* border-radius: 50% 50% 0 0; */
  border-radius: 20px;
  z-index: 99;
  animation: whatsapp 3s infinite;
  width: 185px;
}
.whatsapp_contact span{
  font-family: 'Poppins', sans-serif;
}
.whatsapp_contact{
  box-shadow: none;
}
.whatsapp_contact:hover{
  box-shadow: none;
}
.whatsapp_contact img{
width: 55px;
padding: 5px;
border-radius: 20px;

}

@keyframes whatsapp {
  0%{
      transform: scale(0.7);
      opacity: 0;
  }
  50% {
      transform: scale(0.9);
      opacity: 4;
  }
  100% {
      transform: scale(0.7);
      opacity: 0;
  }
}
.text-justify{
  text-align: justify;
}

.navbar .nav-item .dropdown-menu{
  width: 100%;
  min-width: 45rem;
  left: -100%;
  padding: 20px;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
  font-size: 13px;
  font-weight: 400;
}
.navbar-nav{
  margin: 0 auto;
}
.navbar .nav-item .dropdown-menu .menu_item_two{
  font-size: 15px;
  font-weight: 500;
}
.navbar .nav-item .menu_two_head{
  width: 100%;
  min-width: 15rem;
  left: 0%;
  padding: 10px;
}
.navbar .button_section_in_menu{
  background: none;
  color: #ff2323;
  box-shadow: 0px 0px 5px 0px #ff2323 inset;
  width: 130px;
  border-radius: 10px;
  display: none;
}
.navbar .button_section_in_menu{
  box-shadow: 0px 0px 5px 0px #20b2aa inset;
  border:none;
  padding: 3px 13px;
  transition: 0.5s;
  }
  .btn_section_for_top:hover{
    transition: 0.5s;
    background-color: #20b2aa;
    box-shadow: 0 0 0px #20b2aa, 
                0px 0px 10px #20b2aa, 
                0px 0px 30px #20b2aa00, 
                0px 0px 0px #20b2aa00;
    }
.navbar .button_section_in_menu:hover{
  background-color: #ffffff;
  color: #154c8e;
  box-shadow: 0px 0px 5px 0px black inset;
}
.list_section_content_two .inner_list_content_section .lise_ul_section{
  list-style: none;
}
.list_section_content_two .inner_list_content_section .lise_ul_section h3{
 font-weight: 300;
 color: orange;
}
.list_section_content_two .inner_list_content_section .lise_ul_section li{
  font-weight: 300;
  color: #154c8e;
 }

 .facts .counter_inner_section .counter_plus_sing{
  color: white;
  font-size: 35px;
 }

.specialty_services_main_section .top_details_section{
  background-color: #ebebeb;
  box-shadow: 0px 0px 10px 0px black inset;
  border-radius: 5px;
  padding: 30px;
}


.specialty_services_main_section .inner_specialty_services_section {
  padding: 30px 0px;
  transition: 0.5s;
  height: 265px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_1.png') center no-repeat;
  background-size: cover;
  border-radius:50px;
  z-index: 9;
}
.specialty_services_main_section .specialty_services_two {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_2.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_three {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_3.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_four {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_4.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_five {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_5.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_six {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_6.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_seven {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_7.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .specialty_services_eight {
  background: linear-gradient(rgba(0 0 0 / 90%), rgba(0 0 0 / 90%)), url('../img/service_one/service_8.png') center no-repeat;
  background-size: cover;
}
.specialty_services_main_section .top_details_section:hover {
  background-color: #ffffff;
  transition: 0.5s;
  justify-content: start;
}
.specialty_services_main_section .top_details_section:hover i {
  transition: 0.5s;
  font-size: 70px;
  margin: 0 auto;
  color: #fd5d14;
}
.specialty_services_main_section .top_details_section:hover a {
  transition: 0.5s;
}
.specialty_services_main_section .top_details_section:hover .card-body h2 {
  font-size: 18px;
  transition: 0.5s;
  color: white!important;
}
.specialty_services_main_section .top_details_section:hover p {
  transition: 0.5s;
}
.specialty_services_main_section .top_details_section i {
  color: rgb(255, 255, 255);
  font-size: 100px;
  margin: 100px auto;
  transition: 0.5s;
  justify-content: center;
}
.specialty_services_main_section .top_details_section h2 {
  font-size: 18px;
  transition: 0.5s;
}
.specialty_services_main_section .top_details_section #Layer_1{
  transition: 0.5s;
  /* width: 30%;
  border-radius: 100%; */
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.specialty_services_main_section .top_details_section:hover #Layer_1{
  margin:0px 0px;
  transition: 0.5s;
}

.specialty_services_main_section .main_button_red_two span {
  background-color: #a12c2f;
  border: #a12c2f solid 2px;
  border-radius: 5px;
  color: white;
  transition: 0.5s;
  width: 200px;
  padding: 0px 0.75rem;
}

.specialty_services_main_section .main_button_red span {
  color: rgb(0, 0, 0) !important;
}

.specialty_services_main_section .main_button_red_two span:hover {
  background: none;
  border: #a12c2f solid 2px;
  color: #a12c2f;
  transition: 0.5s;
}


.specialty_services_main_section .inner_specialty_services_section::before {
  content: "";
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #00ff7d, #1ab2dc);
  box-shadow: 0px 0px 13px 2px rgb(0, 0, 0) inset;
  z-index: -1;
  border-radius: 20px;
  transition: 0.5s;
}
.specialty_services_main_section .inner_specialty_services_section:hover:before {
top: 0px;
transition: 0.5s;
}
.btn_section_for_top{
/* background-color: #ff2323; */
border-radius: 10px;
color: #ff2323;
box-shadow: 0px 0px 5px 0px #20b2aa inset;
border:none;
padding: 3px 13px;
transition: 0.5s;
}
.btn_section_for_top:hover{
  transition: 0.5s;
  background-color: #3deee4;
  box-shadow: 0 0 0px #20b2aa, 
              0px 0px 10px #20b2aa, 
              0px 0px 30px #20b2aa00, 
              0px 0px 0px #20b2aa00;
  }
.btn_section_for_top .div_top_inner p{
  color:#ff2323;
  margin-bottom: 0px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: TopButton;
  animation-timing-function: linear;
  display: block;
}

@keyframes TopButton {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(0.8);
  }

  100% {
      transform: scale(1);

  }
}





.btn_section_for_top i{
  font-size: 25px;
  margin-right: 10px;
}
.btn_section_for_top_two{
  /* background-color: #144f90; */
  border-radius: 5px;
  color: #ff2323;
  box-shadow: 0px 0px 3px 0px black inset;
  border:none;
  padding: 10px 13px;
  }
.btn_section_for_top_two i{
  font-size: 45px;
  margin-right: 10px;
  color: #ff2323;
  transition: 0.5s;
}
.btn_section_for_top_two .div_top_inner_two p{
  margin-bottom: 0px;
  font-size: 15px;
  color: #ff2323;
  transition: 0.5s;
}
.btn_section_for_top_two .div_top_inner_two a{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #ff2323;
  transition: 0.5s;
}
.btn_section_for_top_two .div_top_inner_two .color_change_on_hover:hover{
  color: #105097;
  transition: 0.5s;
}
.btn_section_for_top_two:hover i, 
.btn_section_for_top_two:hover .div_top_inner_two a, 
.btn_section_for_top_two:hover .div_top_inner_two p{
  color: #ff2323;
  transition: 0.5s;
}


.regular_service_main_secction .top_details_section{
  background-color: #ebebeb;
  box-shadow: 0px 0px 10px 0px black inset;
  border-radius: 5px;
  padding: 30px;
}
.regular_service_main_secction .inner_regular_services_section {
  padding: 30px;
  transition: 0.5s;
  height: 300px;
  overflow: hidden;
  position: relative;
  /* justify-content: center; */
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_9.png') center no-repeat;
  background-size: cover;
  border-radius:50px;
  /* 4, 15, 40, 0.7 */
}
.regular_service_main_secction .regular_services_two {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_10.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_three {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_11.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_four {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_12.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_five {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_13.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_six {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_14.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_seven {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_15.png') center no-repeat;
  background-size: cover;
}
.regular_service_main_secction .regular_services_eight {
  background: linear-gradient(rgba(255 255 255 / 70%), rgba(255 255 255 / 70%)), url('../img/service_one/service_16.png') center no-repeat;
  background-size: cover;
}

.regular_service_main_secction .top_details_section .card-body {
  position: absolute;
  top: 400px;
  left: 0;
  transition: 0.5s;
  width: 100%;
}
.regular_service_main_secction .top_details_section:hover .card-body {
  top: 100px !important;
  transition: 0.5s;
  left: 0;
}
.regular_service_main_secction .top_details_section:hover {
  background-color: #ffffff;
  transition: 0.5s;
  /* border: solid 1px #040F28; */
  justify-content: start;
  border-radius: 50px 0px 50px 0px;
}
.regular_service_main_secction .top_details_section:hover i {
  /* color:#040F28!important; */
  transition: 0.5s;
  font-size: 70px;
  margin: 0 auto;
  color: #fd5d14;
}
.regular_service_main_secction .top_details_section:hover a {
  /* color:#040F28!important; */
  transition: 0.5s;
}
.regular_service_main_secction .top_details_section:hover h2 {
  font-size: 25px;
  transition: 0.5s;
}
.regular_service_main_secction .top_details_section:hover p {
  /* color:#040F28!important; */
  transition: 0.5s;
}
.regular_service_main_secction .top_details_section i {
  color: rgb(255, 255, 255);
  font-size: 100px;
  /* margin: 100px 0px 100px 0px; */
  margin: 100px auto;
  transition: 0.5s;
  justify-content: center;
}
.regular_service_main_secction .top_details_section h2 {
  font-size: 25px;
  transition: 0.5s;
}
.regular_service_main_secction .top_details_section #Layer_1{
  margin:60px 0px;
  z-index: 9;
  transition: 0.5s;
}
.regular_service_main_secction .top_details_section:hover #Layer_1{
  margin:0px 0px;
  height: 60px;
  transition: 0.5s;
}

.regular_service_main_secction .main_button_red_two span {
  background-color: #a12c2f;
  border: #a12c2f solid 2px;
  border-radius: 5px;
  color: white;
  transition: 0.5s;
  width: 200px;
}

.regular_service_main_secction .main_button_red span {
  color: rgb(0, 0, 0) !important;
}

.regular_service_main_secction .main_button_red_two span:hover {
  background: none;
  border: #a12c2f solid 2px;
  color: #a12c2f;
  transition: 0.5s;
}

.regular_service_main_secction .inner_regular_services_section::before {
  content: "";
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #0baedd, #154c8e);
  box-shadow: 0px 0px 13px 2px rgb(0, 0, 0) inset;
  z-index: 0;
  border-radius: 20px;
  transition: 0.5s;
  border-radius: 50px 0px 50px 0px;
}
.regular_service_main_secction .inner_regular_services_section:hover:before {
top: 0px;
transition: 0.5s;
}

.our_team_main_section .card {
height: 400px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #3eb6d9b3;
}

@keyframes border-transform-default {
0%, 100% {
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
14% {
  border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}
28% {
  border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
}
42% {
  border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
}
56% {
  border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
}
70% {
  border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
}
84% {
  border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
}
}

.our_team_main_section .inner_doctor_team_section_two {
height: 400px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #caeb94;
}
.our_team_main_section .inner_doctor_team_section_three {
height: 200px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #eba894;
}
.our_team_main_section .inner_doctor_team_section_four {
height: 200px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #94b0eb;
}
.our_team_main_section .inner_doctor_team_section_five {
height: 200px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #ca94eb;
}
.our_team_main_section .inner_doctor_team_section_six {
height: 200px;
  animation: border-transform-default 10s linear infinite alternate forwards;
  background-color: #eb94bb;
}


/* review section */
.review_main_section .review-carousel{
position: relative;
}
.review_main_section .review-carousel::before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
z-index: 1;
}

.review_main_section .review-carousel::after {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
z-index: 1;
}

@media (min-width: 768px) {
.review_main_section .review-carousel::before,
.review_main_section .review-carousel::after {
    width: 200px;
}
}

@media (min-width: 992px) {
.review_main_section .review-carousel::before,
.review_main_section .review-carousel::after {
    width: 300px;
}
}

.review_main_section .review-carousel .owl-item .testimonial-text {
background: var(--light);
transform: scale(.8);
transition: .5s;
}

.review_main_section .review-carousel .owl-item.center .testimonial-text {
background: #144f90;
transform: scale(1);
}

.review_main_section .review-carousel .owl-item .testimonial-text *,
.review_main_section .review-carousel .owl-item .testimonial-item img {
transition: .5s;
}

.review_main_section .review-carousel .owl-item.center .testimonial-text * {
color: var(--light) !important;
}

.review_main_section .review-carousel .owl-item.center .testimonial-item img {
border-color: #154c8e!important;
} 

.review_main_section .review-carousel .owl-nav {
position: absolute;
width: 180px;
top: -56px;
right: -4%;
transform: translateX(-50%);
display: flex;
justify-content: space-between;
transition: .5s;
z-index: 1;
}
.review_main_section .review-carousel .owl-nav .owl-prev,
.review_main_section .review-carousel .owl-nav .owl-next {
font-size: 30px;
color: #ffffff;
background-color: #13b1df;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px #ffffff inset;
width: 70px;
text-align: center;
}
.review_main_section .review-carousel .owl-nav .owl-prev:hover,
.review_main_section .review-carousel .owl-nav .owl-next:hover {
color: var(--dark);
}
.checked{
color:orange;
}
.review_main_section .review-carousel .new_section_add_slide{
height: 320px;
}
.effect-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.imgSpec {
  /* border: 2px solid #13b1df;
  border-radius: 55%;
  padding: 25px;
  width: 50%; */
  border: 2px solid #13b1df;
  border-radius: 55%;
  padding: 10px;
  width: 62%;
  overflow: hidden;
}
.regular_service_main_secction .imgSpec img{
  border-radius: 50%;
  transition: 0.5s;
  width: 165px;
  height: 170px;
  object-fit: cover;
}
.overlayIcon {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 0;
  top: 0%;
  overflow: hidden;
  width: 63%;
  /* height: 235px; */
  z-index: 999;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.overlayIcon > img {
  width: 100%;
  overflow: hidden;
}
.effect-image:hover .overlayIcon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about_main_secction {
  overflow: hidden;
  position: relative
}
.about_main_secction .spin-round-wrap {
  list-style: none;
  position: static
}
.about_main_secction .spin-round-wrap .spin-round {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-name: orbit2;
  animation-timing-function: linear;
  border-radius: 25%;
  display: block;
  height: 625px;
  left: 90%;
  position: absolute;
  top: -200px;
  width: 625px;
  z-index: -1;
  opacity: 0.2;
}

@keyframes orbit2 {
  0% {
      left: 70%;
      transform: scale(1.3);
  }
  50% {
      left: 30%;
      transform: scale(0.8);
  }
  100% {
      left: 70%;
      transform: scale(1.3);
  }
}



.vision_mission_section_two_on_top{
  position: relative;
  overflow: hidden;
}

.vision_mission_section_two_on_top::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -300px;
  right: -300px;
  border-radius: 300px;
  border: 100px solid #00ff7b54;
  animation: RotateMoveCircle 10s linear infinite;
  background: transparent;
  z-index: -1;
}

.vision_mission_section_two_on_top::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -300px;
  left: -300px;
  border-radius: 300px;
  border: 100px solid #00ff7b54;
  animation: RotateMoveCircletwo 10s linear infinite;
  background: transparent;
  z-index: -1;
}

@keyframes RotateMoveCircle {
0% {
  top: -200px;
}
50% {
  right: -100px;
}
75% {
  top: -100px;
}
100% {
  top: -200px;
}
}
@keyframes RotateMoveCircletwo {
  0% {
      bottom: -200px;
  }
  50% {
      left: -100px;
  }
  75% {
      bottom: -100px;
  }
  100% {
      left: -200px;
  }
  }

.regular_service_main_secction {
  overflow: hidden;
  position: relative
}

.regular_service_main_secction .spin-round-wrap {
  list-style: none;
  position: static
}

.regular_service_main_secction .spin-round-wrap .spin-round {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-name: orbit3;
  animation-timing-function: linear;
  border-radius: 25%;
  display: block;
  height: 625px;
  right: 90%;
  position: absolute;
  top: -200px;
  width: 625px;
  z-index: -1;
  opacity: 0.2;
}

@keyframes orbit3 {
  0% {
      right: 70%;
      transform: scale(1.3);
  }
  50% {
      right: 30%;
      transform: scale(0.8);
  }

  100% {
      right: 70%;
      transform: scale(1.3);
  }
}
.our_team_main_section {
  overflow: hidden;
  position: relative
}
.our_team_main_section .spin-round-wrap {
  list-style: none;
  position: static
}
.our_team_main_section .spin-round-wrap .spin-round {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-name: orbitTwo;
  animation-timing-function: linear;
  border-radius: 25%;
  display: block;
  height: 625px;
  left: 45%;
  position: absolute;
  top: -100px;
  width: 625px;
  z-index: -1;
  opacity: 0.2;
}
@keyframes orbitTwo {
  0% {
      left: 70%;
      transform: scale(1.3);
  }

  50% {
      left: 30%;
      transform: scale(0.8);
  }

  100% {
      left: 70%;
      transform: scale(1.3);

  }
}
.magic_botton_section {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  color: #ff2323;
  /* font-size: 16px; */
  /* text-decoration: none; */
  /* text-transform: uppercase; */
  overflow: hidden;
  transition: .5s;
  /* margin-top: 40px; */
  /* letter-spacing: 4px; */
  max-width:100%;
  width:100%;
}
.magic_botton_section:hover {
  /* background: #08b2e0; */
  color: #fff;
  border-radius: 5px;
  /* background-color: #3deee4; */
  box-shadow: 0 0 0px #20b2aa inset, 
  0px 0px 10px #20b2aa inset, 
  0px 0px 30px #20b2aa00 inset, 
  0px 0px 0px #20b2aa00 inset;
  /* box-shadow: 0 0 0px #08b2e0,
              0px 0px 10px #08b2e0,
              0px 0px 30px #08b2e0,
              0px 0px 70px #08b2e0; */
}
.magic_botton_section span {
  position: absolute;
  display: block;
}
.magic_botton_section span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff2323);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}
.magic_botton_section span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ff2323);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}
.magic_botton_section span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #ff2323);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}
.magic_botton_section span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ff2323);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
.magic_botton_section #submit_button_section {
  background: none;
  border: none;
  width: 100%;
}
.specialty_services_main_section .col-lg-2{
  width: 19.66667%;
}
.main_book_an_appointment .book_button .box_popup{
  background-color: #0baedd;
  width: 400px;
  border-radius: 20px;
}
.main_book_an_appointment .book_button .box_popup .book_inner_button {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: orbitButton;
  animation-timing-function: linear;
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  color: white;
 
}

@keyframes orbitButton {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(0.8);
  }

  100% {
      transform: scale(1);
  }
}

.top_inner_call_section .magic_botton_section .div_top_inner_two .login_line_color{
  margin:0px;
  background-color: black;
  opacity: 0.40;
}





.about_main_secction .about_page_content_section img{
  width: 100%;
    height: 90%;
}
.about_main_secction .about_page_content_section{
  display: flex;
  height: auto;
  align-items: center;
}

.service_page_one_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_1.webp') center center no-repeat;
  background-size: cover;
}
.service_page_two_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_9.webp') center center no-repeat;
  background-size: cover;
}
.service_page_three_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_8.webp') center center no-repeat;
  background-size: cover;
}
.service_page_four_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_2.webp') center center no-repeat;
  background-size: cover;
}
.service_page_five_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_3.webp') center center no-repeat;
  background-size: cover;
}
.service_page_six_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_5.webp') center center no-repeat;
  background-size: cover;
}
.service_page_seven_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_7.webp') center center no-repeat;
  background-size: cover;
}
.service_page_eight_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_4.webp') center center no-repeat;
  background-size: cover;
}
.service_page_nine_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_6.webp') center center no-repeat;
  background-size: cover;
}
.service_page_ten_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/service_banner/service_banner_10.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_one_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_one.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_two_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_two.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_three_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_three.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_four_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_four.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_five_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_five.webp') center center no-repeat;
  background-size: cover;
}
.why_choose_page_six_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/why_banner_six.webp') center center no-repeat;
  background-size: cover;
}

.color_danger_section{
  color: red;
}
.ragular_service_one_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_2.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_two_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_5.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_three_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_1.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_four_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_8.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_five_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_6.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_six_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_4.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_seven_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_7.webp') center center no-repeat;
  background-size: cover;
}
.ragular_service_eight_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/ragular_banner/service_banner_3.webp') center center no-repeat;
  background-size: cover;
}
.stray_policy_page_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/banner_8.webp') center center no-repeat;
  background-size: cover;
}
.blood_donation_page_main_banner_section{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/banner_9.webp') center center no-repeat;
  background-size: cover;
}
.career_page_main_banner{
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/banner/banner_10.webp') center center no-repeat;
  background-size: cover;
}
.list_style_section{
  list-style: none;
}


.silder_banner_main_section{
  border-top: solid 1px #154c8e;
  border-bottom: solid 1px #154c8e;
  /* box-shadow: 0px 0px 0px 0px #154c8e inset; */
}
.review_main_section .review_view_section_box{
  margin-bottom:6rem;
  }
.stray_policy_main_section .inner_stray_policy_section img{
  border-radius: 10px;
}
.main_carrer_section .inner_carrer_section{
  padding: 20px 20px 20px 20px;
    background-image: linear-gradient(177deg, #b9b9b9, #ffffff, #b9b9b9);
    box-shadow: 0px 0px 5px 0px rgb(0, 0, 0) inset;
    border-radius: 10px;
}
.main_carrer_section .inner_carrer_section .btn_color_section_career{
  /* background: red; */
  border:2px #154c8e solid;
    color: red;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}
.first_model_career_form .modal  .modal-content{
  border-radius: 5px !important;
  background: #3deee4;
  border: none;
  padding: 10px;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0px 0px 5px 0px black inset !important;
}
.first_model_career_form .modal  .modal-content .inner_model_content_section{
  border-radius: 5px;
  background: white;
  /* backdrop-filter: blur(20px); */
  padding: 10px;
  text-align: justify;
  box-shadow: 0px 0px 5px -4px rgb(0, 0, 0) inset;
}
.inner_team_section{
  background: #3deee4;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px black inset;
    border-radius: 5px;
}

.main_mission_vision_section .inner_mission_vision_section{
    position: relative;
    overflow: hidden;
  }
  .main_mission_vision_section .inner_mission_vision_section::before {
  content: "";
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #00ff7d, #1ab2dc);
  box-shadow: 0px 0px 13px 2px rgb(0, 0, 0) inset;
  z-index: -1;
  border-radius: 20px;
  transition: 0.5s;
}
.main_mission_vision_section .inner_mission_vision_section:hover:before {
top: 0px;
transition: 0.5s;
}
.img_view_point_chnage img {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 1rem);
  height: calc(100% - 7rem);
  object-fit: cover;
}