#banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
#banner .myVideo {
    filter: var(--img-filter);
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
#banner .carousel {
    height: 100%;
}
#banner .carousel .carousel-inner {
    height: 100%;
}
#banner .carousel .carousel-indicators {
    right: 30px;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    flex-direction: column;
}
#banner .carousel-indicators button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    margin-bottom: 10px;
}
#banner .carousel .carousel-item {
    height: 100%;
}
#banner .carousel-item.bg-w-img {
    border-bottom: 4px solid #706e6f;
}
#banner .carousel-item img {
    width: 100%;
}
#banner .carousel-item .bgImge {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    filter: var(--img-filter);
}
#banner .carousel-item.active .bgImge {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#banner .carousel-item .bgImge.rPosImg {
    background-position: right top;
}
#banner .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    top: 0;
}
#banner .carousel-caption .textArea {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    z-index: auto;
    text-align: left;
    bottom: 5%;
}
.rtl #banner .carousel-caption .textArea {
    text-align: right;
    bottom: 20%;
}
#banner .carousel-caption h2 {
    font-size: 5rem;
    color: var(--primery-font-color-white);
    font-weight: 400;
    margin-bottom: 0;
    font-family: PlayfairDisplay-Bold;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.42);
}
#banner .carousel-caption .bannerBtn {
    background-color: var(--primery-bg-color-green);
    color: var(--primery-font-color-white);
    font-size: 0.824rem;
    font-family: GraphikMedium;
    margin-top: 30px;
    border-radius: 50px;
    padding: 10px 25px 9px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
}
#banner .carousel-caption .bannerBtn:focus {
    box-shadow: none;
}
#banner .scrollTextLine {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    display: none;
}
#banner .scrollTextLine span {
    color: #fff;
    font-size: 0.73rem;
    position: relative;
    opacity: 0.8;
    display: inline-block;
}
#banner .scrollTextLine span:after {
    width: 2px;
    height: 130px;
    background: #fff;
    position: absolute;
    top: -140px;
    content: "";
    left: 50%;
    opacity: 0.8;
    animation: lineHeight 6s infinite;
}
@keyframes lineHeight {
    0% {
        height: 130px;
    }
    50% {
        height: 30px;
    }
    100% {
        height: 130px;
    }
}
#banner .bnrPopup {
    position: absolute;
    bottom: 8%;
    right: 5%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 15;
    width: 30vw;
    min-width: 300px;
}
#banner .bnrPopup .advImg {
    width: 100%;
}
#banner .bnrPopup .bnrPopupCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
}
#banner .bnrPopup .bnrPopupCloseBtn img {
    width: 20px;
}
#addPopupModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
}
#about {
    padding: 150px 0;
    background-color: var(--primery-bg-color-white);
}
#about .cpara {
    font-family: GraphikMedium, Arial, sans-serif;
    font-size: 1.176rem;
    color: var(--primery-font-color-black);
}
#about .para {
    font-size: 1.176rem;
    color: var(--primery-font-color-black);
    font-family: GraphikRegular, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}
