* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 2px solid black; */
}

:root {
    --blue_bg: #17a6fb;
    --blue_color: #17a6fb
}
.gradient_bg{
    background:linear-gradient(#0fc4f9, #4663ff);
}

.call_btn_sm{
    padding: 8px 12px;
    border-radius: 0px 8px 0px 8px;
}
.bg_primary {
    background-color: var(--blue_bg);
}

.blue_color {
    color: var(--blue_color);
}

.navbar-brand {
    max-width: 200px;
}


.nav-item {
    margin: 0 10px;

}


.main_bg {
    background: linear-gradient(#327df5, #0bb7fd) !important;


}

.nav-link {
    color: black !important;
    font-weight: 500;
}

.banner_heading {
    font-size: 28px;
}

.banner_subheading {
    font-size: 24px;
}

.banner_section {
    background-image: url('../images/banner-bg.png');
    /* background-size: cont; */
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
}

.heroProviderImage {
    width: 40px;
}

.herosubhheadingProviders {
    font-size: 16px;
}

.hero_card {
    background-color: white;
    /* border: 1px solid ; */
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 8px;
    max-width: 150px;
    margin-top: -30px !important;
}

.tab_card_section {
    background-image: url('../images/card-section-bg.png');

}

.nav-tabs {
    border-bottom: none;
}

.tab_pane_content_section {
    /* max-height: 500px; */
    border: 8px solid white;
    border-radius: 28px;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background:linear-gradient(#0fc4f9, #4663ff);
    /* background-color: #17a6fb !important; */
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: 17a6fb;
    border-color: #dee2e6 #dee2e6 #fff;
}

.about_sec {
    background-image: url('../images/tv-man.png');
    background-size: 100% 100%;
    background-position: center;

}

.header_sec {
    background-image: url('../images/banner-bg.png');
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    /* height: 75vh; */
    /* position: relative; */
    /* border-radius: 0px 18px 18px 0px; */

}

.banner_cont {}

.banner_content {
    /* position: absolute;
    top: 50%;
    */
}



.call_btn_big {
    padding: 12px 14px;
    border-radius: 0px 8px 0px 8px;
}



.footer_section {
    background-image: url('../images/footer-bg.png');
    background-size: 100% 100%;
    background-position: center;
}

.footer_section .overlay {
    background-color: #323232d8;
    color: #fff;
}

.footer_content {
    font-weight: 600;
}

.footer_sec-list {
    list-style: none;
}

.footer_sec-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;

}

.banner_btn a {
    background: linear-gradient(#327df5, #0bb7fd);
    color: #fff;
    font-size: 22px;
    padding: 5px 25px;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.copyright_box {
    border-top: 2px solid #fff;
    font-weight: 600;
}

.sub-footer_section {
    background: linear-gradient(#327df5, #0bb7fd);
    font-size: 22px;
}

.bg_theme {
    background: linear-gradient(#327df5, #0bb7fd);
    border-radius: 12px;


}

.Contact_section-box {
    background: linear-gradient(#327df5, #0bb7fd);
    border-radius: 10px;
    align-items: center;
    padding: 10px 40px;
    margin-top: -7%;
    font-weight: 700;
}

.icon-box {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #17a6fb !important;
}

@media screen and (min-width:768px) {
    .heroProviderImage {
        width: 40px;
    }

    .herosubhheadingProviders {
        font-size: 20px;

    }

    .hero_card {
        max-width: 180px;
    }

    .tab_pane_content_section {
        scale: 1.1;
    }
}

@media screen and (max-width:999px) {
    .banner_heading {
        font-size: 22px;
    }

    .banner_subheading {
        font-size: 20px;
    }

    .about_sec {
        background: none !important;
    }
}

.copyright_footer {
    font-size: 10px;
}

.footer_fa {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    color: #327df5 !important;
    font-size: 16px;
}

.phone_address_section {
    transform: translateY(30px);
}

.tvDiv {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 3;
    height: 100%;
}

.tv_bg {
    /* min-height: 435px; */
    max-width: 1024px;
}

.boyImageDiv {
    max-height: 500px;
    max-width: 390px;

    /* max-height: 430px; */
    overflow: hidden;
    margin-left: auto;
    /* border: 2px solid black; */
    /* max-height: 600px; */
}

.man-sitting-in-tv {
    transform: translateY(30px);
    width: 410px;

}

.tvPara {
    font-weight: 600 !important;
}

@media (min-width:1024px) {
    .tab_pane_content_section {
        scale: 1.3;
    }

    .herosubhheadingProviders {
        font-size: 24px;

    }

    .hero_card {
        max-width: 200px;
        margin-top: -25px !important;
    }

    .tvPara {
        font-size: 20px;
    }

    .tvcontent {
        position: absolute;
        left: 0px;
        top: 50px;
        max-width: 640px;
        z-index: 20;
    }
}

.circulerImage {
    position: absolute;
    right: -250px;
    top: -50px;
}

.tab_card_section .nav-item {
    scale: 1.3;
}

.tab_icon_img {
    width: 90px;
}

.internet_header_sec {
    background-image: url('../images/internet-banner.png');
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    /* height: 75vh; */
    /* position: relative; */
    /* border-radius: 0px 18px 18px 0px; */

}
.bundle_header_sec{
    background-image: url('../images/bundle-banner.png');
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.hero_para {
    font-weight: 600;
}

.save_internet_sec {
    background-image: url('../images/internet-section-bg.png');
    background-size: cover;
    background-position: center;
}

.save_internet_overlay {
    background-color: #f6f7f8c9;
    /* color: #fff; */
}

.network-offer-sec {
    background-image: url('../images/network-offer-img.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.network_offer_ovelay {
    background-color: #323230ce;
    color: #fff;
}

.full_circle_img {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-height: 110px;
    transform: translateY(100%);
    overflow: hidden;
}

.full_circle_img img {
    transform: translateY(-51%);
}




.circle_offer_img {
    width: 200px;
}

.card_heading {
    width: 85%;
    padding: 14px 8px;
    border-radius: 0px 12px 12px 0;
    background-color: #1976d2;
    color: #fff;
}

.cardShadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(15px, 15px);
    border-radius: 12px;
    z-index: -1;
    background: linear-gradient(#0fc4f9, #4663ff);
}

.info-card {
    border-radius: 12px;
    /* transform: translateY(-50%); */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.price_card_content  h2{
    color: #1976d2 !important;
}

.contact-icon-sidef{
    background: linear-gradient(#0fc4f9, #4663ff);
    padding: 20px;
    color: #fff;
    border-radius: 18px;
}

.navbar-nav .nav-link:active{
    background: linear-gradient(#0fc4f9, #4663ff);
padding: 6px;
color: #fff !important;
border-radius: 9px;
}
.navbar-nav .nav-link:hover{
    background: linear-gradient(#0fc4f9, #4663ff);
padding: 6px;
color: #fff !important;
border-radius: 9px;
}
.navbar-nav .nav-link-active{

    background: linear-gradient(#0fc4f9, #4663ff);
    padding: 6px;
    color: #fff !important;
    border-radius: 9px;
}