
@media (min-width:768px) and (max-width:999px)  {
    .plan_circle-1{
        height: 120px;
        width: 150px;
        border-radius: 50%;
        background-color: #ff0000;
        /* outline: 2px solid #fff; */
        color: white;
        font-weight: 700;
        position: absolute;
        top: -20px;
        right: -34%;
        font-size: 1.5rem;
        text-align: center;
    }
}
@media (min-width:999px) {
    .banner-heading{
        font-size: 2.2rem;
        max-width: 80%;
    }
    .zipcode_section{
        height: 100px;
        background-color: var(--primary_color);
    }
    .nav-item{
        margin: 0 20px;
    }
    .service_card span{
        font-size: 18px;
    }
    .service_para{
        font-size: 4rem;
    }
    .price_main{
        font-size: 1.8rem !important;
    }
    .contact_us_card{
        margin-left: -20%;
        background-color: white;
        /* z-index: 9999; */
        position: relative;
        border-radius: 40px;
    }
}
@media screen and (max-width:1199px) {
    .navbar{
        max-width: 100%;
    }
}
@media screen and (max-width:999px) {
    .service_card span{
        font-size: 14px;
    }  
}


@media (min-width:1199px) and (max-width:1454px) {
    .nav-item{
        margin: 0px 0px !important;
    }
}
 
@media (min-width:525px) and (max-width:991px){
    .image_box img {
      display: none;
    }
    .about_card-title {
        font-size: 38px;
    }
    .list-box{
        max-width: 300px;
    }
    .about_content{
        margin-left: -20px;
    }
    .about_list,.list-box,.button_box{
        margin-top: 0 !important;
    }
    .btn{
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding: 5px !important;
    }
    .about_card{
        width: 280px;
    }
    .circle_icons{
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background-color: var(--primary_color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -10%;
        left: 35%;
    }
    .circle_box{
        height: 160px;
        width: 160px;
    }
    .circle_img-box:hover{
        position: absolute;
        top: 25%;
    }
    .bg_card{
        height: 300px;
    }
    .home-card_box {
        border-radius: 46px;
        font-weight: 600;
        height: 90%;
        margin-top: 15px;
        width: 168px;
        cursor: pointer;
        line-height: 1;
    }
    .home-card_box h3 {
     font-size: 12px;
    }
    .home-card_box li{
        font-size: 12px;
    }
    .card_btn button {
        all: unset;
        color: #fff;
        background-color: #000;
        border-radius: 22px;
        font-size: 12px;
        padding: 3px 9px;
        margin: 0% 0 0 0;
    }
}
@media screen and (max-width:525px) {
    .service_card span{
        font-size: 10px;
    }
    .zip-form{
        flex-direction: column;
    }
    .zip_code{
        width: 100% !important;
    }
    .zip_code-btn{
        width: 100% !important;
    }
    .price-heading{
        font-size: 20px;
    }
    .plan-title{
        font-size: 14px;
    }
    .circle_icons{
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: var(--primary_color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -10%;
        left: 35%;
    }
    .circle_box{
        height: 160px;
        width: 160px;
    }
    .circle_img-box:hover{
        position: absolute;
        top: 25%;
    }
    .bg_card{
        background:none;
        background-size: contain; 
        height: 100%;
        width: 100%;
    }
    .home-card_box{
        border-radius: 46px;
        border: 5px solid var(--primary_color);
        font-weight: 600;
        height: 100%;
        margin-top: 0px;
        width: 100%;
        cursor: pointer;
        line-height: 2.5;
    }
    .home-card-2{
        margin-left: 0%;
    }
    .home-card-3{
        margin-left: 0%;
    }
}
@media screen and (max-width:375px) {
    .circle_box{
        height: 100px !important;
        width: 100px !important;
    }
    .circle_img-box:hover{
        position: absolute;
        top: 35% !important;
    }
}
@media (min-width:1024px) and (max-width:1400px) {
    .circle_icons{
        height: 70px;
        width: 70px;
        border-radius: 100%;
        background-color: var(--primary_color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -10%;
        left: 35%;
    }
    .circle_box{
        height: 240px;
        width: 240px;
    }
    .circle_img-box:hover{
        position: absolute;
        top: 15%;
    }
    .bg_card{
        height: 100%;
        width: 100%;
    }
    .home-card_box {
        border-radius: 46px;
        font-weight: 600;
        height: 87%;
        margin-top: 27px;
        width: 228px;
        cursor: pointer;
        line-height: 1;
    }
    .home-card_box h3 {
     font-size: 16px;
    }
}
@media (min-width:1400px) {
.home-tv_section h2{
    font-size: 52px;
}
.hd-connection_title{
    font-size: 58px;
}
.internet-agency_content h2{
    font-size: 72px;
}
.contact_us_card{
    width: 70%;
}
.bundle-it_title{
    font-size: 58px;
}

}