#about .countHead {
    font-size: 3.353rem;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--primery-font-color-green);
    font-family: GraphikRegular, Arial, sans-serif;
}
#explreDxb {
    position: relative;
    padding: 80px 0;
    background-image: url("../images/DHCA_-5.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: var(--img-filter);
}
#explreDxb2 {
    position: relative;
    padding: 80px 0;
    background-image: url("../images/dhcc-health.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: var(--img-filter);
/*    margin-top: 20px;*/
}
#explreDxb2 .textArea {
    z-index: 1;
}
#explreDxb2 .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: unset;
    background: -moz-linear-gradient(top, rgba(0, 128, 101, 1) 0%, rgba(0, 128, 101, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 128, 101, 1) 0%, rgba(0, 128, 101, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 128, 101, 1) 0%, rgba(0, 128, 101, 0) 100%);
}
#explreDxb .textArea h2,
#explreDxb .textArea h1,
#explreDxb2 .textArea h2 {
    font-size: 4rem;
    color: var(--primery-font-color-white);
    font-family: PlayfairDisplay-Bold;
    margin-bottom: 0;
}
#explreDxb .textArea .head1,
#explreDxb2 .textArea .head1,
#homeEvents .head1 {
    font-size: 4rem;
    color: var(--primery-font-color-white);
    font-family: PlayfairDisplay-Bold;
    margin-bottom: 0;
}
#explreDxb .textArea h3,
#explreDxb2 .textArea h3 {
    font-size: 1.5rem;
    color: var(--primery-font-color-white);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: PlayfairDisplay-Bold;
}
#explreDxb .textArea .head2,
#explreDxb2 .textArea .head2 {
    font-size: 1.5rem;
    color: var(--primery-font-color-white);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: PlayfairDisplay-Bold;
    
}
#explreDxb .textArea .head2 {
    background-color: rgba(0,0,0,0.1);
    padding: 8px 20px 2px;
    border-radius: 4px;
    position: relative;
}
#explreDxb .textArea .rdmreBtn,
#explreDxb2 .textArea .rdmreBtn {
    display: inline-block;
    margin-left: 15px;
    border: none;
    padding: 0;
    box-shadow: none;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1.5rem;
    color: #fff;
}
#explreDxb .textArea .rdmreBtn {
    margin-bottom: 8px;
}
.rtl #explreDxb .textArea .rdmreBtn,
.rtl #explreDxb2 .textArea .rdmreBtn {
    margin-left: 0px;
    margin-right: 15px;
}
#explreDxb .rdmreBtn .icon-long-arrow,
#explreDxb2 .rdmreBtn .icon-long-arrow {
    transition: all 0.5s ease;
    font-size: 35px;
    position: relative;
    top: 2px;
    color: var(--primery-font-color-white);
}
#explreDxb .rdmreBtn .longArrow,
#explreDxb2 .rdmreBtn .longArrow {
    transform: rotate(180deg);
    width: 35px;
}
#explreDxb .rdmreBtn:hover,
#explreDxb2 .rdmreBtn:hover  {
    margin-left: 30px;
}
.rtl #explreDxb .rdmreBtn:hover,
.rtl #explreDxb2 .rdmreBtn:hover {
    margin-right: 30px;
}
#explreDxb2 p {
    color: var(--primery-font-color-white);
    font-size: 1.2rem;
    margin-bottom: 30px;
}
#explreDxb2 .bookbtn {
    color: #008065;
    background-color: #fff;
    border-radius: 35px;
    padding: 11px 40px 10px;
}
#explreDxb2 .bookbtn:focus {
    box-shadow: none;
}
#bookingSec {
    position: relative;
    padding: 110px 0px 90px;
    background-color: var(--primery-bg-color-hash);
}
#bookingSec .owl-tileSlides .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    margin: 0;
}
#bookingSec .owl-nav .owl-prev,
#bookingSec .owl-nav .owl-next {
    background-color: transparent;
    margin: 0;
    color: #008065;
    font-size: 14px;
}
#bookingSec .owl-prev span,
#bookingSec .owl-next span {
    display: none;
}
#bookingSec .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
}
#bookingSec .owl-nav .owl-prev:before {
    color: var(--primery-font-color-black);
    content: "\e910";
    position: absolute;
    left: 0px;
    top: 0;
    font-family: "iconfont" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-weight: lighter;
}
#bookingSec .owl-nav .owl-next {
    position: absolute;
    right: 15px;
}
#bookingSec .owl-nav .owl-next:before {
    color: var(--primery-font-color-black);
    content: "\e915";
    position: absolute;
    right: 0px;
    top: 0;
    font-family: "iconfont" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-weight: lighter;
}
#bookingSec .tileLink {
    display: block;
    border-radius: 12px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 30px 15px;
    width: 100%;
    background: #fff;
    padding: 60px 10px;
    min-height: 312px;
}
#bookingSec .tileLink:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.26);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}
#bookingSec .tileLink .textArea {
    text-align: center;
    padding: 0;
}
#bookingSec .tileLink h2 {
    font-size: 1.353rem;
    color: #000;
    margin-bottom: 0;
    font-family: GraphikMedium, Arial, sans-serif;
    font-weight: unset;
}
#bookingSec .tileLink .bookBox {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: relative;
    text-align: center;
    margin: auto;
}
#bookingSec .bookBox img,
#bookingSec .bookBox svg {
    filter: var(--img-filter);
    margin-bottom: 30px;
    width: 100%;
    height: 106px;
}
#bookingSec .tileLink .bookBox svg#regulationSVG {
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line1 {
    stroke-dasharray: 26;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line1 {
    animation: drawReguLineOne 0.1s linear forwards;
}
@keyframes drawReguLineOne {
    0% {
        stroke-dashoffset: 26px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line2a {
    stroke-dasharray: 16;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line2a {
    opacity: 0;
    animation: drawReguLineTwoA 0.05s linear 0.1s forwards;
}
@keyframes drawReguLineTwoA {
    0% {
        opacity: 1;
        stroke-dashoffset: 16px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line2b {
    stroke-dasharray: 37;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line2b {
    opacity: 0;
    animation: drawReguLineTwoB 0.3s linear 0.15s forwards;
}
@keyframes drawReguLineTwoB {
    0% {
        opacity: 1;
        stroke-dashoffset: 37px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line3a {
    stroke-dasharray: 39;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line3a {
    opacity: 0;
    animation: drawReguLineThreeA 0.3s linear 0.45s forwards;
}
@keyframes drawReguLineThreeA {
    0% {
        opacity: 1;
        stroke-dashoffset: 39px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line3b {
    stroke-dasharray: 15;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line3b {
    opacity: 0;
    animation: drawReguLineThreeB 0.05s linear 0.75s forwards;
}
@keyframes drawReguLineThreeB {
    0% {
        opacity: 1;
        stroke-dashoffset: 15px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line4a {
    stroke-dasharray: 30;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line4a {
    opacity: 0;
    animation: drawReguLineFourA 0.2s linear 0.8s forwards;
}
@keyframes drawReguLineFourA {
    0% {
        opacity: 1;
        stroke-dashoffset: 30px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#regulationSVG #line4b {
    stroke-dasharray: 25;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG #line4b {
    opacity: 0;
    animation: drawReguLineFourB 0.15s linear 1s forwards;
}
@keyframes drawReguLineFourB {
    0% {
        opacity: 1;
        stroke-dashoffset: 25px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink:hover .bookBox svg#regulationSVG .badgeicon {
    transform: scale(0);
    animation: scaleBadge 0.3s linear 1.15s forwards;
    transform-origin: center center;
}
@keyframes scaleBadge {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
#bookingSec .tileLink .bookBox svg#businessSVG #line {
    stroke-dasharray: 34;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#businessSVG #line {
    opacity: 0;
    animation: drawBizLine 0.2s linear 0s forwards;
}
@keyframes drawBizLine {
    0% {
        opacity: 1;
        stroke-dashoffset: 34px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#businessSVG #pulse {
    stroke-dasharray: 77;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#businessSVG #pulse {
    opacity: 0;
    animation: drawPulseLine 0.4s linear 0.2s forwards;
}
@keyframes drawPulseLine {
    0% {
        opacity: 1;
        stroke-dashoffset: 77px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg#businessSVG #love {
    stroke-dasharray: 148;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg#businessSVG #love {
    opacity: 0;
    animation: drawLoveLine 0.5s linear 0.7s forwards;
}
@keyframes drawLoveLine {
    0% {
        opacity: 1;
        stroke-dashoffset: 148px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg.patientIcon .bTankFill {
    opacity: 0;
}
#bookingSec .tileLink:hover .bookBox svg.patientIcon .bTankFill {
    opacity: 1;
}
#bookingSec .tileLink .bookBox svg.patientIcon .bTank {
    stroke-dasharray: 39;
    stroke-dashoffset: 0px;
    stroke: #fff;
    opacity: 0;
}
#bookingSec .tileLink:hover .bookBox svg.patientIcon .bTank {
    animation: tankFill 0.5s linear 0s forwards;
}
@keyframes tankFill {
    0% {
        opacity: 1;
        stroke-dashoffset: 39px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink .bookBox svg.patientIcon .smile {
    stroke-dasharray: 12;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg.patientIcon .smile {
    opacity: 0;
    animation: drawSmile 0.4s linear 0.5s forwards;
}
@keyframes drawSmile {
    0% {
        opacity: 1;
        stroke-dashoffset: 12px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#bookingSec .tileLink:hover .bookBox svg.patientIcon .eye {
    fill: #ccc;
    animation: eyeOpen 0.3s linear 0.9s forwards;
}
@keyframes eyeOpen {
    0% {
        fill: #ccc;
    }
    100% {
        fill: #059b7b;
    }
}
#bookingSec .tileLink:hover .bookBox svg.profIcon .anim1 {
    transform: scale(0);
    animation: scaleAnim 0.3s linear 0s forwards;
    transform-origin: bottom;
}
@keyframes scaleAnim {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
#bookingSec .tileLink .bookBox svg.profIcon .profSmile {
    stroke-dasharray: 19;
    stroke-dashoffset: 0px;
}
#bookingSec .tileLink:hover .bookBox svg.profIcon .profSmile {
    opacity: 0;
    animation: drawProSmile 0.4s linear 0.3s forwards;
    stroke: #059b7b;
}

@keyframes drawProSmile {
    0% {
        opacity: 1;
        stroke-dashoffset: 19px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0px;
    }
}
#news {
    padding: 100px 0;
    background-color: var(--primery-bg-color-white);
}
#news .owl-tabSlides .customCard {
    border: none;
}
#news .customCard .imgBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background-color: var(--secondary-bg-color-hash);
    margin-bottom: 0px;
}
#news .imgBox img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    filter: var(--img-filter);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#news .imgBox:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
#news .customCard .card-body {
    padding-left: 0;
    padding-right: 0;
    background-color: var(--primery-bg-color-white);
}
#news .customCard .card-title {
    color: var(--secondary-font-color-green);
    font-size: 0.75rem;
    text-transform: capitalize;
}
#news .customCard .card-text {
    color: var(--primery-font-color-black);
    font-family: GraphikRegular, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    height: 68px;
    overflow: hidden;
}
#events {
    padding: 160px 0;
    background-color: var(--primery-bg-color-hash);
}
#events h3 {
    font-size: 1.353rem;
    line-height: 1.824rem;
    color: var(--primery-font-color-black);
    height: 93px;
    overflow: hidden;
}
#events .dateBox {
    border-top: 1px solid rgba(112, 112, 112, 0.21);
    border-bottom: 1px solid rgba(112, 112, 112, 0.21);
    padding: 10px 0;
    margin-bottom: 8px;
}
#events .dateBox p {
    margin-bottom: 0px;
    color: var(--secondary-font-color-green);
    font-size: 0.647rem;
    width: 100%;
    text-transform: uppercase;
}
#events .media .imgBox {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
#events .imgBox img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    height: auto;
}
#events .media p {
    color: var(--primery-font-color-black);
    font-size: 14px;
    margin-bottom: 0;
}
#news .owl-nav,
#events .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0;
}
#news .owl-nav .owl-prev,
#news .owl-nav .owl-next,
#events .owl-nav .owl-prev,
#events .owl-nav .owl-next {
    margin: 0;
    height: 40px;
    width: 22px;
    opacity: 0.5;
}
#news .owl-nav .owl-prev:hover,
#news .owl-nav .owl-next:hover,
#events .owl-nav .owl-prev:hover,
#events .owl-nav .owl-next:hover {
    background-color: transparent;
}
#news .owl-prev span,
#news .owl-next span,
#events .owl-prev span,
#events .owl-next span {
    display: none;
}
#news .owl-nav .owl-prev::before,
#events .owl-nav .owl-prev::before {
    color: var(--primery-font-color-black);
    content: "\e910";
    position: absolute;
    left: 0px;
    top: 0;
    font-family: "iconfont" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-weight: lighter;
}
#news .owl-nav .owl-next::before,
#events .owl-nav .owl-next::before {
    color: var(--primery-font-color-black);
    content: "\e915";
    position: absolute;
    right: 0px;
    top: 0;
    font-family: "iconfont" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-weight: lighter;
}
#news  .owl-next,
#events  .owl-next {
    position: absolute;
    right: -45px;
}
#news  .owl-prev,
#events  .owl-prev {
    position: absolute;
    left: -45px;
}

#homeEvents {
    position: relative;
    padding: 80px 0;
    background-color: var(--primery-bg-color-green);
}
#homeEvents .leftAddImgBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background-color: var(--secondary-bg-color-hash);
    min-height: 100%;
}
#homeEvents .leftAddImgBox img {
    filter: var(--img-filter);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
