/* Style the tab */
/* emergency start  */

.emergency .button a {
    background-color: #12635e;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    border: 1px solid #12635e;
    transition: .6s;
}

.emergency .button a:hover {
    color: red;
}

.emergency .button a:hover::before {
    width: 100%;
}

.emergency .button a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    transition: .6s;
}




.tab {
    overflow: hidden;
}

.tab a.active {
    color: #DF2339 !important;
}

.tabcontent {
    display: none;
}

/* appp icon bdge start */
#iconbadge {
    width: 100%;
    position: fixed;
    bottom: -5px;
    z-index: 9999;
    background-color: #27085f;
    border-radius: 5px;
}

#iconbadge .main {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

#iconbadge .item {
    margin-right: 10px;
    
}
#iconbadge .item a{
    cursor: pointer;
}

#iconbadge .item:last-child {
    margin-right: 0 !important;
    margin-top: -7px !important;
}

#iconbadge .item i {
    height: 70px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
}
#iconbadge{
    display: none;
}
/* appp icon bdge end */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    display: inline-block;
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;

}

p {
    margin-bottom: 0;
    line-height: 32px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fffafa;
}


.header_top {
    background-image: url('../images/back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 55;
}

.header_top::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #27085f;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: -3;
}



/* common css end */
/* top bar css  */

/* .top_bar{
    background-color: #DF2339;
    border-radius: 0 0 100px 100px;
}
.top_bar .left{
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
}
.top_bar .right a i{
    color: #fff ;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50%;
}
.top_bar .right a i:hover{
    background-color: #fff;
    color: #DF2339;
    transition: .5s;
} */
/* navbar start */

/* @media(max-width:992px){
    #navbarSupportedContent{
        text-align: center;
        background: red;
    }
}

#navBar {
    position: relative ;
    top: 0;
    width: 100%;
    transition: .6s;
    z-index: 99;
}

#navBar .sticky {
    z-index: 99;
    position: absolute;
    background-color: transparent;
}

#navBar .navbar {
    padding: 0;
    background-color: #FFF;
} */
#navBar {
    overflow: hidden;
    background-color: #27085f;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

#navBar .navbar {
    height: 100px;
}

#navBar .button a {
    background-color: #12635e;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    border: 1px solid #12635e;
    transition: .6s;
    text-align: center;
    cursor: pointer;
}

#navBar .button a:hover {
    color: #DF2339;
}

#navBar .button a:hover::before {
    width: 100%;
}

#navBar .button a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 50px;
    z-index: -1;
    transition: .6s;
}

#navBar ul li a {
    color: #fff;
    font-size: 17px;
    transition: .5s;
    cursor: pointer;
}

#navBar ul li a:hover {
    color: #DF2339;
}

#navBar ul li {
    position: relative;
    margin: 0 3px;
}

#navBar ul li:hover::after {
    scale: 1;
    width: 74%;
}

#navBar ul li::after {
    position: absolute;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #DF2339;
    left: 9px;
    top: 33px;
    scale: 0;
    transition: .5s;
}

/* navbar end */

/* home satart */
#home .logo{
    display: none;
}
#home {
    margin-top: 100px;
    margin-bottom: 20px;
    position: relative;
}

.icon1 {
    border: 2px solid #12635e;
    padding: 4px;
    border-radius: 50%;
}

.icon1 {
    animation: move .7s alternate infinite;
}

@keyframes move {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8px);
    }

}

#home .right img {
    background-repeat: no-repeat;
}

#home .left {
    margin-top: 20px;
}

#home .left span {
    color: #DF2339;
}

#home .left .btext1 {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffff;
    position: relative;
}

#home .left .btext1::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 160px;
    background-color: #DF2339;
    left: 36px;
    top: 30px;
}

#home .left .btext2 {
    color: #ffff;
    font-size: 60px;
    margin-top: 15px;
}

#home .left .btext3 {
    line-height: 32px;
    text-align: justify;
    color: #fff;
    margin-top: 30px;
}

#home .button a {
    background-color: #12635e;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    border: 1px solid #12635e;
    transition: .6s;
}

#home .button a:hover {
    color: red;
}

#home .button a:hover::before {
    width: 100%;
}

#home .button a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    transition: .6s;
}

/* home end */


/* Live TV start */
#livetv {
    margin-top: 45px;
}


