﻿#sideNavi {
    display: none;
}

/* =============whatsapp icon====== */
@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa-whatsapp:before {
    content: "\f232";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.float {
    position: fixed;
    bottom: 40px;
    left: 40px;
    /* background-color:#25d366; */
    color: #FFF;
    z-index: 999;
}

.ic {
    color: #fff;
    font-size: 40px;
}

.pulse-button, .pulse-button:hover {
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    box-shadow: 0 0 0 0 rgb(103 232 61 / 70%);
    border-radius: 50%;
    background-color: #25d366;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}



@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

/* end whatsapp icon============ */

.login-social img {
    width: 81%;
    margin-left: 28px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1;
}

    .video-container video {
        width: 100%;
    }

video, source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

audio, video, canvas {
    max-width: 100%;
}

@media (max-width: 767px) {
    .h-contact {
        display: none !important;
    }

    .header-top .header-right-info {
        padding-bottom: 38px !important;
    }

    .header-navigation .container .right-side-box {
        display: none !important;
    }

    .header-navigation .container {
        background-color: transparent !important;
    }

        .header-navigation .container .navbar-header button.side-nav-toggler {
            color: #f07c00;
        }

    .header-top .logo {
        padding: 9px 0px 0px !important;
    }

    .header-navigation .container .navbar-header button.side-nav-toggler {
        color: #f07c00 !important;
        margin-left: -34px !important;
        margin-top: 26px !important;
    }

    #GetinTuchLable {
        font-size: 16px !important;
    }

    .login-social img {
        display: none;
    }

    .theme-btn-2 {
        padding: 3px 27px !important;
    }

    .login-social img {
        width: 90%;
    }

    .header-top.home-three .header-right-info {
        display: none !important;
    }

    .float {
        display: none;
    }

    #sideNavi {
        position: fixed;
        bottom: 0px;
        height: 43px;
        z-index: 999;
        display: block;
        width: 100%;
    }

    .btn-book {
        width: 35%;
        background-color: #5191fa;
        padding: 11px 7%;
        float: left;
    }

    .side-navi-item {
        font-weight: normal;
        font-size: 12px;
    }

    .btn-whatsapp {
        width: 25%;
        background-color: #25D366;
        font-size: 29px;
        /* line-height: 42px; */
        padding-top: 0px;
        padding-bottom: 11px;
        padding-right: 30px;
        padding-left: 10%;
        float: left;
    }

    .btn-call {
        width: 40%;
        background-color: #1f3d9d;
        padding: 10px 3.5%;
        float: left;
        text-align: center;
    }

    .single-service-style-three-m-bottom {
        margin-bottom: 180px;
    }
}

#sideNavi, .side-navi-item, .side-navi-data, .side-navi-tab {
    margin: 0;
    padding: 0;
}

.side-navi-item {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