#homeEvents .leftAddImgBox p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--primery-font-color-white);
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
#homeEvents .leftAddImgBox:hover p {
    opacity: 1;
}
#homeEvents .leftAddImgBox .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0, 56, 44, 0.4) 0%, rgba(9,9,121,0) 40%);
    transition: all 0.5s ease-in-out;
}
#homeEvents .leftAddImgBox:hover .overlay {
    background: linear-gradient(0deg, rgba(0, 56, 44,1) 0%, rgba(9,9,121,0) 60%);
}
#homeEvents .seeAllBtn {
    color: var(--primery-font-color-green);
    background-color: var(--white);
    border-radius: 35px;
    padding: 11px 40px 10px;
}
#homeEvents .evntTypeHead {
    color: #60D8BF;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#homeEvents .evntDate {
    color: var(--primery-font-color-white);
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}
#homeEvents .evntDescptn {
    color: var(--primery-font-color-white);
    font-size: 0.75rem;
    margin-bottom: 30px;
}
#homeEvents .imgBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background-color: var(--secondary-bg-color-hash);
    margin-bottom: 25px;
}
#homeEvents .imgBox img {
    filter: var(--img-filter);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
#homeEvents .mediaBox {
    display: flex;
    border-bottom: 1px solid #62a292;
    padding-bottom: 25px;
    align-items: start;
}
#homeEvents .mediaBox .imgBox {
    width: 120px;
    padding: 0;
    background-color: transparent;
    margin-right: 20px;
    margin-bottom: 0;
    height: 100px;
    flex-shrink: 0;
}
#homeEvents .mediaBox .imgBox img {
    margin: 0;
}
#homeEvents .bannerAddBox {
    position: relative;
    overflow: hidden;
    background-color: var(--secondary-bg-color-hash);
    padding-bottom: 56.25%;
}
#homeEvents .bannerAddBox p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--primery-font-color-white);
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
#homeEvents .bannerAddBox:hover p {
    bottom: 17px;
}
#homeEvents .bannerAddBox .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0, 56, 44, 0.8) 0%, rgba(9,9,121,0) 40%);
    transition: all 0.5s ease-in-out;
}
#homeEvents .bannerAddBox:hover .overlay {
    background: linear-gradient(0deg, rgba(0, 56, 44,1) 0%, rgba(9,9,121,0) 60%);
}
#homeEvents .bannerAddBox img {
  filter: var(--img-filter);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}


