* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Varela Round", sans-serif;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Varela Round", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #848e9f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

span {
  display: block;
  font-family: "Varela Round", sans-serif;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_add {
  background: #fe0231;
  padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  background-color: #2e3192;
  padding: 8px 0;
}

.top_mail a {
  color: #fff;

}

.top_mail .socal_media {
  margin-top: 0;
}

.top_mail2 {
  text-align: right;
}

header {
  position: relative;
  overflow: hidden;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .logo img {
  width: 70px;
}

.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background: #2d2f8f;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background: #2d2f8f;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
  
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 290px;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 8px;
  border-radius: 3px;
}

.navigation li {
  padding: 17px 24px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 35px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.top_btn {
  border-radius: 5px;
  padding-right: 7px;
  position: relative;
  cursor: pointer;
}

.top_btn a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #2d2f8f;
}

.top_btn form {
  display: flex;
}

.top_btn button {
  border: none;
  background-color: #fff;
  width: 50px;
  color: #000;
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.droupdown li a:hover {
  background: #2d2f8f;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    z-index: 99;
    position: absolute;
}
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

/* .head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(28, 12, 6, 0.45);
} */


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;
}


.top .row {
  align-items: center;
}

.top_form input {
  width: 90%;
  border-radius: 3px 0px 0px 3px;
}

.top_form button {
  width: 10%;
  border: none;
  background-color: #000;
  color: #fff;
}

.top_form form {
  display: flex;
}

.top_form input {
  outline: none;
  border: none;
  padding: 8px;
}

.top_btn img {
  width: 40px;
  /* background-color: #fff; */
  border-radius: 50px;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}
.robotic ul li {
    padding:14px 48px;
    margin: 5px 0;
        position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.robotic ul li:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 1.2rem;
    border-radius: 50%;
    color: #f13b3b;
    left: 13px;
    top: 11px;
}

.ab_img img {
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
      height: 300px;
    object-fit: cover;
}
.ab_1{
    margin-top:30px;
}
.big_head {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.small_head {
  color: #2d2f8f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}


.ab_1 .row {
  align-items: center;
}

.feat_box img {
  width: 60px;
  margin-bottom: 10px;
}

.feat_box {
        height: 288px;
   position: relative;
    border-radius: 6px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    padding: 40px 30px 10px;
    overflow: hidden;
    background: #2d2f8f;
    margin-top: 20px;

}
.feat_box p{
    color:#fff;
}

.feat_box:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transform: none;
  background-color: rgb(255 255 255 / 13%);
  transition: .3s;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}

.margin {
  margin: 60px 0;
}

.medical {
  color: #fff;
  font-size: 20px;
}

.product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.pro_item {
     text-align: left;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    height: 462px;
}

.pro_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: #2d2f8f;
  transition: ease-in-out .5s;
}

.pro_item:hover::after {
  top: 0;
}

.pro_item:hover p {
  color: #fff;
}

.pro_item:hover .pro_head {
  color: #fff;
}

.pro_item:hover a {
  color: #fff;
}

.pro_item img {
  height: 250px;
  object-fit: cover;
  position: relative;
  z-index: 9;
  transition: ease-in-out .2s;
  margin-bottom: 15px;
}

.pro_item p {
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}

.pro_head {
  font-size: 19px;
  margin: 10px 0;
  font-weight: 600;
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}

.pro_item a {
  color: #2d2f8f;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots button {
  background-color: #2e3192;
  font-size: 0;
  margin: 2px;
  padding: 6px;
  border-radius: 10px;
  border: none;
}

.slick-dots .slick-active button {
  background-color: #000;
}

.animation_1 {
  position: absolute;
  top: 5%;
  right: 0;
  width: 300px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}


.ab_all_img img:first-child {
  width: 70%;
  border-radius: 10px;
}

.ab_all_img {
  position: relative;
}

.ab_all_img img:last-child {
  position: absolute;
  width: 50%;
  border-radius: 10px;
  right: 0;
  bottom: -100px;
}

.main_img {
  position: sticky;
  top: 100px;
}
.faq {
    margin-top: 150px;
}
.details ul li{
    list-style: disc;
    margin:8px 0;
}
.details ul{
    padding-left:20px;
}
.details h2{
    font-size:25px;
}
.ab_img {
    position: sticky;
    top: 100px;
}
.animation_2 {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 100px;
  animation: alltuchtopdown2 3s ease-in-out 1s infinite alternate;
  animation-duration: 3.5s;
}
.course-panel li {
    color: #696e76;
    list-style: circle;
    margin-bottom: 10px;
}



@keyframes alltuchtopdown2 {
  0% {
    transform: rotateZ(180deg)
  }

  50% {
    transform: rotateZ(0deg)
  }

  to {
    transform: rotateZ(180deg)
  }
}


.animation_3 {
  position: absolute;
  left: 20px;
  bottom: -120px;
  width: 150px;
  animation: alltuchtopdown3 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}


@keyframes alltuchtopdown3 {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateX(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

.ab_text ul li {
  position: relative;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
  padding-left: 35px;
}

.ab_text ul {

  display: flex;
  flex-wrap: wrap;
}

.ab_text ul li::after {
  content: ">";
  position: absolute;
  left: 0;
  background-color: #2e3192;
  width: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}






button.course-accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.course-accordion.active:after {
  content: "\2212";
}

.course-panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 96%;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, .88);
}

.accdion {
  text-align: left;
}

.accdion button {
  border: none;
  width: 100%;
  text-align: left;
  background-color: #2d2f8f;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

button.course-accordion.active {
  background: #000;
}

.faq .row {
  align-items: center;
}

.faq .img {
  padding: 35px 0px 42px 42px;
  text-align: right;
  position: relative;
}

.faq .img::after {
  content: "";
  width: 200px;
  height: 100%;
  background-color: #2d2f8f;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}

.faq .img img {
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.emergency_box ul li {
  position: relative;
  font-size: 18px;
  margin: 20px 0;
  padding-left: 40px;
  color: #fff;
}

.emergency_box ul li::after {
  content: ">";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  padding-top: 2px;
}

.emergency {
  background-color: #2d2f8f;
  padding: 60px 0;
}

.emergency .small_head {
  color: #fff;
}

.emergency .big_head {
  color: #fff;
}

.emergency p {
  color: #fff;
}

.em_email {
  background-color: #fff;
  margin: 5px;
  width: 48%;
  padding: 10px 8px;
  border-radius: 8px;
  transition: ease-in-out .2s;
}

.em_contact {
  display: flex;
  flex-wrap: wrap;
}

.em_email i {
  background-color: #2e3192;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.em_email a {
  color: #000;
  font-weight: 600;
}

.em_email:last-child {
  width: 100%;
}

.em_email:hover {
  background-color: #000;
}

.em_email:hover a {
  color: #fff;
}

.why_box img {
  width: 90px;
  position: relative;
  z-index: 9;
}

.why_box {
  height: 410px;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: ease-in-out .5s;
  text-align: left;
}

.why_box p {
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}

.why_head {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  position: relative;
  z-index: 9;
  transition: ease-in-out .5s;
}

.why_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: #2d2f8f;
  transition: ease-in-out .5s;
}

.why_box:hover::after {
  top: 0;
}

.why_box:hover .why_head {
  color: #fff;
}

.why_box:hover p {
  color: #fff;
}

.contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact form {
  padding: 50px 50px;
  background-color: #000000a8;
  height: 100%;
}

.contact form input,
select,
textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  outline: none;
  border-radius: 3px;
  border: none;
}

.all_btn {
  background-color: #2d2f8f;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #2d2f8f;
  border: none;
  transition: ease-in-out .2s;
}

.all_btn:hover {
  background-color: #000;
}

.contact form .big_head {
  color: #fff;
}

.form_text {
  background-color: #f2f2f2;
  padding: 30px;
  height: 100%;
}

.contact form p {
  color: #fff;
}

.form_box img {
  width: 50px;
  margin-right: 15px;
}

.form_box {
  display: flex;
  align-items: self-start;
  margin: 30px 0;
}

.f_head {
  font-size: 20px;
  font-weight: 600;
}

.map {
  position: relative;
}

.map_contact {
  background-color: #2d2f8f;
  position: absolute;
  left: 8.5%;
  top: 0;
  height: 100%;
  width: 358px;
  padding: 30px 30px;
}

.map_contact .working {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.all_seloudel {
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #535353;
  padding: 13px 0;
}

.Title {
  font-weight: 600;
}

.booking {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.map_contact p {
  text-align: center;
  color: #fff;
}

footer {
  background-color: #2d2f8f;
}

.foot_top {
  background-color: #fff;
}

.foot_top .row {
  align-items: center;
}

.foot_logo {
  background-color: #eee;
  padding: 10px;
}

.care {
  font-size: 25px;
  font-weight: 600;
  color: #2d2f8f;
}

.socal_media a {
  font-size: 25px;
  color: #2d2f8f;
  margin: 8px;
}

.socal_media {
  text-align: right;
  padding-right: 15px;
}

.foot_nav ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.foot_nav ul li {
  margin: 10px 0;
}

.foot_ser ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_ser ul li a {
  color: #fff;
}

.foot_ser ul li {
  margin: 6px 11px;
  font-size: 14px;
}

.foot_con a {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.call_24 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0;
}

.foot_con p {
  color: #fff;
  font-size: 14px;
}

.copyright {
  text-align: center;
  background-color: #fff;
  margin-top: 40px;
  padding: 10px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #000;
}

.copyright p a {
  color: #000;
  text-decoration: underline !important;
}

.test_item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px;
  text-align: left;
  border-radius: 8px;
  height:350px;
}

.star {
  width: 150px;
  margin-bottom: 15px;
}

.name {
  font-size: 20px;
  color: #2d2f8f;
  font-weight: 600;
  display: inline-block;
}

.con_img {
  width: 80px;
  border-radius: 50%;
  display: inline-block !important;
  margin-right: 20px;
}


.provide {
  background-color: #2d2f8f;
  padding: 60px 0;
}

.provide .small_head {
  color: #fff;
}

.provide .big_head {
  color: #fff;
  font-size: 25px;
}

.provide .img {
  text-align: center;
}

.provide .img img {
  width: 70%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}


.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #000;
}

.tabs__btn:hover {
  background-color: #000;
  color: #fff;
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.tabs__navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.tabs__btn {
  background-color: #fff;
  padding: 8px 16px;
  margin: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.tabs__body img {
  height: 300px;
  object-fit: cover;
  border-radius: 5px;

}

.top_item img {
  height: 250px;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
}

.top_item {
  margin: 5px;
}

.top_item span {
  font-size: 16px;
  margin: 8px;
  font-weight: 600;
  color: #2d2f8f;
  text-align: center;
}

.marcket-plase a{
  margin-bottom: 10px;
  font-size:15px;
}

.marcket-plase a:hover{
  color: #fff;
}

.socal_media_left{
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 99;
}
.socal_media_left a{
  display: block;
  color: #fff;
  background-color: #2d2f8f;
  padding: 8px 10px;
  margin-top: 5px;
}
.socal_media_left a:hover{
  background-color: #000;
  color: #fff;
}

#searchResults li img{
    width:60px;
    margin-right:10px;
}
#searchResults li{
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#searchResults li a{
    color:#000;
    
}
ul#searchResults {
    position: absolute;
    width: 100%;
    z-index: 9999;
    /*background: #fff;*/
}
.top_form {
    position: relative;
}

#searchResults li:hover{
    background: #2d2f8f;
}