#livetv .box a {
    color: #fff;
    background-color: #12635e;
    text-align: center;
    padding: 30px 25px;
    font-size: 20px;
    color: #ffff;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}

/* live tv end */

/* about start */
#about{
    margin-top: 100px;
}
#about .right .atxt1 {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

#about .right .atxt1::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 127px;
    top: 27px;
    left: 31px;
    background-color: #DF2339;

}

#about .right .atxt2 {
    font-size: 50px;
    line-height: 80px;
}

#about .right .atxt3 {
    text-align: justify;
    line-height: 25px;
}

#about .right span {
    color: #DF2339;
}

#about .right .pack p {
    font-weight: bold;
    margin-right: 20px;
    padding: 10px 0px;
}

#about .right .pack p i {
    color: #DF2339;
    font-size: 20px;

}

#about .button a {
    background-color: #12635e;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    border: 1px solid #12635e;
    transition: .6s;
}

#about .button a:hover {
    color: red;
}

#about .button a:hover::before {
    width: 100%;
}

#about .button a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    transition: .6s;
}

#about .abouttext {
    margin-top: 50px;
    position: relative;

}

#about .abouttext::after {
    position: absolute;
    content: '';
    width: 370px;
    height: 2px;
    background-color: #DF2339;
    top: 40px;
    left: 462px;
}

#about .card {
    margin-top: 50px;
    overflow: hidden;
}
#about .card h5{
    font-weight: bold;
    color: #DF2339;
}
#about .card p{
    text-align: justify;
    line-height: 23px;
}

/* about end */
/* internet start */
#internet {
    margin-top: 100px;
}

#internet .box .c1 {
    font-size: 45px;
    font-weight: 600;
    color: #DF2339;
    padding: 25px 0px;
}

#internet .box h4 {
    padding: 10px 0px;
}

#internet .box p {
    padding: 3px 0px;
}

#internet .box p i {
    color: #DF2339;
    padding-right: 10px;
    font-size: 20px;
}

/* internet end */

/* package start */
#package{
    background-color: #27085f;
    padding-bottom: 150px;
    padding-top: 40px;
    margin-top: 100px;
}
#package .card{
    background-color: #12635e;
    color: #FFF;
} 
#package .card h1{
    font-size: 70px ;
    position: relative;
}
#package .card strong{
    position: absolute;
    color: #fff;
    top: 103px;
    left: 120px;
    font-size: 17px;

}
#package .card a{
    font-weight: bold;
}
#package .card span{
    background-color: #DF2339;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 5px;
}
#package .card .sp1{
    background-color: #fff;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 5px;
    color: #DF2339;
    margin-left: -10px;
}





/* package end */



/* footer start */
#footer {
    margin-top: 20px;
    background-color: #12635e;
    opacity: .9;
    padding-top: 10px;
    padding-bottom: 100px;
}

#footer .ti h5 {
    position: relative;
}

#footer .ti h5::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    bottom: 6px;
    left: 145px;
    background-color: #fff;
}

#footer .icon i {
    height: 42px;
    width: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    background-color: #fff;
    color: red;
    border-radius: 100%;
    transition: .5s;
    margin-right: 5px;
}

#footer .icon i:hover {
    background-color: #23bbed;
    color: #ffff;
}

#footer .item h5 {
    position: relative;
}

#footer .item h5::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 59px;
    background-color: #fff;
    bottom: -11px;
    left: 5px;
}

#footer .item ul {
    margin-top: 37px;
}

#footer .item ul li {
    line-height: 35px;
}

#footer .item ul li a {
    color: #FFF;
    font-size: 16px;
    position: relative;
    transition: .6s;
}

#footer .item ul li a:hover {
    margin-left: 16px;
}

#footer .item ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    z-index: -5;
    top: 14px;
    border-radius: 100%;
    background-color: #fff;
    transition: .4s;
    transform: scale(0);
}

#footer .item ul li a:hover::before {
    left: -15px;
    transform: scale(1);
}


#footer .pay {
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 7px;
}

#footer .pay img {
    vertical-align: middle;
    width: 200px;
    height: 50px;
}


/* footer end */


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #23bbed;
}

::-webkit-scrollbar-thumb {
    background: #23bbed;
    opacity: .8;
    border-radius: 10px;
}