@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

#associates-slider .owl-nav .owl-next, #associates-slider .owl-nav .owl-prev {
  background-color: #ac244b;
  color: #fff;
  font-size: 24px;
  width: 36px;
  height: 36px;
  margin: 30px 8px;
  border-radius: 50px;
  padding: 0px 0px 0px 10px;
  display: inline-block;
}
#associates-slider .owl-nav {
  position: relative;
  margin-top: 30px;
  margin-left: 10px;
}
.associates-sec .container-fluid {
  padding-right: -3px;
    margin-left: -11px;
}
#associates-slider .owl-nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ac244b;
  top: 50%;
  right: -120px;
}
.cta-link h4 span {
  text-align: left;
  font: normal normal normal 15px/23px Poppins;
  letter-spacing: 1.27px;
  color: #FFFFFF;
  opacity: 1;
  display: block;
}
.cta-link {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 57px;
  background-size: 37px;
}
.cta-link h4 {
  text-align: left;
  font: normal normal bold 30px/54px Poppins;
  letter-spacing: 0.82px;
  color: #FFFFFF;
  opacity: 1;
}
.bor-top-w{
  border-top: 1px solid #ffffff24;
}
.row.hours-sec h3 span {
  font: normal normal 600 21px/30px Poppins;
}
.row.hours-sec h3 span strong {
    color:#fff;
}
.row.hours-sec h3 {
font:normal normal 500 17px/31px Poppins;
}
.copyright h5, .copyright h5 a{
  text-align: left;
  font: normal normal 500 24px/24px Poppins;
  letter-spacing: 1.8px;
  color: #FFFFFF; text-transform: none;
  opacity: 1;
}
.text-right-end h5{text-align: right;}
ul.pageScroll{
  top: calc(100% / 2 - 60px);
  position: fixed;
  height: auto;
  right: 10px;
}
.pageScroll li{
  list-style-type: none;
  width: 8px;
  height: 8px;
  background-color: brown;
  border-radius: 4px;
  margin: 20px 15px;
  transition: 0.3s ease;
}
.pageScroll li.active{
  background-color: yellow;
}
.section{
  width: 100%;
  height: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}