#searchResults li:hover a{
    color:#fff;
}


.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 54px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #2d2f8f;
  color: #fff;
  padding: 6px 11px;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 5px;
}
.social-share button:hover{
  background-color: #000;
}
.share-btn-box{
  margin-top: 20px;
}

.right_hight {
    font-size: 23px;
    margin-bottom: 8px;
}
.blog_right ul li a{
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 8px 13px;
    background: #2d2f8f;
    margin-bottom: 3px;
    transition: .3s;
}
.blog_right ul li a:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.head_pera{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog_text{
    text-align: left;
        padding: 17px;
}
.blog_item{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:10px;
}
.blog_head {
    font-size: 19px;
    margin-bottom: 6px;
    color: #000000;
}
.blog_text a {
    font-size: 18px;
    display: block;
    color: #2d2f8f;
    font-weight: 600;
    margin-top: 9px;
}

.booking{
    font-size:20px;
    color:#fff;
}
.custom-model-inner .all_btn{
        background-color: #000;
}

  .custom-model-main {
            text-align: center;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-overflow-scrolling: touch;
            outline: 0;
            opacity: 0;
            -webkit-transition: opacity 0.15s linear, z-index 0.15;
            -o-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
            z-index: -1;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .model-open {
            z-index: 99999;
            opacity: 1;
            overflow: hidden;
        }

        .custom-model-inner {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            -o-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            display: inline-block;
            vertical-align: middle;
            width: 600px;
            margin: 30px auto;
            max-width: 97%;
        }

        .custom-model-wrap {
            display: block;
            width: 100%;
            position: relative;
            background-color: #2d2f8f;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            text-align: left;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-height: calc(100vh - 70px);
            overflow-y: auto;
        }
        .custom-model-wrap input{
                width: 100%;
            margin: 8px 0;
            padding: 10px;
            outline: none;
            border-radius: 3px;
            border: none;
        }

        .model-open .custom-model-inner {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: relative;
            z-index: 999;
        }

        .model-open .bg-overlay {
            background: rgba(0, 0, 0, 0.6);
            z-index: 99;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            height: 100vh;
            width: 100%;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            -webkit-transition: background 0.15s linear;
            -o-transition: background 0.15s linear;
            transition: background 0.15s linear;
        }

        .close-btn {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            z-index: 99;
            font-size: 30px;
            color: #fff;
            background: #000;
            width: 43px;

        }

        @media screen and (min-width:800px) {
            .custom-model-main:before {
                content: "";
                display: inline-block;
                height: auto;
                vertical-align: middle;
                margin-right: -0px;
                height: 100%;
            }
        }

        @media screen and (max-width:799px) {
            .custom-model-inner {
                margin-top: 45px;
            }
        }



@media only screen and (max-width: 991px) {
  .top .top_btn {
    display: none;
  }

  .navigation li {
    padding: 17px 13px;
  }

  .navigation li a {
    font-size: 17px;
  }
  .ab_text{
    margin-top: 150px;
  }
  .emergency_box{
    margin-bottom: 20px;
  }
  .why_box{
    margin-bottom: 10px;
  }
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  nav{
    padding: 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  .logo{
    margin-bottom: 10px;
    text-align: center;
  }
  .head_item img{
    height: auto;
  }
  .big_head{
    font-size: 30px;
  }
  .ab_img{
    margin-bottom: 15px;
  }
  .inner_header img{
    height: 400px;
  }
  .why_box {
   height: auto;
  }
}

@media only screen and (max-width: 650px) {
  .margin{
    margin: 25px 0;
  }
  .big_head{
    font-size: 22px;
  }
  .foot_top{
    text-align: center;
  }
  .socal_media{
    text-align: center;
    padding-bottom: 10px;
  }
  .care{
    margin: 10px 0;
  }
  .foot_con a{
    font-size: 30px
  }
  .map_contact{
    position: relative;
  }
  .map_contact{
    width: 100%;
    left: 0;
  }
  .map iframe{
    height: auto;
  }
  .inner_header img{
    height: 250px;
  }
  .inner_hrad{
    font-size: 25px;
  }
  .feat_box {
        height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .em_email{
    width: 100%;
  }
  .ab_text ul li{
    width: 100%;
  }
  .animation_1{
    display: none;
  }
}

section.animation{
    position:relative;
    z-index:0;
        overflow: hidden;
}
    .ambulance {
    position:absolute;
    left:0%;
    z-index:99;
    bottom:85px;
    height:30px;
    width:100%;
    animation: move_car 10s linear infinite backwards;
} 
    .ambulance img{
        width:155px;
    }

@keyframes move_car{
    	from { transform: translateX(-5%);}
	to { transform: translatex(110%);}
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999;
}