.main-banner .item {
  margin-left: 0px !important;
}
.soc-icon{
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: white;
}
.contact-icon{
  color:#EA3788
}
.d-flex{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
width: 100vw;
 height: 100vh;
  border-radius: 10px !important;
  z-index: -1 !important;
}

.owl-stage-outer {
  border-radius: 10px !important;
}

.main-banner .item-1 {
  background-image: url('') !important;
}

.contact-us-content {
  padding: 40px !important;
}

.section-heading__call-info {
  display: flex;
  flex-direction: column;
  margin-top: 50px;

}
.section-heading__call-info a{
  color: #EA3788;
  font-size: 23px;
  margin-bottom: 10px;
}
.section-heading__call-info a img{
  color: #EA3788;
  width: 24px ;
  height: 24px ;
  margin-right: 5px;
}

.call-info-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.call-info-link ion-icon {
  padding: 5px;
  font-size: 18px;
  margin-right: 10px;
  color: #EA3788;
  border-radius: 50%;
  border: 1px solid #EA3788;
}

.call-info-link+.call-info-link {
  margin-top: 20px;
}


.item .item-1 {
  position: relative;
}

.overflow-over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1 !important;
}

.header-text {
  z-index: 11 !important;
}

@media only screen and (max-width: 980px) {
  .section-heading {
    margin-bottom: 100px !important;
  }
}


/*
.owl-item {
  margin: 0 !important;
} */