.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contact-info .text-right {
    margin-left: 100px;
}

.padding_0 {
    padding: 0px;
    padding-bottom: 25px;
    ;
}


/* bsbsbsbsbs */

.banner_section_2 {
    width: 100%;
    /* float: left;
    padding-top: 80px; */
}

.box_main {
    width: 100%;
    float: left;
    /* background-color: #c41463; */
    background-color: #FF6600;
    height: auto;
    padding: 30px;
}

.box_main.active {
    /* background-color: #162a87; */
    background-color: black;
}

.box_main:hover {
    /* background-color: #162a87; */
    background-color: black;
}

.internet_icon {
    width: 21%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-size: 30px;
    color: #000;
    border-radius: 100px;
    padding: 12px 0px;
}

.broadband_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}

.box_main h4.active {
    color: #ffffff;
}

.box_main:hover h4 {
    color: #ffffff;
}

.box_main:hover .many_text {
    color: #ffffff;
}

.box_main .many_text.active {
    color: #ffffff;
}