.slide-image-size {
    height: 800px !important;
}

.topSliderContainer {
    width: 100%;
}
.topSliderItem {
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
    background: #e1d1d1;
    margin-bottom: 10px;
    border: 5px solid #764d4d;
}
.topSliderItemImage {
    padding: 5px ;
    width: 100%;
    height: 100%;
}
.topSliderItemButton {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 100%;
}
.topSliderItemButton ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}
.ImageIcon{
    width:30px;
    height:30px;
}
.BtnQuickEnquiry {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.BtnQuickEnquiry {
    animation: glowing 1300ms infinite;
}
.banner-content {
    top: 0;
    position: absolute;
    left: 20%;
}
@media only screen and (max-width: 768px) {
    .slide-image-size {
        height: auto !important;
    }
    .topSliderItem {
        width: 100%;
        height: 200px;
    }
    .banner .banner-item .banner-content {
        padding: 25% 0px;
    }
    .banner-content_mobile {
        display:none;
    }

.gallery .gallery-item .gallery-overlay_play {
    text-align: center;
    position: absolute;
    top: 35%;
    height: 30%;
    width: 30%;
    padding: 10px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background: #b719195c;
    left: 35%;
    color: white;
    font-size: 25pt;
    opacity: 1;
}

.gallery .gallery-item:hover  .gallery-overlay_play {
    opacity: 1;
}

