.has-submenu{
    position:relative;
}

.submenu-toggle{
        /*position:absolute;
        right:15px;
        top:12px;
        cursor:pointer;
        padding:10px;*/
        /*background-color: var(--color-primary);*/
        /*color: #ffffff !important;*/
        /*height: 45px;*/
        /*line-height: 45px;*/
        right: 0;
        text-align: center;
        width: 45px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0;
    }

@media (max-width: 991px) {
    .submenu-toggle {
        /*position:absolute;
        right:15px;
        top:12px;
        cursor:pointer;
        padding:10px;*/
        background-color: var(--color-primary);
        color: #ffffff !important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0;
    }
}

.rotate{
    transform:rotate(90deg);
}

.sub-menu > li{
    position: relative;
}

@media (min-width: 992px) { 
    .submenu-toggle {
        height: 100%;
    }
}
.submenu-toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.submenu-toggle i{
    font-size: 14px;
}

.sub-menu > li > a{
    padding-right: 50px;
}







.DZ-theme-btn {display: none !important;}

.ser-inner-page h1,
.ser-inner-page h2,
.ser-inner-page h3,
.ser-inner-page h4,
.ser-inner-page h5,
.ser-inner-page h6 {
    color: var(--color-primary) !important;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
}

.ser-inner-page p a {
    color: var(--color-primary) !important;
    font-weight: 700;
    text-decoration: underline;
}

.ser-inner-page h1 strong, .ser-inner-page h2 strong, .ser-inner-page h3 strong, .ser-inner-page h4 strong, .ser-inner-page h5 strong, .ser-inner-page h6 strong {
    font-weight: 700;
}

.ser-inner-page p a,
.ser-inner-page p a strong {
    font-weight: 700;
}

.ser-inner-page p a {
    color: var(--color-primary) !important;
    font-weight: 700;
    text-decoration: underline;
}


.short-container {
    position: relative;
    width: 100%;
    padding-top: 177.77%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #000;
}
.short-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.mobile-phone {
    
}
.mobile-phone a {
        color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.counter::after{
        content: "+";
        margin-left: 2px;
    }

.ser-btn a {
    margin-bottom: 10px;
}

.btn-call-ser {
    background: #df0505;
    padding: 10px 20px;
    font-size: 17px;
}
.btn-wp-ser {
    background: green;
    padding: 10px 20px;
    font-size: 17px;
}



/*========== Call & Whatsapp Icon Start Here ==========*/
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

@keyframes callb {
    0% {
        transform: scale(0.9);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.4);
    }
}

@keyframes calla {
    0% {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

.fix {
    display: block;
}

.fixed {
    position: fixed;
    padding: 0px;
    bottom: 20px;
    left: 0;
    right: 0;
    background: transparent;
    /* /border-top: 1px solid #e2e2e2;
    /display: none;
    /; */
}

.ff5 {
    padding: 0px;
}

.end {
    margin: 0;
    padding: 0;
    text-align: center;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #df0505;
    line-height: 60px;
    border-radius: 50%;
}

.ph-fx {
    left: 20px;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ph-fx a i {
    color: #fff !important;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid red;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: red;
    line-height: 60px;
    border-radius: 50%;
}

.end li.wh-fx {
    /*bottom: 100px !important;*/
}

.wh-fx {
    right: 20px;
    background: #1d9c13 !important;
    /*bottom: 100px !important;*/
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}
/*========== Call & Whatsapp Icon End Here ==========*/