.doctors-area{padding: 50px 0px;}
.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 20%);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  box-shadow: none; border-radius: 40px;
}
.screenshot_slider .owl-item.center .item{
  transform: translate3d(0, 0, 0);
}
.screenshot_slider .owl-nav {
  text-align: center;
}
.screenshot_slider{
  position: relative;
}
.screenshot_slider:before {
  content: "";
  background-image: url(http://127.0.0.1:5500/images/doc-shadow.png);
  position: absolute;
  width: 100%;
  height: 500px;
  top: -135px;
  background-size: 490px;
  background-repeat: no-repeat;
  background-position: center;
}
.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.screenshot_slider.owl-carousel .owl-stage-outer{
  overflow: visible;
}
.screenshot_slider .owl-item{
  visibility: hidden;
}
.screenshot_slider .owl-item.active{
  visibility: visible;
}

.screenshot_slider .owl-item .item .doc-bio {
  display: none;
}
.screenshot_slider .owl-item.center .item .doc-bio {
  display: block;
}
.screenshot_slider .owl-item.center .item .doc-prof {
    background-color: #cfbeaa;
    border-radius: 20px;
    padding: 22px;
    height: 380px;
    margin-top: 0px;
    position: relative;
    margin: 0px 12px 0px 12px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.screenshot_slider .owl-item{
  z-index: 9;
}
.screenshot_slider .owl-item .item .doc-prof:after{
    content:"";
    display:block;
    position:absolute;
    background-image:url(https://arabihospital.com/images/pto-bg.png);
    background-repeat:no-repeat;
    background-size: 0 0;
    background-position:center center;
    overflow: visible;
    width:130%;
    height:130%;
    max-height: 500px;
    top:-15%;
    left:-15%;
    /* transition: 0.1s linear 0; */
    transition: 1.2s ease-out ;
    margin:auto;
    z-index:-1;
    overflow:visible;
}
.screenshot_slider .owl-item.center .item .doc-prof:after{
  top: -10%;
  left:-40%;
  width:180%;
  height:180%;
}
.screenshot_slider .owl-item:hover{
  z-index: 1;
}
.screenshot_slider .owl-item:hover .item .doc-prof:after{
    background-size: 100% 100%;
    transition: 0.5s ease-in 0.2s;
}
.screenshot_slider .owl-item .item .doc-intro{display: none;}
.screenshot_slider .owl-item.center .item .doc-intro{display: block;}
.doc-intro {
  position: absolute;
  top: 189px;
  height: 210px;
  overflow-y: scroll;
  width: 94%;
  background-color: #ac244b;
  color: #fff;
  padding: 14px;
  border-radius: 7px;
  left: 10px;
  font-size: 15px;
  line-height: 27px;
}

.doc-intro::-webkit-scrollbar {
  width:3px; margin-right: 10px;
}
/* Track */
.doc-intro::-webkit-scrollbar-track {
  background: #ac244b;
}
/* Handle */
.doc-intro::-webkit-scrollbar-thumb {
  background: #fff;
}
/* Handle on hover */
.doc-intro::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.doc-bio {
  margin-top: 10px;
  text-align: center;
}
.doc-bio h6 {
  font: normal normal normal 17px/30px Poppins;
  letter-spacing: 1.5px;
  color: #951C41;
  opacity: 1;
}
.doc-bio h3 {
  text-align: center;
  font: normal normal bold 24px/30px Poppins;
  letter-spacing: 2.25px;
  color: #252525;
  opacity: 1;
}
.doc-bio p {
  text-align: center;
  font: normal normal normal 15px/29px Poppins;
  letter-spacing: 1.2px;
  color: #6C6B6B;
  opacity: 1;
}
.doc-bio a {
  background: #93193F 0% 0% no-repeat padding-box;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  padding: 4px 13px;
  display: inline-block;
  font-size: 12px;
}
.section-padding .owl-stage-outer {
  padding-top: 50px;
}
.screenshot_slider .owl-item.center .item {
  margin-top: -30px;
}
/* .screenshot_slider .owl-item.center .item:before {
  content: "";
  position: absolute;
  background-image: url(https://arabihospital.com/images/doc-shadow.png);
  width: 470px;
  height: 422px;
  top: -94px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -82px;
} */
.screenshot_slider .owl-nav .owl-next {
  position: absolute;
  bottom: 22%;
  right: 35%;
}
.screenshot_slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 22%;
  left: 35%;
}
.diamon-shaped img {
  max-width: 330px;
  border-radius: 13px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  border:none;
}
.doctors-area h2 {
  margin-left: 11px;
}
.career-btn { padding-left: 0px; }
.career-btn li { font-size: 14px; background: #992949 !important; float: left; list-style: none; margin-right: 10px; border-radius: 10px !important;}
.career-btn li a { padding: 1rem !important;  display: block; color: #fff !important;}
.cta-link a { color: #992949; }
.cta-link a:hover{
  color: #ffffff;
}
 /* .cta-link h4 span { color: #992949 !important; }
 .cta-link:hover { color: #fff !important; } */

.servey-content .red-solid-btn strong {font-weight: 900;}
.anibtn strong{font-weight: 700;position: relative;z-index: 9;}
.red-solid-btn strong{position: relative;z-index: 9;font-weight: 400;}

@media(max-width:1199px){
  .photo img {
    width: 100% !important;
  }
  .eye-section img {
    width: 100%;
    max-width: 100%;
}
.side-location .col-md-5, .side-location .col-md-7{
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
  .cus-nav .navbar-brand img {
    max-width: 80px;
}
.assoc-content h2, .secTitleH2 {
  font: normal normal 600 45px/normal Poppins;
}
.who-we-content h2, .titleH2 {
  font: normal normal   32px/45px Poppins !important;
}
.section {
  height: 100% !important;
}
.figure-box {
  width: auto;
  height: 460px;
  transform: rotate(0deg);
  transform: skew(0deg, 0deg);
}
.section.who-we {
  height: 100% !important;
}
.take-servey h2 {
  font: normal normal 600 60px/normal Poppins;margin-bottom: 30px; text-align: center;
}
.take-servey:before{content: none;}
.servey-form-out h4 {
  text-align: center;
  margin-top: 30px;
}
.copyright h5, .copyright h5 a {
  font: normal normal 500 18px/normal Poppins;
}
.text-right-end h5 {
  text-align: left;
}
.row.hours-sec h3 {
  text-align: left;
}
.home-slider .carousel-caption h3 {
  text-align: center;
  width: 100%;
  font: normal normal 600 55px/normal 'Poppins', sans-serif;
}

.cus-nav.navbar .nav-item {
    padding-right: 0px;
}
li.nav-item.dropdown {
    background: transparent;
    border: transparent;
    border-radius: 50px;
    padding: 0px 0px;
    margin-right: 0px;
}
.book-online a {
  padding: 10px 18px;
  font: normal normal bold 16px/22px Poppins;
  opacity: 1;font-size: 14px;
}
.cus-nav.navbar .nav-link {
  font-weight: 600;
  font-size: 15px;
}
.cus-nav .language-select, .socialmedia-icons a {
  font-size: 16px;
}
.home-slider .carousel-caption p span, .home-slider .carousel-caption p, .home-slider .carousel-caption {
  font-size: 29px; text-align: center;width: 100%;
}
.carousel-item img {
  width: 100% !important;
}
	.book-online a{font-size: 12px;}
}
@media(max-width:991px){
  .slider-content {
      background-color: rgb(185, 43, 87);
      position: relative;
  }
 
  .gal-out {
    width: auto;
  }
  .home-slider .carousel {
    height: auto;
}
.row.arrow-select img {
  display: none;
}
.associates-sec .logo-slide {
  padding-top: 5% !important;
}
.assoc-content h2, .secTitleH2 {
  font: normal normal 600 50px/65px Poppins;
}
.carousel-item img {
  width: 100% !important;
}
.diamon-shaped img {
  max-width: 100%;
}
.home-slider .carousel-caption {
  height: -webkit-fill-available;
}
.slider-content ul li {
  padding: 20px 19px;
}
.slider-content ul li a {
  font: normal normal 600 36px/49px  'Poppins', sans-serif;
}
.arrow-select img {
  margin-top: -120px;
  margin-left: 0;
  width: 100%;
}
.language-select{display: none;}
.associates-sec .logo-slide {
  padding-top: 0%;
}
}
@media(max-width:767px){
  .slider-content {
    position: relative;
  }
.slider-content ul li a {
    font: normal normal 600 36px/49px  "Poppins", sans-serif;
}
.slider-content ul li a span {
    font-size: 13px;
    font-weight: normal;
    color: #fff !important;
}
.slider-content ul li {
    border-right: none;
}
  .book-online {
    width: 100%;
}
  .arrow-select img {
      display: none;
  }
  .advanced-equp-content h2 {
    text-align: center;
    font: normal normal 600 54px/normal Poppins;
  }
  .slider-content {
      background-color: #b92b57;
  }
  .carousel-item {
      overflow: hidden;
  }
  .carousel-item img {
      width: fit-content !important;
  }
  .home-slider .carousel-caption p{text-align: center;}
 
  .slider-content ul li {
    padding: 8px 18px;
    text-align: center;
    width: 100%;
}
.slider-content ul li a {
  text-align: left;
  font: normal normal 600 36px/49px  'Poppins', sans-serif;
}
.slider-content ul li.chat{display: none;}
.section {
  overflow: hidden;
}
.who-we-content p {
  font: normal normal normal 27px/41px Poppins;
}
.branch-sec {
  padding: 40px 0px; position: relative;
}
}
@media(min-width:1800px){
  .who-we-content, .img-out {
    vertical-align: middle;
    display: table-cell;
    height:auto;
    width: 900px;
}
}
@media(min-width:1500px){
  .servey-content {
    vertical-align: middle;
    display: table-cell;
    height: 260px;
    text-align: left !important;
}
.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
}
@media(min-width:1300px){
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .gal-out {
    text-align: center;
    width: 460px;
    margin-top:2% !important;
}
	.branch-2-slide {margin-top: 70px !important;}
}

@media screen and (max-width:1299px){
	.branch-2-slide {margin-top: 70px !important;}
}

@media(max-width:1499px) and (min-width:1200px){
  .cus-nav.navbar .nav-link, .book-online a {
    font-size: 14px;
}
.map-box iframe {
  height: 270px !important;
}
.home-slider .carousel-caption h3 {
  font: normal normal 600 88px/normal 'Poppins', sans-serif;
}
.home-slider .carousel-caption p span {
  font-size: 35px;
}
.home-slider .carousel-caption p {
  font: normal normal normal 29px/42px 'Poppins', sans-serif;
}
.who-we-content h2, .titleH2 {
  font: normal normal   32px/45px Poppins !important;
}
.who-we-content p {
  font: normal normal normal 28px/50px Poppins;
}
.figure-box {
  width: 287px;
  height: 479px;
}
.assoc-content h2, .secTitleH2 {
  font: normal normal 600 61px/normal Poppins;
}
.take-servey:before {
  height: 280px;
}
.servey-form-out .form-control {
  min-height: 65px;
}
.footer ul li a {
  font: normal normal normal 18px/31px Poppins;
}
.footer .footer-contact p {
  font: normal normal normal 18px/34px Poppins;
}
.footer-wraper .footer-contact p { margin: 0 0 5px; }

.footer .wr-hr span { color:#fff; }
.cta-link h4 {
  text-align: left;
  font: normal normal bold 23px/46px Poppins;
}
.copyright h5, .copyright h5 a {
  font: normal normal 500 17px/24px Poppins;
}
.gal-out {
  margin-top: 18%;
}
}


.sticky-top.fixed-color {
    background-color: #8b153a;
}
.breadcrumb-main .breadcrumb{
  float:left;
}
.doctor-title {
    float: left;
    margin-top: 20px;
}

.doct-wrapper {
    vertical-align: middle;
    display: table-cell;
    width: 600px;
    margin: 0 auto;
    height: 300px;
}

.doctor-image-header {
    width: 230px;
    height: 230px;
    border-radius: 168px;
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 5px solid #fff;
}
.doctor-title {
    margin-top: 20px;
    width: 759px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 230px;
}
.doctor-banner {
    background-color: #e3e3e3;
    background-image: url(../../images/news-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.breadcrumb-main.doctor-banner  h2 {
    float: left;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}
.breadcrumb-main.doctor-banner  h4{
  font-weight: 500;
  font-size: 30px;
}
.box-overlay { 
     
}

.box-overlay-sidebg {
    background: #f7f7f7;
    
}
a.msg-btn {
    color: #fff;
    background-color: #8b153a;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 22px;
}
a.msg-btn:hover {
    color: #fff;
    background-color: #bd003b;
}
.book-app-now .cta-link h4, .book-app-now .cta-link h4 span {
    text-align: center;
}
.book-app-now .cta-link{background-image: none !important;}
.book-app-now .cta-link a {
    background-color: #fff;
    color: #ac244b;
    text-decoration: none;
    padding: 9px 20px;
    display: inline-block;
    margin-top: 17px;
    font-weight: bold;
}
.book-app-now .cta-link a:hover {
    background-color: #810025;
    color: #ffffff;
}
.book-app-now .cta-link h4 {
    font-size: 38px;
    line-height: normal;
}
@media(max-width:991px){
  .breadcrumb-main.doctor-banner h2 {
    font-size: 28px;
    width: 100%;
    float: left;
}
.doctor-title {
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
}
}
@media(max-width:1199px){
  .side-location.hospital-list .col-md-5{
    flex: 0 0 auto;
    width: 30%;
    padding-bottom: 10px;
  }
  .side-location.hospital-list .col-md-7 {
    flex: 0 0 auto;
    width: 60%;
    padding-bottom: 10px;
}
	.home-slider .carousel-inner{height: 100%;}
	.home-slider .carousel-item{height: 100%;}
	.carousel-item img{object-fit: cover;height: 100%;}
}


@media(max-width:1400px) and (min-width:1300px){
 
.who-we-content {
    height: 405px !important;
}
}
.screenshot_slider {
    overflow: hidden;
}
a.view-gal {
    display: block;
    text-align: center;
    z-index: 999999;
    position: relative;
    color: #ac244b;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}

.red-solid-btn i {
  padding-right: 9px;
}
.form-control {
  font-size: 1.5rem !important;
}
.h6, h6 {
  font-size: 16px;
}
input#myFile {
  margin-bottom: 15px;
}
.red-solid-btn{
    box-shadow: 0px 20px 40px #212529;
}
.red-solid-btn, .doc-bio a {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  color:#7b0023;
 
  text-decoration: none;
  margin: 0px 0;
  /*border: 1px solid #FFF;*/
  padding: 6px 17px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 0.20);
  background: #7b0023;
}
.doc-bio a {
  padding: 3px 23px;
}

.red-solid-btn::before, .doc-bio a:before, .anibtn:before {
  background: #861837!important;
  /*background: #ffffff;*/ 
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transition: all 0.4s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);

}

.contact-container .red-solid-btn strong  { font-weight:500; }
.foot-survey { 
    background:rgba(183,43,83,0.70) !important;
    z-index: 1000;
    position: absolute;}
.banner-link {
  width: 100%;
}
.foot-survey:first-child { margin-right:10px;}
.foot-survey strong { color: #fff !important; }
/* .banner-link .text-center .animated .bounceInRight .new{
  border-radius: 40px;
  animation-delay: 3s;
  background-color: #fff;
  font-size: 20px;
  padding-left: 0px;
  width: auto;
  text-align: center;
  align-self: center;
  height: 52px;
} */
.red-solid-btn:hover, .doc-bio a:hover, .anibtn:hover{
  color: #FFF !important;
}
.red-solid-btn::before, .doc-bio a:before, .anibtn:before{
  width: 0%;
  height: 100%;
}
.red-solid-btn:hover::before, .doc-bio a:hover::before, .anibtn:hover::before{
  width: 100%;transform: translateX(0);
}
.carousel-caption .red-solid-btn {
    color: #FFF;
    /*border: 2px solid #FFF;*/
    font-size: 20px;
    padding-left: 10px;
}
/* .carousel-caption .red-solid-btn {
  color: #FFF;
  border: 2px solid #FFF;
  font-size: 20px;
  padding-left: 10px;
} */

/*.carousel-caption .red-solid-btn i {*/
  /*background-color: #7b0023;*/
/*  border-radius: 50%;*/
/*  padding: 5px;*/
/*  width: 40px;*/
/*  display: inline-block;*/
/*  height: 40px;*/
/*  transform: rotate(0deg);*/
/*  -webkit-transition: -webkit-transform .8s ease-in-out;*/
/*    -ms-transition: -ms-transform .8s ease-in-out;*/
/*    transition: transform .8s ease-in-out;  */
/*}*/

.carousel-caption .red-solid-btn i {
    background-color: #7b0023;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    display: inline-block;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.carousel-caption a span{position: relative;z-index: 99;}
.carousel-caption a:link{
    background-color:#fff;
    color:#7b0023;
}
.carousel-caption i{
    /*background-color:#fff;*/
    color:#fff;
}
.carousel-caption a:hover{
    background-color:#7b0023;color: #fff;
}
.carousel-caption a:hover span{color: #fff;}
.carousel-caption .red-solid-btn:hover i{
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;  
}





.anibtn{
  position: relative;
  display: inline-block;
  border-radius: 40px;
  color: #951c41;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin: 30px 0; 
  padding: 14px 60px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 20%) !important;
  background: rgba(255,255,255,0.9);
}
.btn-margin { margin-right: 30px; }
/*
.anibtn::before {
  background: #951c41;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-51%);
  z-index: -1;
  transition: all 0.3s ease;
}
.anibtn1:hover{
  color: #FFF;
}
.anibtn1::before{
  width: 0%;
  height: 100%;
}

.anibtn1:hover::before{
  width: 100%;
}

*/

.common-btn, .read-more {
  position: relative;
  display: block;
  border-radius: 40px;
  color: #951c41;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
font-weight:600;
  text-decoration: none;
  margin: 30px 0;
  border: 2px solid #951c41;
  padding: 5px 30px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
  width: max-content;
}
.common-btn::before, .read-more::before {
  background: #951c41;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-49%);
  z-index: -1;
  transition: all 0.3s ease;
}
.common-btn, .read-more:hover{
  color: #FFF;
}
.common-btn::before, .read-more::before{
  width: 0%;
  height: 100%;
}

.common-btn:hover::before, .read-more:hover::before{
  width: 100%;
}
.vision-mission img { width: 74px; }

.customlinkh3 {
  /* Set opacity to 1 on hover, revealing the h2 element */
  opacity: 1;
  /* Set a semi-transparent background color on hover */
  background-color: rgb(116 107 107 / 80%);
  padding: 5px !important;
  margin: 5px 0 0 0 !important;
  min-height: 60px !important;
  border-radius: 5px !important;
}
body{
  overflow-x: hidden !important;
}
.associates-sec .cta-link a:hover  {
  color: #fff !important;
}
.cta-sec .cnnt-btn a { color: #ffffff; }
.cta-custom a, span{
  color: #ac244b;
  text-decoration: none;
}
.cta-custom h4{
  color: #ac244b;
  text-decoration: none;
}
.cta-custom:hover > h4{
  color: #fff !important;
}
.cta-custom:hover > .cta-link h4 span{
  color: #fff !important;
}
.cta-custom:hover > .cta-link h4 a{
  color: #fff !important;
}
.cta-custom:hover > .cta-link img{
  filter: brightness(0) invert(1);
}
.link-whatsapp{
  background-image: url('https://arabihospital.com/images/icon-whatsapp.png');background-position: 22px 20px !important;
}
.link-phone{
  background-image: url('https://arabihospital.com/images/icon-phone.png');background-position: 22px 20px !important;
}
.link-appoinment{
  background-image: url('https://arabihospital.com/images/icon-registration.png');background-position: 22px 20px !important;
}
.associates-sec .cta-link figure {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
.associates-sec .cta-link figure img {
  max-width: 40px;
}

@media screen and (max-width:1499px){
.map-box iframe {
  height: 205px !important;
}
	.map-box{margin-top: 10px !important;}
}
#booking-form-head .contact-banner-section { height: 650px;}
#contact-banner-main .contact-banner-section { height: 650px;}
.cnt-height { height:500px;} 
.cnt-height span { font-size: 36px; font-weight: 700;}
.why-arabi-main-header .contact-banner-section {
height: 600px;
background-position: inherit;
}
.why-arabi-main-header .contact-banner-section::before { background-color: inherit;}
.contact-banner-section { 
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative; 
  height: 400px;
}
.contact-banner-section::before  {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #da5665;
  opacity: .52;
  left: 0;
}
.contact-banner-section .banner-container {
  justify-content: left !important;
  padding-top: 6em;
}
.contact-banner-section .banner-container .page-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 150px;
}
.contact-banner-section .cta-custom a {
  color: #000;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
}
.box-overlay span { color:#000;}


.counterWrapper .box {
  position: relative;
  width: 272px;
  height: 219px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 20px 40px rgb(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 15px;
}

.fact-counter .column .inner {
  position: relative;
  padding: 25px 22px 28px;
  border-radius: 7px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.fact-counter .column .inner .count-outer {
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  color: #ac244b; 
}
.fact-counter .column:nth-child(2) {
  margin-top: 46px;
}
#top-button .fa { color: #ac244b;}
#top-button:hover .fa { color: #fff;}
#top-button {
  display:flex;
  background-color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
}
#top-button::after { 
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#top-button:hover {
  cursor: pointer;
  background-color:#861837;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 20%) !important;
}
#top-button:active {
  background-color:#ac244b;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) { 
    .why-arabi-main-header .contact-banner-section {
  height: 450px; }
  
  .cnt-height {
  height: 416px;
}

#booking-form-head .contact-banner-section {
  height: 450px;
}
    
}
.cnt-icon-ic { width: 15px;
  left: 0px;
  position: absolute;
}
.wat-icon { font-size: 17px;
  font-weight: bold;}
 .footer-wraper .text-right p i {
     top: 3px !important;
 }

.bn-vido { position:absolute; width: 100%;height: 100vh;object-fit: cover;}
.bn-vido::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(172, 36, 75, 0.3) !important;
  z-index: 2;
}