@media (min-width: 280px) and (max-width: 575px) {
    #banner {
        height: 50vh;
    }
    #banner .scrollTextLine {
        display: none;
    }
    #banner .scrollTextLine span:after {
        height: 80px;
        animation: lineHeight 6s infinite;
        top: -90px;
    }
    @keyframes lineHeight {
        0% {
            height: 80px;
        }
        50% {
            height: 30px;
        }
        100% {
            height: 80px;
        }
    }
    #banner .carousel-caption h2 {
        font-size: 1.6rem;
    }
    #about {
        padding: 50px 0;
    }
    #explreDxb,
    #explreDxb2 {
        background-attachment: unset !important;
    }
    #explreDxb2 {
        background-image: url("../images/dhcc-health-mobile.webp");
    }
    #bookingSec {
        padding: 20px 0px 20px;
    }
    #explreDxb .textArea h2,
    #explreDxb .textArea h1,
    #explreDxb2 .textArea h2,
    #explreDxb .textArea .head1,
    #explreDxb2 .textArea .head1,
    #homeEvents .head1 {
        font-size: 2rem;
    }
    #explreDxb .textArea h3,
    #explreDxb2 .textArea h3,
    #explreDxb .textArea .head2 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    #explreDxb2 p {
        font-size: 1rem;
    }
    #news .owl-nav .owl-prev,
    #news .owl-nav .owl-next,
    #events .owl-nav .owl-prev,
    #events .owl-nav .owl-next {
        height: 30px;
        width: 16px;
    }
    #news .owl-tabSlides .owl-nav,
    #events .owl-tabSlides .owl-nav {
        bottom: -20px;
        top: unset;
    }
    #news .owl-nav .owl-next,
    #events .owl-nav .owl-next {
        right: 0px;
    }
    #news .owl-nav .owl-prev,
    #events .owl-nav .owl-prev {
        left: 0px;
    }
    #news {
        padding: 50px 0 100px;
    }
    #events {
        padding: 50px 0 100px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #about {
        padding: 50px 0;
    }
    #banner .carousel-caption h2 {
        font-size: 1.8rem;
    }
    #banner {
        height: 60vh;
    }
    #banner .scrollTextLine span:after {
        height: 80px;
        animation: lineHeight 6s infinite;
        top: -90px;
    }
    @keyframes lineHeight {
        0% {
            height: 80px;
        }
        50% {
            height: 30px;
        }
        100% {
            height: 80px;
        }
    }
    #explreDxb,
    #explreDxb2 {
        background-attachment: unset !important;
    }
    #explreDxb2 {
        background-image: url("../images/dhcc-health-mobile.webp");
    }
    #explreDxb .textArea h2,
    #explreDxb .textArea h1,
    #explreDxb2 .textArea h2,
    #explreDxb .textArea .head1,
    #explreDxb2 .textArea .head1,
    #homeEvents .head1 {
        font-size: 2rem;
    }
    #explreDxb .textArea h3,
    #explreDxb2 .textArea h3,
    #explreDxb .textArea .head2 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    #explreDxb2 p {
        font-size: 1rem;
    }
    #bookingSec {
        padding: 20px 0px 20px;
    }
    #banner .scrollTextLine {
        display: none;
    }
    #news .owl-nav .owl-prev,
    #news .owl-nav .owl-next,
    #events .owl-nav .owl-prev,
    #events .owl-nav .owl-next {
        height: 30px;
        width: 16px;
    }
    #news .owl-nav,
    #events .owl-nav {
        bottom: -20px;
        top: unset;
    }
    #news .owl-nav .owl-next,
    #events .owl-nav .owl-next {
        right: 0px;
    }
    #news .owl-nav .owl-prev,
    #events .owl-nav .owl-prev {
        left: 0px;
    }
    #news {
        padding: 50px 0 100px;
    }
    #events {
        padding: 50px 0 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #about .cpara {
        min-height: 60px;
    }
    #bookingSec .textArea h1 {
        font-size: 1.625rem;
    }
    #bookingSec .textArea h3 {
        font-size: 1.125rem;
    }
    #banner .carousel-caption h2 {
        font-size: 2.7rem;
    }
    #explreDxb .textArea h2,
    #explreDxb .textArea h1,
    #explreDxb2 .textArea h2,
    #explreDxb .textArea .head1,
    #explreDxb2 .textArea .head1,
    #homeEvents .head1 {
        font-size: 2.8rem;
    }
    #explreDxb .textArea h3,
    #explreDxb2 .textArea h3,
    #explreDxb .textArea .head2 {
        font-size: 1.3rem;
    }
    /*#homeEvents .mediaBox {
        display: block;
        padding-bottom: 20px;
    }
    #homeEvents .mediaBox .imgBox {
        margin-right: 0;
        margin-bottom: 15px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    #about .cpara {
        min-height: 60px;
    }
    #banner .carousel-caption .textArea h2 {
        font-size: 3.5rem;
    }
    #explreDxb .textArea h2,
    #explreDxb .textArea h1,
    #explreDxb2 .textArea h2,
    #explreDxb .textArea .head1,
    #explreDxb2 .textArea .head1,
    #homeEvents .head1 {
        font-size: 3.5rem;
    }
    #explreDxb .textArea h3,
    #explreDxb2 .textArea h3,
    #explreDxb .textArea .head2 {
        font-size: 1.3rem;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    #banner .carousel-caption .textArea h2 {
        font-size: 3.7rem;
    }
}
@media (min-width: 1400px) and (max-width: 3000px) {
}
@media (min-width: 280px) and (max-width: 460px) {
    #about .cpara {
        min-height: 20px;
        font-size: 1rem;
    }
}

/**Kannan Css***/
.societyexpBtn{
    background-color : #94c13e !important;
}

.masaarBannerBtn{
    background-color : #028196 !important;
}

.dhccpulseBannerBtn{
    background-color : #77b6a8 !important;
}


.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 0px;
}

.videobannerBtn{
    background: #fff !important;
    color: #066655 !important;
}
.popupAdv {
        position: fixed;
        right: 20px;
        bottom: 150px;
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2);
        z-index: 999999999;
    }

   /* for earlier big popup
    .popupAdv img {
        max-height: 60vh;
    } */

    .popupAdv img {
        max-height: 350px;
    }

 /*    .popupAdv {
bottom: 150px;
}
.popupAdv img {
max-height: 60vh;
} */
    .popupAdv .btnAdvClose {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #f00;
        color: #fff;
        font-weight: 600;
        border: none;
        border-radius: 50%;
        font-size: 11px;
        padding: 5px 9px;
    }

@media (min-width: 280px) and (max-width: 575px) {
    .popupAdv img {
        max-width: 80vw;
      }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .popupAdv img {
        max-width: 80vw;
      }
    }
